What private changes to Viper and/or Vimpulse do you have in your .emacs file?
Štěpán Němec
stepnem at gmail.com
Sun Jul 25 11:47:20 CEST 2010
Addendum:
Štěpán Němec <stepnem at gmail.com> writes:
[...]
> init.el:
> --------
[...]
> ;; Don't mess with my minibuffer, bad, bad Viper!
> (remove-hook 'minibuffer-setup-hook 'viper-minibuffer-setup-sentinel)
;; in post-ddfcd16209c575 Vimpulse, the above is not enough any more
(defadvice viper-set-minibuffer-overlay (around fuck-viper activate)
nil)
[...]
More information about the implementations-list
mailing list