From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Quote file name args to start-process-shell-command? Date: Fri, 13 Oct 2006 16:18:18 -0400 Message-ID: References: <452D54D8.7060705@student.lu.se> <452DDBC8.2060606@student.lu.se> <85y7rmou5t.fsf@lola.goethe.zz> <85d58xq3xd.fsf@lola.goethe.zz> <858xjlq2x8.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1160770817 18511 80.91.229.2 (13 Oct 2006 20:20:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 13 Oct 2006 20:20:17 +0000 (UTC) Cc: stephen_leake@member.fsf.org, emacs-devel@gnu.org, lennart.borgman.073@student.lu.se, schwab@suse.de Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 13 22:20:14 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GYTVW-0000UL-Dv for ged-emacs-devel@m.gmane.org; Fri, 13 Oct 2006 22:19:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GYTVV-0001GQ-Hl for ged-emacs-devel@m.gmane.org; Fri, 13 Oct 2006 16:19:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GYTVA-0001FW-Ph for emacs-devel@gnu.org; Fri, 13 Oct 2006 16:19:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GYTV6-0001E2-7J for emacs-devel@gnu.org; Fri, 13 Oct 2006 16:19:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GYTV6-0001Dz-2S for emacs-devel@gnu.org; Fri, 13 Oct 2006 16:19:24 -0400 Original-Received: from [209.226.175.25] (helo=tomts5-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GYTct-0005s7-DM; Fri, 13 Oct 2006 16:27:28 -0400 Original-Received: from pastel.home ([70.53.194.21]) by tomts5-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20061013201818.KUQR18394.tomts5-srv.bellnexxia.net@pastel.home>; Fri, 13 Oct 2006 16:18:18 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 367009204; Fri, 13 Oct 2006 16:18:18 -0400 (EDT) Original-To: Eli Zaretskii In-Reply-To: (Eli Zaretskii's message of "Fri\, 13 Oct 2006 21\:03\:48 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:60728 Archived-At: >> The question wasn't whether it more or less awkward, just whether it is >> awkward. And I really don't think it is. And it has the invaluable >> advantage of making it crystal clear what's happening. > It's quite clear I cannot convince you no matter what I say, so let's > just agree to disagree. I guess I could be convinced by example code where the use of the "multiple arg feature" makes the code simpler (without introducing extra bugs). Stefan