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: Thu, 15 Apr 2004 12:05:25 +0100 Organization: Integra SP Ltd Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <407E6C75.1060601@gnu.org> References: <20040414214343.GA27960@fencepost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1082028400 19426 80.91.224.253 (15 Apr 2004 11:26:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Apr 2004 11:26:40 +0000 (UTC) Cc: John Wiegley , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Apr 15 13:26:30 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 1BE50o-00061Y-00 for ; Thu, 15 Apr 2004 13:26:30 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BE50f-0002cK-00 for ; Thu, 15 Apr 2004 13:26:30 +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 1BE4x2-0001W3-LF for emacs-devel@quimby.gnus.org; Thu, 15 Apr 2004 07:22:36 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BE4q3-0007Oa-5r for emacs-devel@gnu.org; Thu, 15 Apr 2004 07:15:23 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BE4lm-0005xx-HO for emacs-devel@gnu.org; Thu, 15 Apr 2004 07:11:29 -0400 Original-Received: from [209.61.173.204] (helo=integrasp.com) by monty-python.gnu.org with smtp (Exim 4.30) id 1BE4gs-0004cf-9W for emacs-devel@gnu.org; Thu, 15 Apr 2004 07:05:54 -0400 Original-Received: (qmail 22708 invoked from network); 15 Apr 2004 10:51:28 -0000 Original-Received: from unknown (HELO ntserver.integrasp.com) (217.207.198.106) by 66.216.96.43 with SMTP; 15 Apr 2004 10:51:28 -0000 Original-Received: from gnu.org (altiojr.altio.com [192.168.111.196]) by ntserver.integrasp.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 2CQ68Z7M; Thu, 15 Apr 2004 12:05:25 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-gb, en, ja Original-To: "Kim F. Storm" In-Reply-To: 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:21678 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21678 Kim F. Storm wrote: > Jason Rumney writes: >> I type a couple of letters, and press tab, the completions buffer >> that comes up lists all my buffers, including those that don't match. >> If I type the full name of a buffer and hit return, I get some random >> buffer instead. > Just FYI, ido doesn't have these problems. It does have similarly strange completion results, though with ido I can see after some experimentation that if I type "a TAB", I get all buffers that contain "a" or "A" anywhere in their name, whereas iswitchb doesn't appear to read my input at all.