From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: making iswitchb the default Date: Thu, 15 Apr 2004 14:53:10 -0700 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <16510.23166.910606.922131@bushmills.inf.ed.ac.uk> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1082066649 8587 80.91.224.253 (15 Apr 2004 22:04:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Apr 2004 22:04:09 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Apr 16 00:04:01 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 1BEExl-0005Fy-00 for ; Fri, 16 Apr 2004 00:04:01 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BEExl-0002Q9-00 for ; Fri, 16 Apr 2004 00:04:01 +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 1BEEx5-00038o-Th for emacs-devel@quimby.gnus.org; Thu, 15 Apr 2004 18:03:19 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BEErN-0000WX-Kc for emacs-devel@gnu.org; Thu, 15 Apr 2004 17:57:25 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BEEqm-0000Hw-D8 for emacs-devel@gnu.org; Thu, 15 Apr 2004 17:57:20 -0400 Original-Received: from [204.251.10.82] (helo=iris2.directnic.com) by monty-python.gnu.org with smtp (Exim 4.30) id 1BEEql-0000Gb-MH for emacs-devel@gnu.org; Thu, 15 Apr 2004 17:56:47 -0400 Original-Received: by iris2.directnic.com (iris/0.153:492879); 15 Apr 2004 21:56:44 +0000 X-Iris-Host: 1084492519/adsl-64-164-10-231.dsl.snfc21.pacbell.net Original-Received: from adsl-64-164-10-231.dsl.snfc21.pacbell.net (EHLO Majnun.local) (64.164.10.231) by pop.directnic.com (iris/0.153:492879/relay) with ESMTP for ; 15 Apr 2004 21:56:46 +0000 Original-Received: by Majnun.local (Postfix, from userid 501) id C04D3221769; Thu, 15 Apr 2004 14:53:10 -0700 (PDT) Original-To: emacs-devel@gnu.org In-Reply-To: <16510.23166.910606.922131@bushmills.inf.ed.ac.uk> (Stephen Eglen's message of "Thu, 15 Apr 2004 10:48:46 +0100") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (darwin) 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:21718 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21718 Stephen Eglen writes: > iswitchb-buffer-ignore's value is ("^ ") and so you can switch off > the mechanism that removes buffers beginning with space. Stephen, I also found that there is a C-a (show all) binding which is currently disabled. I re-enabled it for myself, and it has been working fine. How nice to select " *temp*" with C-x b once again! Any reason why this feature is currently off? John