Xah Emacs Blog Archive 2017-08

San Francisco Bay Area Mechanical Keyboard Meetup, November 11th, 2017

https://www.reddit.com/r/MechanicalKeyboards/comments/6wodcp/bay_area_mechanical_keyboard_meetup_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
xah fly keys kinesis 2017 09 60363
Xah Fly Keys and Kinesis keyboard

Emacs: Xah Fly Keys

emacs backup poll 2017 09 26 27780
emacs backup poll 2017-09-26

interesting result.

patreon me. https://www.patreon.com/xahlee

emacs: fix displaying emoji on Mac

emacs on macOS unicode 2017 09 22 44951
emacs on macOS unicode 2017-09-22

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

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]

emacs on macOS unicode fixed 2017 09 22 25437
emacs on macOS unicode fixed 2017-09-22

patreon me. https://www.patreon.com/xahlee Thanks.

Xah Punch Card

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

emacs validate parens balance 29244
emacs validate parens balance

2017-11-01, now here Emacs: Check Parenthesis/Brackets Balance

Emacs: Change Brackets/Quotes πŸš€ (code update. Now works on text block if no selection)

Emacs: Xah CSS Mode (xah-css-mode.el)

added 20 new CSS keywords and about 80 abbreviations.

Mouse vs Keyboard: Is Mouse Bad for Programer?

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

https://www.patreon.com/posts/13947754

Emacs: Interactive Abbrev πŸš€ (code update)

to my patreon supporters, new article https://www.patreon.com/posts/13809835

Why You Should Not Use Emacs calc

elisp state of the sigil 2017 08 04 9961b
elisp state of the sigil

lisp quiz: insert random hexadecimal algorithms

elisp insert random hexadecimal algo cf76a
elisp insert random hexadecimal algorithms

insert random hexadecimal algorithms. which is more efficient? which is more random? lisp

code at Emacs: Insert Random Number or String πŸš€

Emacs: Abbrev Mode by Lisp Code (added how to add abbrev for major mode)

Emacs: Run Current File πŸš€ (now supports golang, with gofmt before run)