From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: shell-quote-argument bug on w32 Date: Mon, 25 Sep 2006 21:36:14 +0200 Message-ID: <45182FAE.6050508@student.lu.se> References: <4517DC7C.90106@student.lu.se> <4517E0B0.6020105@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1159213033 14887 80.91.229.2 (25 Sep 2006 19:37:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Sep 2006 19:37:13 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 25 21:37:10 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 1GRwFm-0001vC-78 for ged-emacs-devel@m.gmane.org; Mon, 25 Sep 2006 21:36:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GRwFl-0001ig-QR for ged-emacs-devel@m.gmane.org; Mon, 25 Sep 2006 15:36:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GRwFZ-0001g2-60 for emacs-devel@gnu.org; Mon, 25 Sep 2006 15:36:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GRwFW-0001fW-Vx for emacs-devel@gnu.org; Mon, 25 Sep 2006 15:36:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GRwFW-0001fT-Px for emacs-devel@gnu.org; Mon, 25 Sep 2006 15:36:18 -0400 Original-Received: from [81.228.11.159] (helo=pne-smtpout2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GRwJx-00055g-Mf; Mon, 25 Sep 2006 15:40:53 -0400 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout2-sn1.fre.skanova.net (7.2.075) id 451775170003F517; Mon, 25 Sep 2006 21:36:15 +0200 User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) Original-To: Jason Rumney In-Reply-To: <4517E0B0.6020105@gnu.org> 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:60204 Archived-At: Jason Rumney wrote: > Lennart Borgman wrote: >> It does not check what shell is actually used. > > It does, so can you give us the details of a specific case where this > fails? I can not see that shell-file-name is used in shell-quote-argument. What do you mean?