help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs keybinding syntaxes bewilderment


From: Xah Lee
Subject: Re: emacs keybinding syntaxes bewilderment
Date: Mon, 17 Dec 2007 22:12:26 -0800 (PST)
User-agent: G2/1.0

for those interested... just found this article

http://tiny-tools.sourceforge.net/emacs-keys.html
Author is “jaalto Exp”. Written in 2002.

It seems to be a comprehensive article on emacs keybindings. (far more
than i would cover)

>From the site, i learned about this shortcut:

(global-set-key (kbd "M-i <up>") "↑")
instead of the usual
(global-set-key (kbd "M-i <up>") (lambda () (interactive) (insert
"↑")))

Neat!

i started few months ago to write a article explaining why are all
these variations but it's currently incomplete:
“The Confusion of Emacs's Keystroke Representation”
http://xahlee.org/emacs/keystroke_rep.html

  Xah
  xah@xahlee.org
\xAD\xF4 http://xahlee.org/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]