emacs-devel
[Top][All Lists]
Advanced

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

Re: global-set-key has no effect for iswitchb-buffer


From: Kim F. Storm
Subject: Re: global-set-key has no effect for iswitchb-buffer
Date: Sat, 10 Mar 2007 00:36:41 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (gnu/linux)

Reiner Steib <address@hidden> writes:

> Hi,
>
> I have iswitchb-mode enabled.  But occasionally I want to use the
> plain `switch-to-buffer' command which I have bound to `C-c b b'.
> Recently (well, I haven't updated from CVS for a while) this stopped
> to work: `C-c b b' also calls `iswitchb-buffer'.


Try:

(defalias 'switch-to-buffer-1 'switch-to-buffer)
and bind C-c b b to switch-to-buffer-1

Alternatively, you could use ido-mode instead.
Then you'd have the standard switch-to-buffer on C-x b C-b

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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