From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.devel Subject: Re: 23.0.60; Broken eshell completion of directory names Date: Wed, 30 Apr 2008 11:11:03 +0200 Organization: disorganized Message-ID: <87bq3rk8rc.fsf@localhorst.mine.nu> References: <87fxt5z5fp.fsf@localhorst.mine.nu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1209547429 12839 80.91.229.12 (30 Apr 2008 09:23:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Apr 2008 09:23:49 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 30 11:24:25 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 1Jr8Y3-0005Ss-U5 for ged-emacs-devel@m.gmane.org; Wed, 30 Apr 2008 11:24:24 +0200 Original-Received: from localhost ([127.0.0.1]:51687 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jr8XM-0006D3-NP for ged-emacs-devel@m.gmane.org; Wed, 30 Apr 2008 05:23:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jr8XF-0006CI-25 for emacs-devel@gnu.org; Wed, 30 Apr 2008 05:23:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jr8XC-0006BX-U9 for emacs-devel@gnu.org; Wed, 30 Apr 2008 05:23:32 -0400 Original-Received: from [199.232.76.173] (port=37295 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jr8XC-0006BQ-Lk for emacs-devel@gnu.org; Wed, 30 Apr 2008 05:23:30 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jr8XB-00036K-Tf for emacs-devel@gnu.org; Wed, 30 Apr 2008 05:23:30 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Jr8X4-0005w0-PP for emacs-devel@gnu.org; Wed, 30 Apr 2008 09:23:22 +0000 Original-Received: from e178056244.adsl.alicedsl.de ([85.178.56.244]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Apr 2008 09:23:22 +0000 Original-Received: from david.hansen by e178056244.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Apr 2008 09:23:22 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 21 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: e178056244.adsl.alicedsl.de User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 (gnu/linux) Mail-Copies-To: nobody Cancel-Lock: sha1:Gr7bkufWJfJPg2Z6VE44fdIHN54= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:96209 Archived-At: On Tue, 29 Apr 2008 05:49:14 +0200 David Hansen wrote: > Eshell now completes directories like file names, that is: don't add a > trailing "/" but a space instead. To reproduce: > > $ emacs -Q > M-x eshell > cd /tm On Wed, 30 Apr 2008 03:16:28 -0400 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, > For the record: above eshell bug fixed as well (guess that was the same problem). David