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: shell-quote-argument and multibyte Date: Sun, 13 Apr 2003 22:28:38 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3E99C876.3000809@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 1050266283 17664 80.91.224.249 (13 Apr 2003 20:38:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 13 Apr 2003 20:38:03 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Apr 13 22:38:01 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 194oEj-0004am-00 for ; Sun, 13 Apr 2003 22:38:01 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 194oFm-0002yE-00 for ; Sun, 13 Apr 2003 22:39:06 +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 194oDL-0004lx-00 for emacs-devel@quimby.gnus.org; Sun, 13 Apr 2003 16:36:35 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 194o6E-00058a-00 for emacs-devel@gnu.org; Sun, 13 Apr 2003 16:29:14 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 194o5t-0004Wc-00 for emacs-devel@gnu.org; Sun, 13 Apr 2003 16:28:59 -0400 Original-Received: from [62.84.220.10] (helo=post.kabelnettet.dk) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 194o5f-00041p-00 for emacs-devel@gnu.org; Sun, 13 Apr 2003 16:28:40 -0400 Original-Received: from math.ku.dk [62.84.220.219] by post.kabelnettet.dk with ESMTP (SMTPD32-7.14) id A9391D40256; Sun, 13 Apr 2003 22:31:53 +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:13212 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13212 I dired one can specify a list of external viewers. This is a nice new feature. However, there is a problem, at least on Windows, when there are special characters in the file name. I don't know where the problem should be fixed, but I do know that it disapears if string-make-unibyte is called on ARGUMENT in shell-quote-argument.