From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Len Trigg Newsgroups: gmane.emacs.devel Subject: Re: a bug rendering ido unusable Date: Fri, 02 May 2008 11:48:29 +1200 Organization: NetValue Ltd. Message-ID: References: <200804292005.08722.pogonyshev@gmx.net> <200804302315.46166.pogonyshev@gmx.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1209687054 24530 80.91.229.12 (2 May 2008 00:10:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 May 2008 00:10:54 +0000 (UTC) Cc: Stefan Monnier To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 02 02:11:29 2008 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 1Jrirp-0001Mh-3e for ged-emacs-devel@m.gmane.org; Fri, 02 May 2008 02:11:13 +0200 Original-Received: from localhost ([127.0.0.1]:46125 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jrir7-0001DW-Su for ged-emacs-devel@m.gmane.org; Thu, 01 May 2008 20:10:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jrir3-0001CF-A9 for emacs-devel@gnu.org; Thu, 01 May 2008 20:10:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jrir0-0001Bs-Sc for emacs-devel@gnu.org; Thu, 01 May 2008 20:10:24 -0400 Original-Received: from [199.232.76.173] (port=53430 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jrir0-0001Bn-LS for emacs-devel@gnu.org; Thu, 01 May 2008 20:10:22 -0400 Original-Received: from [202.37.129.7] (helo=netvalue.net.nz) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jriqz-0004im-LS for emacs-devel@gnu.org; Thu, 01 May 2008 20:10:22 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by netvalue.net.nz (Postfix) with ESMTP id CED5411C602; Fri, 2 May 2008 11:42:47 +1200 (NZST) X-Virus-Scanned: Debian amavisd-new at netvalue.net.nz Original-Received: from netvalue.net.nz ([127.0.0.1]) by localhost (netvalue.net.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LVPH8kFmQqcG; Fri, 2 May 2008 11:42:47 +1200 (NZST) Original-Received: from nepenthes.nz.reeltwo.com (colosus.18londonst.co.nz [131.203.126.193]) by netvalue.net.nz (Postfix) with ESMTP id B800211C5FF; Fri, 2 May 2008 11:42:47 +1200 (NZST) In-Reply-To: <200804302315.46166.pogonyshev@gmx.net> User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-Payment: hashcash 1.2 1:10:080501:emacs-devel@gnu.org::hu834i/e5pMlCm7f:00000000000000000000000000000000000000000000KQ X-Hashcash: 1:10:080501:emacs-devel@gnu.org::hu834i/e5pMlCm7f:00000000000000000000000000000000000000000000KQ X-Payment: hashcash 1.2 1:10:080501:monnier@iro.umontreal.ca::PoAr/2NAq+4zVMFf:000000000000000000000000000000000000000Mt X-Hashcash: 1:10:080501:monnier@iro.umontreal.ca::PoAr/2NAq+4zVMFf:000000000000000000000000000000000000000Mt X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 1) 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:96302 Archived-At: Paul Pogonyshev wrote: > Stefan Monnier wrote: > > > I have recompiled Emacs from CVS today and found that ido no longer > > > differentiates between files and directories. E.g. when I type > > > > It should be fixed now, > > Yes, it is. Thank you. Hmmm, I did a clean build from CVS today, and it still happens for me on at least one directory. From ~/reeltwo_sandboxes/vetech/ all completions show no trailing slash on subdirectories. I have no idea why this directory behaves differently to others. Cheers, Len.