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: Filename completion for the 'file widget Date: Wed, 25 Aug 2004 16:35:54 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <412BD771.7010601@yahoo.com> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1093466183 4410 80.91.224.253 (25 Aug 2004 20:36:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 25 Aug 2004 20:36:23 +0000 (UTC) Cc: ihs_4664@yahoo.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 25 22:36:14 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C04VC-000707-00 for ; Wed, 25 Aug 2004 22:36:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C04Zn-0000YK-3a for ged-emacs-devel@m.gmane.org; Wed, 25 Aug 2004 16:40:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C04Ze-0000Xw-1E for emacs-devel@gnu.org; Wed, 25 Aug 2004 16:40:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C04Zd-0000X2-4s for emacs-devel@gnu.org; Wed, 25 Aug 2004 16:40:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C04Zc-0000Wx-UE for emacs-devel@gnu.org; Wed, 25 Aug 2004 16:40:49 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C04Ut-0007Qc-9i for emacs-devel@gnu.org; Wed, 25 Aug 2004 16:35:55 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1C04Us-0003XW-R5; Wed, 25 Aug 2004 16:35:54 -0400 Original-To: Stefan In-reply-to: (message from Stefan on 24 Aug 2004 22:31:48 -0400) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:26500 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26500 Many pieces of code use concat instead of expand-file-name. 90% of them should use expand-file-name instead, but the rest can't because it's important to keep the result non-absolute. It would be good to add explicit comments at the places that need to keep the result non-absolute (and to change the others to use expand-file-name).