From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: making iswitchb the default Date: 18 Apr 2004 16:22:01 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20040416123118.38B6.JMBARRANQUERO@wke.es> <7137-Sat17Apr2004104442+0300-eliz@gnu.org> <20040418134752.DB80.LEKTU@mi.madritel.es> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1082294949 25309 80.91.224.253 (18 Apr 2004 13:29:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 18 Apr 2004 13:29:09 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Apr 18 15:29:03 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 1BFCM3-0007Qy-00 for ; Sun, 18 Apr 2004 15:29:03 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BFCM3-0001ul-00 for ; Sun, 18 Apr 2004 15:29:03 +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 1BFCGP-00074N-Vt for emacs-devel@quimby.gnus.org; Sun, 18 Apr 2004 09:23:13 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BFCDw-0006P3-1D for emacs-devel@gnu.org; Sun, 18 Apr 2004 09:20:40 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BFCDO-0006Cl-96 for emacs-devel@gnu.org; Sun, 18 Apr 2004 09:20:37 -0400 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.30) id 1BFCDN-0006Ad-6X; Sun, 18 Apr 2004 09:20:05 -0400 Original-To: Juanma Barranquero In-reply-to: <20040418134752.DB80.LEKTU@mi.madritel.es> (message from Juanma Barranquero on Sun, 18 Apr 2004 13:56:27 +0200) 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:21843 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21843 > Date: Sun, 18 Apr 2004 13:56:27 +0200 > From: Juanma Barranquero > > > I meant for that to happen as part of a command that switches to > > another buffer, like "C-x b", not as part of a command that displayes > > the list of all buffers. > > I don't understand. You said: > > > What IMHO _would_ be useful and unsurprising to newbies is a mode that > > drops a menu of buffer names and allows to select one by either a > > mouse click or arrow keys and RET. > > And, if you bind bs-show to C-x b or C-x C-b, that's *exactly* what you > can do: C-x b (or whatever), click or select with arrows, RET, and > you're on the desired buffer. My bad: I'm not familiar with bs, so when you said that it is a replacement for list-buffers, I thought that was all it did. I didn't know it also offers a replacement for "C-x b". Sorry.