From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luis Fernandes Newsgroups: gmane.emacs.help Subject: Re: iswitchb help Date: 24 Oct 2002 09:29:17 -0400 Organization: Ryerson Polytechnic University Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035466950 8209 80.91.224.249 (24 Oct 2002 13:42:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 24 Oct 2002 13:42:30 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 184iFp-00028G-00 for ; Thu, 24 Oct 2002 15:42:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 184iEi-0007RD-00; Thu, 24 Oct 2002 09:41:20 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!cyclone.bc.net!torn!news.ryerson.ca!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: sulfur.ee.ryerson.ca User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.106 Original-Xref: shelby.stanford.edu gnu.emacs.help:106333 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2883 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2883 >>>>> "HR" == Heinz Rommerskirchen writes: HR> Luis Fernandes writes: >> C-xb nu gives: iswitchb nu{nu-new,nu.orig,nu-jason,nu,v,nu} >> >> nu-new is selected if I hit RET >> >> How do I switch to the 'nu' buffer? HR> Press C-s until 'nu' is the first name in the list, then RET Thank you. C-s/C-r is completely illogical and unintuitive[1]. I think multiple TAB key presses would have been more logical (like in any shell) to cycle through the completions. Is there a way to change this behaviour to TAB rather than C-s/C-r?