all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Cc: bug-gnu-emacs@gnu.org
Subject: full keymap description in the Emacs Lisp manual (21-2.8)
Date: Tue, 05 Aug 2003 08:43:26 -0600	[thread overview]
Message-ID: <3F2FC28E.5080206@yahoo.com> (raw)

The "Format of Keymaps" node of the Lisp manual describes a VECTOR element of a
keymap as binding the ASCII characters (codes 0 through 127).  The next node,
"Creating Keymaps", says that make-keymap creates a full keymap containing a
char-table of 384 slots.  But (length (cadr (make-keymap))) returns 507904 on my
system: GNU Emacs 21.3 .1 (i386-pc-solaris2.7, X toolkit).

So it's not clear whether codes 128 through 383 can be bound in a full keymap,
not to mention codes 384 through 507,903.

I think the "Format of Keymaps" node should refer to CHAR-TABLE	instead of
VECTOR.  If codes 128 through 255 can be bound, I think it should refer to
"ASCII and ISO 8859-N characters" instead of "ASCII characters".  And if codes
256 through 383 can be bound, it should say "and 128 additional characters from
another character set" and the "Creating Keymaps" node should say something
about what that character set is and how the codes are interpreted.

-- 
Kevin Rodgers

                 reply	other threads:[~2003-08-05 14:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=3F2FC28E.5080206@yahoo.com \
    --to=ihs_4664@yahoo.com \
    --cc=bug-gnu-emacs@gnu.org \
    /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.