[implementations-list] Fwd: vimpulse - visual select with emacs -nw

Alessandro Piras laynor at gmail.com
Thu Jul 30 04:59:55 CEST 2009


---------- Forwarded message ----------
From: Alessandro Piras <laynor at gmail.com>
Date: 2009/7/30
Subject: Re: vimpulse - visual select with emacs -nw
To: Jason Spiro <jasonspiro3 at gmail.com>


it was already shipped as part of vimpulse, it just lacked the
input-pending-p check :)

2009/7/30 Jason Spiro <jasonspiro3 at gmail.com>:
> On Wed, Jul 29, 2009 at 9:49 PM, Alessandro Piras <laynor at gmail.com> wrote:
> ...
>> (defadvice viper-intercept-ESC-key (around
>>  vimpulse-esc-exit-visual-mode activate)
>>  (when (and vimpulse-visual-mode
>>             (not (input-pending-p)))
>>    (vimpulse-visual-mode '-))
>>  ad-do-it)
>
> I haven't tested the above code.  But do you think it should be
> shipped as part of Vimpulse?
>



More information about the implementations-list mailing list