From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: making iswitchb the default Date: 16 Apr 2004 08:38:57 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <16510.30368.995782.116516@bushmills.inf.ed.ac.uk> <407E8ABC.9060807@gnu.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1082102044 16751 80.91.224.253 (16 Apr 2004 07:54:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Apr 2004 07:54:04 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Apr 16 09:53:58 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BEOAg-0002VL-00 for ; Fri, 16 Apr 2004 09:53:58 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BEOAg-0001Rq-00 for ; Fri, 16 Apr 2004 09:53:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BEO7G-0002oz-RT for emacs-devel@quimby.gnus.org; Fri, 16 Apr 2004 03:50:26 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BEO6R-0002Xe-2k for emacs-devel@gnu.org; Fri, 16 Apr 2004 03:49:35 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BEO5h-000266-FV for emacs-devel@gnu.org; Fri, 16 Apr 2004 03:49:21 -0400 Original-Received: from [194.106.33.237] (helo=i-194-106-33-237.freedom2surf.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1BENwF-0006pB-02 for emacs-devel@gnu.org; Fri, 16 Apr 2004 03:39:03 -0400 Original-Received: from wanchan.jasonrumney.net (jasonrumney.net [195.137.77.250]) by i-194-106-33-237.freedom2surf.net (8.12.10/8.12.10) with ESMTP id i3G7cxEb007028; Fri, 16 Apr 2004 08:38:59 +0100 Original-Received: from NYAUMO (nyaumo.jasonrumney.net [10.0.0.27]) by wanchan.jasonrumney.net (Postfix) with ESMTP id 093C3DDD68; Fri, 16 Apr 2004 08:38:59 +0100 (BST) Original-To: Stefan Daschek In-Reply-To: Original-Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21733 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21733 Stefan Daschek writes: > WFM in Windows XP: > > *) $ emacs -q --no-site-file > *) M-x iswitchb-default-keybindings > *) C-x b > *) Minibuffer shows: iswitch {*Messages*,*scratch*} Apparently it is neccesary to call iswitchb-mode or iswitchb-default-keybindings first, otherwise iswitchb-buffer does not work. I have suggested to the author to document this and not autoload the other functions.