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: file-relative-name and remote files Date: Tue, 25 Mar 2003 13:22:55 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3E804A1F.6060002@math.ku.dk> References: 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 1048595086 18428 80.91.224.249 (25 Mar 2003 12:24:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 25 Mar 2003 12:24:46 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Mar 25 13:24:44 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 18xnTB-0004kL-00 for ; Tue, 25 Mar 2003 13:23:57 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18xnU5-0004Zl-00 for ; Tue, 25 Mar 2003 13:24:53 +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 18xnTA-0005dV-0B for emacs-devel@quimby.gnus.org; Tue, 25 Mar 2003 07:23:56 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18xnSK-0004Ke-00 for emacs-devel@gnu.org; Tue, 25 Mar 2003 07:23:04 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18xnSF-0004D9-00 for emacs-devel@gnu.org; Tue, 25 Mar 2003 07:23:01 -0500 Original-Received: from imf.math.ku.dk ([130.225.103.32]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18xnSF-0004Cn-00 for emacs-devel@gnu.org; Tue, 25 Mar 2003 07:22:59 -0500 Original-Received: by imf.math.ku.dk (Postfix on SuSE Linux 7.3 (i386), from userid 73) id CB7A47A336; Tue, 25 Mar 2003 13:22:58 +0100 (MET) Original-Received: from imf (localhost [127.0.0.1])3723A7A334 for ; Tue, 25 Mar 2003 13:22:57 +0100 (MET) Original-Received: from math.ku.dk (shannon.math.ku.dk [130.225.103.12]) F0E827A334 for ; Tue, 25 Mar 2003 13:22:55 +0100 (MET) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en Original-To: emacs-devel@gnu.org In-Reply-To: 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:12602 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12602 > > >It seems to me that it is better to let the handler decide. > If we want to let the handler decide when filename and directory are in the same tree, how would you suggest this should be implemented?