From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: ido annoying bug Date: Mon, 25 Dec 2006 19:02:21 +0200 Message-ID: <200612251902.22258.pogonyshev@gmx.net> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1167065874 19113 80.91.229.10 (25 Dec 2006 16:57:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Dec 2006 16:57:54 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 25 17:57:52 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1Gyt8z-0008Jb-P2 for ged-emacs-devel@m.gmane.org; Mon, 25 Dec 2006 17:57:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gyt8z-0005YM-9s for ged-emacs-devel@m.gmane.org; Mon, 25 Dec 2006 11:57:45 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gyt8U-0005Eh-Re for emacs-devel@gnu.org; Mon, 25 Dec 2006 11:57:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gyt8S-0005CG-UY for emacs-devel@gnu.org; Mon, 25 Dec 2006 11:57:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gyt8S-0005Bx-OG for emacs-devel@gnu.org; Mon, 25 Dec 2006 11:57:12 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1Gyt8S-00043d-4o for emacs-devel@gnu.org; Mon, 25 Dec 2006 11:57:12 -0500 Original-Received: (qmail invoked by alias); 25 Dec 2006 16:57:09 -0000 Original-Received: from unknown (EHLO h113.n230.iptel.by) [80.94.230.113] by mail.gmx.net (mp029) with SMTP; 25 Dec 2006 17:57:09 +0100 X-Authenticated: #16844820 Original-To: emacs-devel@gnu.org User-Agent: KMail/1.7.2 Content-Disposition: inline X-Y-GMX-Trusted: 0 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:64253 Archived-At: There is a nasty regression in ido lately (I updated and rebuilt from sources yesterday.) Namely, if you use C-x b to switch to a different buffer and type in a few letters, the current buffer may be shown first, even though there are other buffers with this letters. Example: current buffer is `preferences_dialog.py'. I type `C-x b pre' and get this in the message buffer: preferences_dialog.py | gtk-preferences.c Obviously, I wished to switch to the latter. Paul