From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: global-set-key has no effect for iswitchb-buffer Date: Sat, 10 Mar 2007 00:36:41 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1173483368 8472 80.91.229.12 (9 Mar 2007 23:36:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Mar 2007 23:36:08 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Reiner Steib Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 10 00:36:03 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HPod1-0007Wi-1Z for ged-emacs-devel@m.gmane.org; Sat, 10 Mar 2007 00:36:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HPodL-0004za-DV for ged-emacs-devel@m.gmane.org; Fri, 09 Mar 2007 18:36:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HPod9-0004zP-Qv for emacs-devel@gnu.org; Fri, 09 Mar 2007 18:36:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HPod8-0004z2-1M for emacs-devel@gnu.org; Fri, 09 Mar 2007 18:36:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HPod7-0004yz-TE for emacs-devel@gnu.org; Fri, 09 Mar 2007 18:36:09 -0500 Original-Received: from pfepb.post.tele.dk ([195.41.46.236]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HPock-00087F-G5 for emacs-devel@gnu.org; Fri, 09 Mar 2007 18:35:46 -0500 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx19.adsl-dhcp.tele.dk [80.62.38.68]) by pfepb.post.tele.dk (Postfix) with SMTP id A5C26A50021; Sat, 10 Mar 2007 00:35:41 +0100 (CET) In-Reply-To: (Reiner Steib's message of "Fri\, 09 Mar 2007 19\:28\:54 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (gnu/linux) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:67665 Archived-At: Reiner Steib 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 http://www.cua.dk