help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Meta and Escape


From: Peter Dyballa
Subject: Re: Meta and Escape
Date: Mon, 25 May 2009 12:58:28 +0200


Am 25.05.2009 um 12:37 schrieb carsten:

 A binding to [(meta ?a)]  will also affect ESC-a
 A binding to [(meta return)] will not cause Esc-return to be defined.


Maybe you've discovered a bug, maybe it happens that your system's locale (or windowing system) does or does not translations of 8-bit control characters ...

M-<something> is meant to be adequate to ESC-<something>. To find out what might be causing it you could try to bind the key combination in different ways, for example:

        (define-key map "\e\r"     'whatever)

and also check what you see when you type, for example in *scratch* buffer, C-q M-RET.

--
Mit friedvollen Grüßen

  Pete

Genius may have its limitations, but stupidity is not thus handicapped.
                                – Elbert Hubbard







reply via email to

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