all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Drew Adams <drew.adams@oracle.com>
To: Jambunathan K <kjambunathan@gmail.com>, gottlieb@nyu.edu
Cc: help-gnu-emacs@gnu.org
Subject: RE: having trouble adding a key to an existing mode-map
Date: Wed, 18 Dec 2013 09:51:00 -0800 (PST)	[thread overview]
Message-ID: <951189c2-3306-4128-a04f-861ed947aa01@default> (raw)
In-Reply-To: <87ppou3vqk.fsf@gmail.com>

> > 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	other threads:[~2013-12-18 17:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-18 17:31 having trouble adding a key to an existing mode-map gottlieb
2013-12-18 17:38 ` Jambunathan K
2013-12-18 17:51   ` Drew Adams [this message]
     [not found] <mailman.9600.1387387898.10748.help-gnu-emacs@gnu.org>
2013-12-18 21:31 ` Emanuel Berg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=951189c2-3306-4128-a04f-861ed947aa01@default \
    --to=drew.adams@oracle.com \
    --cc=gottlieb@nyu.edu \
    --cc=help-gnu-emacs@gnu.org \
    --cc=kjambunathan@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.