* iswitch-mode and viper
@ 2005-05-08 17:05 John J. Lee
2005-05-08 18:11 ` John J. Lee
2005-05-08 18:14 ` Daniel Brockman
0 siblings, 2 replies; 3+ messages in thread
From: John J. Lee @ 2005-05-08 17:05 UTC (permalink / raw)
(setq iswitchb-mode t) seems to be a no-op in viper-mode. Anybody
have a workaround / bugfix?
John
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: iswitch-mode and viper
2005-05-08 17:05 iswitch-mode and viper John J. Lee
@ 2005-05-08 18:11 ` John J. Lee
2005-05-08 18:14 ` Daniel Brockman
1 sibling, 0 replies; 3+ messages in thread
From: John J. Lee @ 2005-05-08 18:11 UTC (permalink / raw)
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: iswitch-mode and viper
2005-05-08 17:05 iswitch-mode and viper John J. Lee
2005-05-08 18:11 ` John J. Lee
@ 2005-05-08 18:14 ` Daniel Brockman
1 sibling, 0 replies; 3+ messages in thread
From: Daniel Brockman @ 2005-05-08 18:14 UTC (permalink / raw)
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?
iswitchb-mode's value is nil
Non-nil if Iswitchb mode is enabled.
See the command `iswitchb-mode' for a description of this minor-mode.
Setting this variable directly does not take effect;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
use either C-c z z or the function `iswitchb-mode'.
--
Daniel Brockman <daniel@brockman.se>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-05-08 18:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-08 17:05 iswitch-mode and viper John J. Lee
2005-05-08 18:11 ` John J. Lee
2005-05-08 18:14 ` Daniel Brockman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).