all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
[parent not found: <mailman.6650.1407284800.1147.help-gnu-emacs@gnu.org>]
[parent not found: <mailman.6313.1406761860.1147.help-gnu-emacs@gnu.org>]
* viper-mode C-[ behavior change in Emacs 24.4
@ 2014-07-30 14:10 iquiw
  0 siblings, 0 replies; 25+ messages in thread
From: iquiw @ 2014-07-30 14:10 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

I'm using "C-[" key as ESC key in viper-mode, i.e. to escape from
viper insert mode.
It works on Emacs 24.3, but not on Emacs 24.3.92.
Typing "C-[" just displays "ESC-" in minibuffer on Emacs 24.3.92.

I found a workaround, evaluating the following code (from
viper-catch-tty-ESC) gives expected behavior.

```
(let ((esc-binding (viper-uncatch-tty-ESC)))
    (define-key input-decode-map
      [?\e] `(menu-item "" ,esc-binding :filter viper--tty-ESC-filter)))
```

I would like to know proper way to achieve the behavior.

Thanks in advance.



^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2014-08-08 17:40 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.6544.1407156832.1147.help-gnu-emacs@gnu.org>
2014-08-05  0:03 ` viper-mode C-[ behavior change in Emacs 24.4 Emanuel Berg
2014-08-06  0:26   ` Robert Thorpe
2014-08-07 10:40     ` Stefan Monnier
2014-08-07 15:39       ` York Zhao
     [not found]       ` <mailman.6775.1407426002.1147.help-gnu-emacs@gnu.org>
2014-08-08 14:14         ` iku.iwasa
     [not found]     ` <mailman.6746.1407408075.1147.help-gnu-emacs@gnu.org>
2014-08-07 20:58       ` Emanuel Berg
2014-08-07 21:58         ` Stefan Monnier
     [not found]         ` <mailman.6797.1407448766.1147.help-gnu-emacs@gnu.org>
2014-08-07 22:19           ` Emanuel Berg
2014-08-07 22:32             ` John Mastro
2014-08-07 22:54             ` Stefan Monnier
     [not found]             ` <mailman.6799.1407450769.1147.help-gnu-emacs@gnu.org>
2014-08-07 22:55               ` Emanuel Berg
     [not found]             ` <mailman.6800.1407452119.1147.help-gnu-emacs@gnu.org>
2014-08-07 23:04               ` Emanuel Berg
2014-08-08  1:33                 ` Robert Thorpe
     [not found] <mailman.6650.1407284800.1147.help-gnu-emacs@gnu.org>
2014-08-06  0:52 ` Emanuel Berg
     [not found] <mailman.6313.1406761860.1147.help-gnu-emacs@gnu.org>
2014-07-30 23:50 ` Emanuel Berg
2014-07-31 14:21   ` iquiw
2014-07-31 15:33   ` Stefan Monnier
     [not found]   ` <mailman.6358.1406820856.1147.help-gnu-emacs@gnu.org>
2014-07-31 20:22     ` Emanuel Berg
2014-08-02 23:33       ` Stefan Monnier
     [not found]       ` <mailman.6493.1407022443.1147.help-gnu-emacs@gnu.org>
2014-08-03  0:20         ` Emanuel Berg
2014-08-03  2:22           ` iquiw
2014-08-04 12:53           ` Robert Thorpe
2014-08-08 14:35 ` Hans BKK
2014-08-08 17:40   ` Emanuel Berg
2014-07-30 14:10 iquiw

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.