From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#6294: 24.0.50; `dired-create-directory' needs to add / when -alF Date: Fri, 28 May 2010 21:54:33 +0300 Message-ID: <83vda7uaae.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1275073086 12359 80.91.229.12 (28 May 2010 18:58:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 28 May 2010 18:58:06 +0000 (UTC) Cc: 6294@debbugs.gnu.org To: Drew Adams Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri May 28 20:58:03 2010 connect(): No such file or directory Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OI4kt-0003ZR-Ks for geb-bug-gnu-emacs@m.gmane.org; Fri, 28 May 2010 20:58:03 +0200 Original-Received: from localhost ([127.0.0.1]:60870 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OI4kT-0007i6-C7 for geb-bug-gnu-emacs@m.gmane.org; Fri, 28 May 2010 14:57:37 -0400 Original-Received: from [140.186.70.92] (port=55508 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OI4kM-0007bn-Em for bug-gnu-emacs@gnu.org; Fri, 28 May 2010 14:57:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OI4kL-0003Sr-5A for bug-gnu-emacs@gnu.org; Fri, 28 May 2010 14:57:30 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:42953) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OI4kL-0003Sk-3s for bug-gnu-emacs@gnu.org; Fri, 28 May 2010 14:57:29 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1OI4iv-0000e7-LU; Fri, 28 May 2010 14:56:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 28 May 2010 18:56:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6294 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 6294-submit@debbugs.gnu.org id=B6294.12750729032470 (code B ref 6294); Fri, 28 May 2010 18:56:01 +0000 Original-Received: (at 6294) by debbugs.gnu.org; 28 May 2010 18:55:03 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OI4hy-0000dn-Gi for submit@debbugs.gnu.org; Fri, 28 May 2010 14:55:02 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OI4hv-0000dR-TD for 6294@debbugs.gnu.org; Fri, 28 May 2010 14:55:01 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0L3500L008GD2T00@a-mtaout22.012.net.il> for 6294@debbugs.gnu.org; Fri, 28 May 2010 21:54:34 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.228.111.84]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L3500IFY8IXFW70@a-mtaout22.012.net.il>; Fri, 28 May 2010 21:54:34 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Fri, 28 May 2010 14:56:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:37372 Archived-At: > From: "Drew Adams" > Date: Fri, 28 May 2010 10:15:05 -0700 > Cc: > > 1. This is a regression wrt Emacs 20. The bug was introduced in Emacs 21. ??? Emacs 20 on MS-Windows didn't support the -F switch at all, AFAICS. So I don't understand how can this be a regression wrt Emacs 20. What am I missing? > 2. Displaying the new dir without the trailing / means that Dired actions will > not work correctly for that entry. For example, you cannot use `x' to delete it > after flagging it `D'. You must first use `g' to update the display to get the > /. Allright, allright, you convinced me. No need for more evidence. I even see the bug (and will fix it if no one beats me to it).