From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: dired cannot access file names with a quote Date: Sat, 23 Feb 2008 17:49:05 -0500 Message-ID: <0ylk5b1e72.fsf@fencepost.gnu.org> 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 1203806964 29403 80.91.229.12 (23 Feb 2008 22:49:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Feb 2008 22:49:24 +0000 (UTC) Cc: Francesco =?iso-8859-1?Q?Potort=EC?= , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 23 23:49:49 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 1JT3Bh-0002AP-SG for ged-emacs-devel@m.gmane.org; Sat, 23 Feb 2008 23:49:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JT3BC-0001ZB-5i for ged-emacs-devel@m.gmane.org; Sat, 23 Feb 2008 17:49:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JT3B7-0001YY-1l for emacs-devel@gnu.org; Sat, 23 Feb 2008 17:49:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JT3B4-0001YH-Jc for emacs-devel@gnu.org; Sat, 23 Feb 2008 17:49:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JT3B4-0001YE-Ft for emacs-devel@gnu.org; Sat, 23 Feb 2008 17:49:06 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JT3B4-0004wa-70 for emacs-devel@gnu.org; Sat, 23 Feb 2008 17:49:06 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JT3B3-0004yp-Rn; Sat, 23 Feb 2008 17:49:05 -0500 X-Spook: Mahmoud Ahmadinejad George W. Bush terrorism nuclear X-Ran: a<.E{C95]BD?KI<53S2N%mi{6K37*ReD8:oXX3JkN;!?1PXnk;pQ;lrEn#1y39?\2gkL|k X-Hue: magenta X-Attribution: GM In-Reply-To: <87r6f3ux2z.fsf@stupidchicken.com> (Chong Yidong's message of "Sat, 23 Feb 2008 17:28:20 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:90174 Archived-At: Chong Yidong wrote: > I think the fix is to quote ' as well in shell-quote-wildcard-pattern. > Could someone on this list double-check? Won't that break things like 'foo*' that people might want to pass to shell-quote-wildcard-pattern, as per the comment in the function's doc-string? 'foo*' and \'foo*\' are not the same to the shell.