[EMAIL PROTECTED] (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 _______________________________________________ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs