all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* What is going on here?
@ 2011-07-22 11:17 Deniz Dogan
  2011-07-22 12:19 ` Andreas Schwab
  0 siblings, 1 reply; 5+ messages in thread
From: Deniz Dogan @ 2011-07-22 11:17 UTC (permalink / raw)
  To: emacs-devel

I hit e.g. C-c C-x and Emacs waits for more input.

C-c C-x C-h gives me:

^L
\fGlobal Bindings Starting With C-c C-x:
key             binding
---             -------

[back]



What is going on here?

I tested this with -Q on: GNU Emacs 24.0.50.1 (i386-mingw-nt6.1.7601) of 
2011-06-20 on 3249CTO

Deniz



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: What is going on here?
  2011-07-22 11:17 What is going on here? Deniz Dogan
@ 2011-07-22 12:19 ` Andreas Schwab
  2011-07-22 12:20   ` Deniz Dogan
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Schwab @ 2011-07-22 12:19 UTC (permalink / raw)
  To: Deniz Dogan; +Cc: emacs-devel

Deniz Dogan <deniz@dogan.se> writes:

> I hit e.g. C-c C-x and Emacs waits for more input.

It waits for C-x 8, which is bound in key-translation-map.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: What is going on here?
  2011-07-22 12:19 ` Andreas Schwab
@ 2011-07-22 12:20   ` Deniz Dogan
  2011-07-22 12:33     ` Andreas Schwab
  2011-08-02  3:59     ` Stefan Monnier
  0 siblings, 2 replies; 5+ messages in thread
From: Deniz Dogan @ 2011-07-22 12:20 UTC (permalink / raw)
  To: emacs-devel

On 2011-07-22 14:19, Andreas Schwab wrote:
> Deniz Dogan<deniz@dogan.se>  writes:
>
>> I hit e.g. C-c C-x and Emacs waits for more input.
>
> It waits for C-x 8, which is bound in key-translation-map.
>

I see.  But C-c C-x 8 also waits for more input, while C-c C-x 8 is not 
the prefix to anything.  I don't understand that one.

Deniz





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: What is going on here?
  2011-07-22 12:20   ` Deniz Dogan
@ 2011-07-22 12:33     ` Andreas Schwab
  2011-08-02  3:59     ` Stefan Monnier
  1 sibling, 0 replies; 5+ messages in thread
From: Andreas Schwab @ 2011-07-22 12:33 UTC (permalink / raw)
  To: Deniz Dogan; +Cc: emacs-devel

Deniz Dogan <deniz@dogan.se> writes:

> I see.  But C-c C-x 8 also waits for more input, while C-c C-x 8 is
> not the prefix to anything.

C-x 8 is iso-transl-ctl-x-8-map.

Also, C-x @ is bound in function-key-map.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: What is going on here?
  2011-07-22 12:20   ` Deniz Dogan
  2011-07-22 12:33     ` Andreas Schwab
@ 2011-08-02  3:59     ` Stefan Monnier
  1 sibling, 0 replies; 5+ messages in thread
From: Stefan Monnier @ 2011-08-02  3:59 UTC (permalink / raw)
  To: Deniz Dogan; +Cc: emacs-devel

>>> I hit e.g. C-c C-x and Emacs waits for more input.
>> It waits for C-x 8, which is bound in key-translation-map.
> I see.  But C-c C-x 8 also waits for more input, while C-c C-x 8 is not the
> prefix to anything.  I don't understand that one.

The bindings table is empty because those prefixes are not bound to any
command, but they're bound to key-rewritings, such as C-x 8 e ' => é


        Stefan



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-08-02  3:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-22 11:17 What is going on here? Deniz Dogan
2011-07-22 12:19 ` Andreas Schwab
2011-07-22 12:20   ` Deniz Dogan
2011-07-22 12:33     ` Andreas Schwab
2011-08-02  3:59     ` Stefan Monnier

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.