unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: storm@cua.dk (Kim F. Storm)
To: Reiner Steib <Reiner.Steib@gmx.de>
Cc: Stefan Monnier <monnier@iro.umontreal.ca>, emacs-devel@gnu.org
Subject: Re: global-set-key has no effect for iswitchb-buffer
Date: Sat, 10 Mar 2007 00:36:41 +0100	[thread overview]
Message-ID: <m31wjyhtva.fsf@kfs-l.imdomain.dk> (raw)
In-Reply-To: <v9y7m6qnix.fsf@marauder.physik.uni-ulm.de> (Reiner Steib's message of "Fri\, 09 Mar 2007 19\:28\:54 +0100")

Reiner Steib <reinersteib+gmane@imap.cc> 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 <storm@cua.dk> http://www.cua.dk

  reply	other threads:[~2007-03-09 23:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-09 18:28 global-set-key has no effect for iswitchb-buffer Reiner Steib
2007-03-09 23:36 ` Kim F. Storm [this message]
2007-03-24 12:13   ` Reiner Steib

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m31wjyhtva.fsf@kfs-l.imdomain.dk \
    --to=storm@cua.dk \
    --cc=Reiner.Steib@gmx.de \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).