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: Wed, 19 Mar 2003 08:36:32 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200303130747.QAA21083@etlken.m17n.org> <200303180203.LAA27619@etlken.m17n.org> <200303181324.WAA28495@etlken.m17n.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1048081136 31753 80.91.224.249 (19 Mar 2003 13:38:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 19 Mar 2003 13:38:56 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Mar 19 14:38:55 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 18vdmR-0008G1-00 for ; Wed, 19 Mar 2003 14:38:55 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18vdnD-0003XJ-00 for ; Wed, 19 Mar 2003 14:39:43 +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 18vdm3-0002y4-01 for emacs-devel@quimby.gnus.org; Wed, 19 Mar 2003 08:38:31 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18vdll-0002us-00 for emacs-devel@gnu.org; Wed, 19 Mar 2003 08:38:13 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18vdlj-0002tk-00 for emacs-devel@gnu.org; Wed, 19 Mar 2003 08:38:12 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18vdk8-00023Y-00 for emacs-devel@gnu.org; Wed, 19 Mar 2003 08:36:32 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18vdk8-0004oN-00; Wed, 19 Mar 2003 08:36:32 -0500 Original-To: Kenichi Handa In-reply-to: <200303181324.WAA28495@etlken.m17n.org> (message from Kenichi Handa on Tue, 18 Mar 2003 22:24:50 +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:12466 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12466 This change looks good. But it seems that build_file_name could be useful for other purposes, not only for file names, so maybe it should have a different name that doesn't say it's only for file names.