emacs-devel
[Top][All Lists]
Advanced

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

Re: C-z and C-x C-z are bound to suspend-frame


From: Stefan Monnier
Subject: Re: C-z and C-x C-z are bound to suspend-frame
Date: Tue, 25 Mar 2008 23:48:33 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

>> C-c followed by a letter is reserved for the user and no mode should
>> bind anything there.  See (emacs)Keymaps.

> I have heard this before but it seems a lot of modes do not obey this.
> For example, `C-c C-c' is bound to `mail-send-and-exit' in Mail mode.
> Or does "followed by a letter" mean exactly that, followed by a letter
> but not followed by a control-character?

The key part is "letter": not "key", not "characters", but "letter".
I agree it's far from clear, but it basically means a-z A-Z.


        Stefan




reply via email to

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