From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: expand-file-name problem for eight-bit-control/graphic Date: Sat, 15 Mar 2003 01:54:42 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200303130747.QAA21083@etlken.m17n.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1047711328 18617 80.91.224.249 (15 Mar 2003 06:55:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 15 Mar 2003 06:55:28 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Mar 15 07:55:27 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 18u5Zn-0004q9-00 for ; Sat, 15 Mar 2003 07:55:27 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18u5yM-0001rG-00 for ; Sat, 15 Mar 2003 08:20:50 +0100 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 18u5Zb-0006Wc-01 for emacs-devel@quimby.gnus.org; Sat, 15 Mar 2003 01:55:15 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18u5Z5-0006R9-00 for emacs-devel@gnu.org; Sat, 15 Mar 2003 01:54:43 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18u5Z4-0006Qy-00 for emacs-devel@gnu.org; Sat, 15 Mar 2003 01:54:42 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18u5Z4-0006Qs-00 for emacs-devel@gnu.org; Sat, 15 Mar 2003 01:54:42 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18u5Z4-0004yd-00; Sat, 15 Mar 2003 01:54:42 -0500 Original-To: Kenichi Handa In-reply-to: <200303130747.QAA21083@etlken.m17n.org> (message from Kenichi Handa on Thu, 13 Mar 2003 16:47:57 +0900 (JST)) 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:12379 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12379 I have a lot of doubts about this code, because it seems to encode and then decode the file name. Since the arguments and values are both strings for use within Emacs, I think it is incorrect for expand-file-name to ever encode or decode a file name.