From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lars Hansen Newsgroups: gmane.emacs.devel Subject: Re: shell-quote-argument and multibyte Date: Sun, 11 May 2003 19:51:30 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3EBE8DA2.6030200@math.ku.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1052675492 17757 80.91.224.249 (11 May 2003 17:51:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 11 May 2003 17:51:32 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun May 11 19:51:31 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19EuyR-0004al-00 for ; Sun, 11 May 2003 19:50:59 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19Ev4T-0004GA-00 for ; Sun, 11 May 2003 19:57:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19Euza-00053c-05 for emacs-devel@quimby.gnus.org; Sun, 11 May 2003 13:52:10 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19EuzC-0004s1-00 for emacs-devel@gnu.org; Sun, 11 May 2003 13:51:46 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19Euz2-0004TM-00 for emacs-devel@gnu.org; Sun, 11 May 2003 13:51:37 -0400 Original-Received: from [62.84.220.10] (helo=post.kabelnettet.dk) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19EuyJ-0003r1-00 for emacs-devel@gnu.org; Sun, 11 May 2003 13:50:52 -0400 Original-Received: from math.ku.dk [62.84.220.219] by post.kabelnettet.dk with ESMTP (SMTPD32-7.14) id AE606F10092; Sun, 11 May 2003 19:54:40 +0200 User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:13805 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13805 Did we reach a conclusion on how to solve this problem? One way to remove the problem is not to treat cmdproxy specially. Kenichi Handa asked: >To Windows port maintainers: > >Why should we treat "cmdproxy" specially on Windows? Isn't >default-process-coding-system enough? > but we never got an answer.