help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: iswitch-mode and viper


From: John J. Lee
Subject: Re: iswitch-mode and viper
Date: 08 May 2005 18:11:19 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

jjl@pobox.com (John J. Lee) writes:

> (setq iswitchb-mode t) seems to be a no-op in viper-mode.  Anybody
> have a workaround / bugfix?
> 
> 
> John

Thanks to somebody who replied by email, I now realise I should be
doing (iswitchb-mode 1).  After some fiddling about, I now have:

(iswitchb-mode 1)
(setq viper-mode t)
(require 'viper)

in my .emacs, and recalled that I need to change switch-to-buffer to
iswitchb-buffer in my .viper.  Now working fine!


John


reply via email to

[Prev in Thread] Current Thread [Next in Thread]