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

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

Re: Remapping Control-[


From: Kevin Rodgers
Subject: Re: Remapping Control-[
Date: Fri, 03 Feb 2006 09:44:52 -0700
User-agent: Mozilla Thunderbird 0.9 (X11/20041105)

François Gannaz wrote:
Le jeu 02 fév 11:57, Tim Johnson a écrit :

Howdy:

I use linux. On my machine, emacs interprets Control-[
as ESC. Is is possible to ovveride this feature?


This would make Control-[ behave as Control-h :
(keyboard-translate ?\C-\[ ?\C-h)

In Emacs 21.4 on Solaris, that signals an error:

Lisp error: (void-variable \[)

But in any case, wouldn't that keyboard translation also force Emacs to
interpret ESC as Control-h, because:

(= (aref "\C-[" 0) ?\e) => t

--
Kevin Rodgers





reply via email to

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