emacs-devel
[Top][All Lists]
Advanced

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

Re: What is going on here?


From: Stefan Monnier
Subject: Re: What is going on here?
Date: Mon, 01 Aug 2011 23:59:36 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

>>> 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



reply via email to

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