From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32931 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.gnus.general Subject: Re: (concat "/dir/name/" "foo") --> (expand-file-name "foo" "/dir/name/") Date: Sun, 22 Oct 2000 17:00:40 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <200010221600.RAA25651@djlvig.dl.ac.uk> References: <200010161812.TAA25555@djlvig.dl.ac.uk> <200010181755.SAA08846@djlvig.dl.ac.uk> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035169130 22511 80.91.224.250 (21 Oct 2002 02:58:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:58:50 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id 7D0A8D051F for ; Sun, 22 Oct 2000 12:05:00 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB19405; Sun, 22 Oct 2000 11:01:20 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 22 Oct 2000 11:00:35 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA09135 for ; Sun, 22 Oct 2000 11:00:21 -0500 (CDT) Original-Received: from djlvig.dl.ac.uk (djlvig.dl.ac.uk [148.79.112.146]) by mailhost.sclp.com (Postfix) with ESMTP id 14B1AD051F for ; Sun, 22 Oct 2000 12:00:47 -0400 (EDT) Original-Received: (from fx@localhost) by djlvig.dl.ac.uk (8.8.7/8.8.5) id RAA25651; Sun, 22 Oct 2000 17:00:40 +0100 X-Authentication-Warning: djlvig.dl.ac.uk: fx set sender to d.love@dl.ac.uk using -f X-Face: "_!nmR@11ZNuumt0oqG"Y3Hfy|;FGz)`"ul[G?ah6k-oNyDW?3/Nq3Qab$kUnUQ_d4};kPl R=}-Vqfo|S5mThi-kaBR=>%g5a3-OvnEhdHu{^APIaP:b}0m!$bDC>SX zz'r)e?`at?tpD*+~b+pf Original-To: ding@gnus.org In-Reply-To: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.0.90 Original-Lines: 26 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32931 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32931 >>>>> "PJ" == Paul Jarc writes: PJ> In each particular case of deciding whether to use PJ> expand-file-name, I don't think you should be making any such decision. PJ> you have to decide which file you would want: the file named PJ> literally by the string you've got, or the file named by the PJ> string's expansion. If you think you should be able to suppress contraction of ../ for some reason, make a bug report with enough justification. I'm not convinced. PJ> I was probably mistaken there, then. And, I think, elsewhere. If in doubt, read the source. PJ> I can't find that node in my manual, but the Index node is PJ> inaccessible, so maybe my manual is broken. Yes. Please fix it and read the relevant parts. If they're not clear, please make a bug report. I doubt we've changed much significant in that area, but there is a tarball of a more recent version of the Lisp manual somewhere on alpha.gnu.org.