GNU bug report logs - #18182
24.3.92; C-[ does not work as ESC in viper-mode

Previous Next

Package: emacs;

Reported by: iquiw <iku.iwasa <at> gmail.com>

Date: Sun, 3 Aug 2014 15:24:02 UTC

Severity: normal

Found in version 24.3.92

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
To: iquiw <iku.iwasa <at> gmail.com>
Cc: 18182 <at> debbugs.gnu.org
Subject: bug#18182: 24.3.92; C-[ does not work as ESC in viper-mode
Date: Wed, 20 Aug 2014 15:44:47 -0400
> Thank you for the detailed explanation.
> I tried the patch, but the behavior does not changed.

Hmm... yes, sorry, I forgot that many keys are bound to an ESC prefix
(all the "M-" keys).  I guess you could use

   (define-key input-decode-map [?\e] [escape])

which does seem to work.  Of course, that'll only work in the terminal
in which you start.  E.g. it won't work when you make-frame-on-display
or if you use emacs-daemon.


        Stefan




This bug report was last modified 3 years and 237 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.