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

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

RE: having trouble adding a key to an existing mode-map


From: Drew Adams
Subject: RE: having trouble adding a key to an existing mode-map
Date: Wed, 18 Dec 2013 09:51:00 -0800 (PST)

> > But 116 is not "t"; it is down.
> But 116 (decimal) is t.

(IOW, 116 is the character `t'.  In Emacs Lisp, characters are natural numbers- 
but not all natural numbers are characters.)

Using `C-h v' to view a keymap is not very user-friendly.

A better way is to load `help-fns+.el' and then use `C-h M-k',
which is command `describe-keymap'.  It prompts you for the
keymap symbol - in this case, `nroff-mode-map', and then lists
the keys bound in that map, in a human-readable way.

http://www.emacswiki.org/emacs/download/help-fns%2b.el



reply via email to

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