From: Michael Kifer <kifer@cs.sunysb.edu>
To: "Lennart Borgman (gmail)" <lennart.borgman@gmail.com>
Cc: 1072@emacsbugs.donarmstrong.com, Stefano Zacchiroli <zack@upsilon.cc>
Subject: bug#1072: Viper version is 3.14 of April 06, 2008; can't exit viper insert mode with ESC using emacsclient -t
Date: Tue, 7 Oct 2008 19:06:07 -0400 [thread overview]
Message-ID: <20081007190607.32194926@kiferserv> (raw)
In-Reply-To: <48EB8C94.2070403@gmail.com>
It is
(viper--intercept-key-maps viper--key-maps)
but it does not look like this kicks in.
The value of viper--intercept-key-maps is
((viper-vi-intercept-minor-mode keymap
(escape . viper-intercept-ESC-key)
(26 . viper-toggle-key-action))
(viper-insert-intercept-minor-mode keymap
(escape . viper-intercept-ESC-key))
(viper-emacs-intercept-minor-mode keymap
(26 . viper-change-state-to-vi)))
So, the keymaps are set correctly, but they do not seem to kick in.
michael
On Tue, 07 Oct 2008 18:21:40 +0200
"Lennart Borgman (gmail)" <lennart.borgman@gmail.com> wrote:
> Stefano Zacchiroli wrote:
> >> The key different seems to be key binding, while in main Emacs and
> >> framed client "C-h k ESC" returns (viper-intercept-ESC-key), in
> >> console clients "C-h k ESC" hangs showing "ESC-" waiting for the
> >> next key in the binding.
> >
> > Does this blink some light? (Or maybe explains that the bug is not at
> > all related to Viper and need to be looked for in some emacsclient
> > detail?)
>
> What is the value of emulation-mode-map-alists in both cases? Is
> viper--intercept-key-maps there in both cases?
>
> What is the value of this variable in both cases? It should be something
> like
>
> ((viper-vi-intercept-minor-mode keymap
> (f6 . viper-toggle-key-action)
> (escape . viper-intercept-ESC-key)
> (26))
> (viper-insert-intercept-minor-mode keymap
> (escape . viper-intercept-ESC-key))
> (viper-emacs-intercept-minor-mode keymap
> (f6 . viper-change-state-to-vi)
> (26)))
>
> What is the values of the key variables in the association list?
>
> > Thanks a lot!
> > Cheers.
> >
>
next prev parent reply other threads:[~2008-10-07 23:06 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20081006095245.2FE176A99@usha.takhisis.invalid>
[not found] ` <20081006124104.25eb7619@kiferserv>
2008-10-07 14:49 ` bug#1072: Viper version is 3.14 of April 06, 2008; can't exit viper insert mode with ESC using emacsclient -t Stefano Zacchiroli
2008-10-07 16:21 ` Lennart Borgman (gmail)
2008-10-07 23:06 ` Michael Kifer [this message]
2008-10-07 23:56 ` Lennart Borgman (gmail)
2008-11-14 13:48 ` Stefano Zacchiroli
2008-11-14 19:50 ` Michael Kifer
2008-11-14 20:40 ` Dan Nicolaescu
2008-11-14 20:55 ` Michael Kifer
2008-11-14 21:22 ` Dan Nicolaescu
2008-11-14 22:39 ` Stefan Monnier
2008-11-14 22:46 ` Michael Kifer
2008-11-15 1:32 ` Stefano Zacchiroli
[not found] ` <20081116000252.32203b3a@kiferserv>
2008-11-16 16:18 ` Stefano Zacchiroli
2008-10-09 9:08 ` Stefano Zacchiroli
2008-10-09 14:24 ` Lennart Borgman (gmail)
2008-10-07 16:28 ` Michael Kifer
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=20081007190607.32194926@kiferserv \
--to=kifer@cs.sunysb.edu \
--cc=1072@emacsbugs.donarmstrong.com \
--cc=lennart.borgman@gmail.com \
--cc=zack@upsilon.cc \
/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.