From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: a bug rendering ido unusable Date: Wed, 30 Apr 2008 01:59:35 -0400 Message-ID: References: <200804292005.08722.pogonyshev@gmx.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1209535194 7728 80.91.229.12 (30 Apr 2008 05:59:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Apr 2008 05:59:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: Paul Pogonyshev Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 30 08:00:29 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jr5Mh-00026o-Uj for ged-emacs-devel@m.gmane.org; Wed, 30 Apr 2008 08:00:28 +0200 Original-Received: from localhost ([127.0.0.1]:54953 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jr5M1-0005jJ-7F for ged-emacs-devel@m.gmane.org; Wed, 30 Apr 2008 01:59:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jr5Lw-0005jE-Mo for emacs-devel@gnu.org; Wed, 30 Apr 2008 01:59:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jr5Lu-0005hr-Ar for emacs-devel@gnu.org; Wed, 30 Apr 2008 01:59:39 -0400 Original-Received: from [199.232.76.173] (port=53764 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jr5Lu-0005hk-8m for emacs-devel@gnu.org; Wed, 30 Apr 2008 01:59:38 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182] helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jr5Lt-0005K3-TR for emacs-devel@gnu.org; Wed, 30 Apr 2008 01:59:38 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgoEAPqnF0jO+JghdGdsb2JhbACBU499ASebJA X-IronPort-AV: E=Sophos;i="4.25,726,1199682000"; d="scan'208";a="19652783" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 30 Apr 2008 01:59:35 -0400 Original-Received: from pastel.home ([206.248.152.33]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id KJL41435; Wed, 30 Apr 2008 01:59:35 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 0A04281E8; Wed, 30 Apr 2008 01:59:35 -0400 (EDT) In-Reply-To: <200804292005.08722.pogonyshev@gmx.net> (Paul Pogonyshev's message of "Tue, 29 Apr 2008 20:05:08 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:96194 Archived-At: > I have recompiled Emacs from CVS today and found that ido no longer > differentiates between files and directories. E.g. when I type > '~/ema RET' it opens directory '~/emacs' in dired mode, instead of > navigating into it inside the minibuffer. It must be a bug since > I don't see how that is anywhere near useful. It turns out the problem is in file-name-all-completions: for some reason, it fails to add the expected trailing / on directories. Stefan