From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32940 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: (concat "/dir/name/" "foo") --> (expand-file-name "foo" "/dir/name/") Date: 22 Oct 2000 20:45:01 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: <200010161812.TAA25555@djlvig.dl.ac.uk> <200010181755.SAA08846@djlvig.dl.ac.uk> <200010221600.RAA25651@djlvig.dl.ac.uk> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035169138 22542 80.91.224.250 (21 Oct 2002 02:58:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:58:58 +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 7E174D051F for ; Sun, 22 Oct 2000 20:49:49 -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 TAB25744; Sun, 22 Oct 2000 19:46:04 -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 19:45:12 -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 TAA12550 for ; Sun, 22 Oct 2000 19:44:58 -0500 (CDT) Original-Received: from multivac.student.cwru.edu (multivac.STUDENT.CWRU.Edu [129.22.239.69]) by mailhost.sclp.com (Postfix) with SMTP id 557DAD051F for ; Sun, 22 Oct 2000 20:45:24 -0400 (EDT) Original-Received: (qmail 25930 invoked by uid 500); 23 Oct 2000 00:45:23 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "22 Oct 2000 20:51:04 +0200" Original-Lines: 16 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32940 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32940 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > I have tried hard to come up with a reason why expand-file-name could > fail to be idempotent, but I can't come up with a reason. A mischevious, badly-written, or maybe just an unconventional handler might give an expanded name that would, when re-expanded, give a different name. But this probably doesn't happen in most normal situations. > But in any case, using concat to create a file name from a directory > and a relative path name is not a good thing, I think. Why not? paul