Playing with my elisp grammar has exposed some interesting corners of the syntax that I haven't seen before.
This is a legal character:
?\C-\M-\S-\H-\s-\A-i
Actually pressing ctrl-meta-shift-hyper-super-alt-i might be a little challenging though :)
miniblog.
Related Posts
TIL in Emacs, pressing TAB in a *Help* buffer lets you jump straight to the links. Saves me ~5 keystrokes!
Today's hidden Emacs gem: pressing C-c C-b in an ielm buffer lets you associate it with a buffer, so you can inspect buffer-local variables.
Dired tip: rather than pressing RET on a directory, press `i` instead. This will show the directory contents in the same buffer.