From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Quotes in Dired listing switches Date: Mon, 25 Jan 2010 11:29:54 +0200 Organization: JURTA Message-ID: <871vhemsk1.fsf@mail.jurta.org> References: <87vdfy5om7.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1264412543 11490 80.91.229.12 (25 Jan 2010 09:42:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Jan 2010 09:42:23 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 25 10:42:15 2010 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 1NZLSW-0003Rs-4X for ged-emacs-devel@m.gmane.org; Mon, 25 Jan 2010 10:42:12 +0100 Original-Received: from localhost ([127.0.0.1]:53358 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZLSX-0003hv-2m for ged-emacs-devel@m.gmane.org; Mon, 25 Jan 2010 04:42:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NZLSO-0003hY-4T for emacs-devel@gnu.org; Mon, 25 Jan 2010 04:42:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NZLSI-0003fk-Vk for emacs-devel@gnu.org; Mon, 25 Jan 2010 04:42:03 -0500 Original-Received: from [199.232.76.173] (port=51455 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZLSI-0003ff-Qt for emacs-devel@gnu.org; Mon, 25 Jan 2010 04:41:58 -0500 Original-Received: from smtp-out3.starman.ee ([85.253.0.5]:55165 helo=mx1.starman.ee) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NZLSI-0005zD-BF for emacs-devel@gnu.org; Mon, 25 Jan 2010 04:41:58 -0500 X-Virus-Scanned: by Amavisd-New at mx1.starman.ee Original-Received: from mail.starman.ee (82.131.30.13.cable.starman.ee [82.131.30.13]) by mx1.starman.ee (Postfix) with ESMTP id 5E28A3F409E for ; Mon, 25 Jan 2010 11:41:51 +0200 (EET) In-Reply-To: <87vdfy5om7.fsf@mail.jurta.org> (Juri Linkov's message of "Wed, 23 Dec 2009 11:07:27 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (x86_64-pc-linux-gnu) X-detected-operating-system: by monty-python.gnu.org: GNU/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:120342 Archived-At: I discovered another case where unquoted file names cause a bug. When a zip archive contains a file with square brackets in its name (e.g. "file[name].txt") then visiting this file displays an error: caution: filename not matched: file[name].txt That's because `archive-extract-by-stdout' runs `call-process' where the filename is unquoted: unzip -qq -c archive.zip file[name].txt There are more calls of `call-process' in arc-mode.el, so perhaps this is a more general problem. -- Juri Linkov http://www.jurta.org/emacs/