all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: iquiw <iku.iwasa@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: viper-mode C-[ behavior change in Emacs 24.4
Date: Wed, 30 Jul 2014 23:10:08 +0900	[thread overview]
Message-ID: <CAOAV121Nmniz1yT7YWsEE7oEwNRh_zHuyO2OaVgJO2WtQdNqiQ@mail.gmail.com> (raw)

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.



             reply	other threads:[~2014-07-30 14:10 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-30 14:10 iquiw [this message]
     [not found] <mailman.6313.1406761860.1147.help-gnu-emacs@gnu.org>
2014-07-30 23:50 ` viper-mode C-[ behavior change in Emacs 24.4 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
     [not found] <mailman.6544.1407156832.1147.help-gnu-emacs@gnu.org>
2014-08-05  0:03 ` 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAOAV121Nmniz1yT7YWsEE7oEwNRh_zHuyO2OaVgJO2WtQdNqiQ@mail.gmail.com \
    --to=iku.iwasa@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.