Xah Emacs Blog Archive 2017-08
San Francisco Bay Area Mechanical Keyboard Meetup, November 11th, 2017
San Francisco Bay Area Mechanical Keyboard Meetup, November 11th, 2017. any going? give me a holler.
I would like to announce that the Bay Area Mechanical Keyboard Meetup 2017 that is organized by the combined forces of Input Club and myself will be held on November 11th, 2017. Andrew@Inputclub (/u/inputclub), Haata@inputclub (/u/triplehaata), and I, have joined forces to create the BEST, Bay Area/NorCal meetup. We would also like to extend our thanks and gratitude to Yuppie for making this possible. Without Yuppie we would have never been able to secure such an amazing venue. We hope we can see you there.
- At a glance, here are the relevant details:
- Date: November 11th, 2017
- Time: 10am-5pm
- Lunch: Yes
- Location:
- Nest Headquarters
- 3400 Hillview Ave.
- Palo Alto, CA 94304
- USA
- Parking is available
- Transit: Caltrain is a 20 minute walk from California Avenue Station - Also close to the VTA 522 and 22
interesting result.
patreon me. https://www.patreon.com/xahlee
emacs: fix displaying emoji on Mac
it's interesting that emacs on macOS does not do unicode by default.
γsee Unicode Search πγ
FSF GNU emacs disabled displaying color emoji on Mac, so that Mac won't work better than linux
see
- https://www.lunaryorn.com/posts/bye-bye-emojis-emacs-hates-macos.html
- https://news.ycombinator.com/item?id=13011185
solution
download font βsymbolaβ at Download Free Unicode Fonts
then Put this in your Emacs Init File:
;; specify font for all unicode characters (when (member "Symbola" (font-family-list)) (set-fontset-font t 'unicode "Symbola" nil 'prepend))
γsee Emacs Init: Setup Fontγ
patreon me. https://www.patreon.com/xahlee Thanks.
in September, i'll be blogging on my patreon account only.
https://www.patreon.com/xahlee
If you like my stuff, i hope you patreon me there.
autocrop image in dired
Emacs: Xah Dired Mode (xah-dired.el) π¦
the new version improves the old one. Because, it can work on a image file itself, no need to be in dired. And, now the code is standalone.
if you like it, patreon me please. https://www.patreon.com/xahlee
Emacs: Copy File Path of Current Buffer π (updated the code. Now, when in dired, it'll target the file the cursor is on, or marked files.)
new command to check parenthesis/brackets balance. Early patreon access. https://www.patreon.com/posts/14043280
2017-11-01, now here Emacs: Check Parenthesis/Brackets Balance
Emacs: Change Brackets π (code update. Now works on text block if no selection)
added 20 new CSS keywords and about 80 abbreviations.
new emacs command, change space to new lines
https://www.patreon.com/posts/13954669
If you are my patreon, you get to read it first. It'll be open to public after 3 days.
If you are not my patreon, might try to write it yourself. Good elisp exercise.
Richard Stallman Pushing for GPL3, Kick Out Free Software from Free Software Platform (2017-08)
Emacs Copy Append Text
Emacs: Interactive Abbrev π (code update)
to my patreon supporters, new article https://www.patreon.com/posts/13809835
lisp quiz: insert random hexadecimal algorithms
insert random hexadecimal algorithms. which is more efficient? which is more random? lisp
Emacs: Setup Hundreds of Abbrevs (added how to add abbrev for major mode)
Emacs: Run Current File π (now supports golang, with gofmt before run)