From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: dired cannot access file names with a quote Date: Mon, 25 Feb 2008 12:41:28 -0500 Message-ID: <87ejb1ue5z.fsf@stupidchicken.com> References: <87r6f3ux2z.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203961418 7795 80.91.229.12 (25 Feb 2008 17:43:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Feb 2008 17:43:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Francesco =?utf-8?Q?Potort=C3=AC?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 25 18:44:03 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 1JThMe-000836-C7 for ged-emacs-devel@m.gmane.org; Mon, 25 Feb 2008 18:43:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JThM8-0005uU-Cr for ged-emacs-devel@m.gmane.org; Mon, 25 Feb 2008 12:43:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JThM3-0005sR-Mx for emacs-devel@gnu.org; Mon, 25 Feb 2008 12:43:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JThLz-0005qu-4K for emacs-devel@gnu.org; Mon, 25 Feb 2008 12:43:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JThLy-0005qr-VW for emacs-devel@gnu.org; Mon, 25 Feb 2008 12:43:03 -0500 Original-Received: from cyd.mit.edu ([18.115.2.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JThLu-0005Pb-VR; Mon, 25 Feb 2008 12:42:59 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 0D0704E3F9; Mon, 25 Feb 2008 12:41:29 -0500 (EST) In-Reply-To: <87r6f3ux2z.fsf@stupidchicken.com> (Chong Yidong's message of "Sat\, 23 Feb 2008 17\:28\:20 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.91 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:90414 Archived-At: Chong Yidong writes: >> The subject describes what I suspect is the cause of the bug, but I am >> not sure, because I made no real investigation >> >> $ touch /tmp/First-October\ \'07.pdf >> $ emacs -Q >> C-x d /tmp/Firs TAB RET >> ==> Listing directory failed but `access-file' worked > > I think the fix is to quote ' as well in shell-quote-wildcard-pattern. > Could someone on this list double-check? I've checked this change into both the branch and the trunk. I think it's safe, but please keep an eye out for anything unusual.