From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.pretest.bugs,gmane.emacs.devel Subject: Re: Emacsclient/server filename quoting error Date: Fri, 15 Dec 2006 16:19:59 +0200 Message-ID: References: <001701c71c53$1be9a9f0$041df159@Monolith> Reply-To: Eli Zaretskii NNTP-Posting-Host: dough.gmane.org X-Trace: sea.gmane.org 1166192481 3352 80.91.229.10 (15 Dec 2006 14:21:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Dec 2006 14:21:21 +0000 (UTC) Cc: F.J.Wright@qmul.ac.uk, emacs-devel@gnu.org, emacs-pretest-bug@gnu.org Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Fri Dec 15 15:21:20 2006 Return-path: Envelope-to: gebp-emacs-pretest-bug@gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GvDw2-0008TT-75 for gebp-emacs-pretest-bug@gmane.org; Fri, 15 Dec 2006 15:21:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GvDw1-0004gH-Jx for gebp-emacs-pretest-bug@gmane.org; Fri, 15 Dec 2006 09:21:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GvDuq-0003V4-R0 for emacs-pretest-bug@gnu.org; Fri, 15 Dec 2006 09:20:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GvDup-0003Sl-7G for emacs-pretest-bug@gnu.org; Fri, 15 Dec 2006 09:19:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GvDup-0003SO-01; Fri, 15 Dec 2006 09:19:59 -0500 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GvDuo-0007WS-B0; Fri, 15 Dec 2006 09:19:58 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-12-98.inter.net.il [80.230.12.98]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id FLX88336 (AUTH halo1); Fri, 15 Dec 2006 16:19:55 +0200 (IST) Original-To: "Juanma Barranquero" In-reply-to: (lekktu@gmail.com) X-BeenThere: emacs-pretest-bug@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for CVS Emacs." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Errors-To: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.pretest.bugs:15796 gmane.emacs.devel:63771 Archived-At: > Date: Fri, 15 Dec 2006 13:07:01 +0100 > From: "Juanma Barranquero" > Cc: F.J.Wright@qmul.ac.uk, emacs-pretest-bug@gnu.org, emacs-devel@gnu.org > > On 12/15/06, Eli Zaretskii wrote: > > > Actually, a cleaner way of fixing this would be to have a > > WINDOWSNT-only wrapper for execvp, called, say w32_execvp, that does > > TRT with quoting the arguments. > > You like this one better, then? Yes, thanks. However, please mention the Windows bug with execvp in the comment to w32_execvp, otherwise it is not clear to the uninitiated why it is needed, and why we quote the arguments we pass to the real execvp.