From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: shell-quote-argument bug on w32 Date: Mon, 25 Sep 2006 22:40:50 +0100 Message-ID: <45184CE2.3000001@gnu.org> References: <4517DC7C.90106@student.lu.se> <4517E0B0.6020105@gnu.org> <45182FAE.6050508@student.lu.se> 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 1159220580 10494 80.91.229.2 (25 Sep 2006 21:43:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Sep 2006 21:43:00 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 25 23:42:59 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 1GRyDv-0005AP-9r for ged-emacs-devel@m.gmane.org; Mon, 25 Sep 2006 23:42:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GRyDu-0002m3-Sc for ged-emacs-devel@m.gmane.org; Mon, 25 Sep 2006 17:42:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GRyCq-00028F-Sn for emacs-devel@gnu.org; Mon, 25 Sep 2006 17:41:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GRyCp-00025Q-2C for emacs-devel@gnu.org; Mon, 25 Sep 2006 17:41:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GRyCo-00025H-Tn for emacs-devel@gnu.org; Mon, 25 Sep 2006 17:41:38 -0400 Original-Received: from [213.86.207.50] (helo=exchange.integrasp.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GRyHJ-0000T3-4k for emacs-devel@gnu.org; Mon, 25 Sep 2006 17:46:17 -0400 Original-Received: from [10.0.0.32] (localhost [127.0.0.1]) by exchange.integrasp.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id TPPWS4S0; Mon, 25 Sep 2006 22:32:11 +0100 Original-Received: from 83.67.23.108 ([83.67.23.108] helo=[10.0.0.32]) by ASSP-nospam; 25 Sep 2006 22:32:11 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.0.4) Gecko/20060516 Thunderbird/1.5.0.4 Mnenhy/0.7.4.666 Original-To: Lennart Borgman In-Reply-To: <45182FAE.6050508@student.lu.se> 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:60215 Archived-At: Lennart Borgman wrote: > I can not see that shell-file-name is used in shell-quote-argument. > What do you mean? > Are you looking at a different version than the latest one? (if (or (eq system-type 'ms-dos) (and (eq system-type 'windows-nt) (w32-shell-dos-semantics))) w32-shell-dos-semantics is a compiled Lisp function in `w32-fns.el'. (w32-shell-dos-semantics) Return non-nil if the interactive shell being used expects MSDOS shell semantics.