From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#9039: 24.0.50; dired "f" fails on directory that begins with a space Date: Sat, 09 Jul 2011 22:33:44 -0400 Message-ID: References: <86ei1yswoi.fsf@red.stonehenge.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1310265270 18224 80.91.229.12 (10 Jul 2011 02:34:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 10 Jul 2011 02:34:30 +0000 (UTC) Cc: 9039@debbugs.gnu.org To: merlyn@stonehenge.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Jul 10 04:34:26 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qfjqc-0004Ru-Ec for geb-bug-gnu-emacs@m.gmane.org; Sun, 10 Jul 2011 04:34:18 +0200 Original-Received: from localhost ([::1]:54150 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qfjqb-0007Yb-Nc for geb-bug-gnu-emacs@m.gmane.org; Sat, 09 Jul 2011 22:34:17 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:40162) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfjqN-0007YL-Jt for bug-gnu-emacs@gnu.org; Sat, 09 Jul 2011 22:34:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QfjqM-0002Tp-H1 for bug-gnu-emacs@gnu.org; Sat, 09 Jul 2011 22:34:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:41248) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfjqM-0002Tj-EE for bug-gnu-emacs@gnu.org; Sat, 09 Jul 2011 22:34:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1QfjqL-0003in-RW; Sat, 09 Jul 2011 22:34:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 10 Jul 2011 02:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9039 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9039-submit@debbugs.gnu.org id=B9039.131026523514291 (code B ref 9039); Sun, 10 Jul 2011 02:34:01 +0000 Original-Received: (at 9039) by debbugs.gnu.org; 10 Jul 2011 02:33:55 +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 1QfjqF-0003iR-0t for submit@debbugs.gnu.org; Sat, 09 Jul 2011 22:33:55 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QfjqC-0003iG-C0 for 9039@debbugs.gnu.org; Sat, 09 Jul 2011 22:33:53 -0400 Original-Received: from localhost ([127.0.0.1]:47905) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qfjq5-0008RS-9w; Sat, 09 Jul 2011 22:33:45 -0400 X-Spook: Bush Wired Albanian Chobetsu fundamentalist M-14 wire X-Ran: wU!DShyj5`QWpoE#Y*3K]h`cq&8xiRjK,~#%_8B6@Yvb;ohJp4sS'sf^E`i}W+*7}mbF.4 X-Hue: red X-Attribution: GM In-Reply-To: <86ei1yswoi.fsf@red.stonehenge.com> (merlyn@stonehenge.com's message of "Sat, 09 Jul 2011 19:21:01 -0700") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 09 Jul 2011 22:34:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.43 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: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:48440 Archived-At: merlyn@stonehenge.com wrote: > Create a directory that begins with space. > Visit the parent directory in dired. > Move to the line that references the space-beginning directory > hit "f" > Emacs fails to descend. What is the value of `dired-use-ls-dired'? If it is nil, I think this kind of problem is expected. What is the result of evaluating: (call-process insert-directory-program nil nil nil "--dired") > In GNU Emacs 24.0.50.1 (x86_64-apple-darwin10.8.0, NS > apple-appkit-1038.36) > of 2011-07-09 on Locohost.local > Windowing system distributor `Apple', version 10.3.1038 > configured using `configure '--with-ns' '--without-x' '--without-dbus' > '--prefix=/tmp/emacs''