all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: "'Deniz Dogan'" <deniz.a.m.dogan@gmail.com>,
	"'Emacs-Devel devel'" <emacs-devel@gnu.org>
Subject: RE: C-x a C-x C-h
Date: Wed, 26 Aug 2009 15:06:04 -0700	[thread overview]
Message-ID: <BC0B869B7B5044808955747FF1F77C8F@us.oracle.com> (raw)
In-Reply-To: <7b501d5c0908261431x5de2fb0sa4946779dd37658e@mail.gmail.com>

> When I hit `C-x a C-x' in the latest Emacs, it awaits further input,
> as if it was a prefix key sequence. However, `C-x a C-x C-h' reveals
> that there are no commands bound to anything beginning with that
> prefix. Why?

Good question. I wonder too. Same thing in Emacs 22, 21, and 20.
And C-x C-x C-x C-x C-x ... just keeps on keepin on.

`C-x a' is bound to `abbrev-map', but its value is this:

(keymap
 (110 . expand-jump-to-next-slot)
 (112 . expand-jump-to-previous-slot)
 (39 . expand-abbrev)
 (101 . expand-abbrev)
 (45 . inverse-add-global-abbrev)
 (105 keymap
      (108 . inverse-add-mode-abbrev)
      (103 . inverse-add-global-abbrev))
 (43 . add-mode-abbrev)
 (103 . add-global-abbrev)
 (1 . add-mode-abbrev)
 (108 . add-mode-abbrev))

No entry for C-x, that I can see.

And in English:

key             binding
---             -------

C-a		add-mode-abbrev
'		expand-abbrev
+		add-mode-abbrev
-		inverse-add-global-abbrev
e		expand-abbrev
g		add-global-abbrev
i		Prefix Command
l		add-mode-abbrev
n		expand-jump-to-next-slot
p		expand-jump-to-previous-slot

i g		inverse-add-global-abbrev
i l		inverse-add-mode-abbrev

I don't see anything that would explain this in the Lisp sources, grepping for
`abbrev-map'. I'm curious what the answer will be.





  reply	other threads:[~2009-08-26 22:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-26 21:31 C-x a C-x C-h Deniz Dogan
2009-08-26 22:06 ` Drew Adams [this message]
2009-08-26 22:21   ` Deniz Dogan
2009-08-26 22:35     ` Drew Adams
2009-08-26 22:38       ` Deniz Dogan
2009-08-26 22:43         ` Drew Adams
2009-08-26 22:55 ` Andreas Schwab

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=BC0B869B7B5044808955747FF1F77C8F@us.oracle.com \
    --to=drew.adams@oracle.com \
    --cc=deniz.a.m.dogan@gmail.com \
    --cc=emacs-devel@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.