From xemacs-m  Thu Sep  4 04:10:57 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id EAA02363
	for <xemacs-beta@xemacs.org>; Thu, 4 Sep 1997 04:10:53 -0500 (CDT)
Received: (from hniksic@localhost)
	by jagor.srce.hr (8.8.7/8.8.6) id LAA22083;
	Thu, 4 Sep 1997 11:10:47 +0200 (MET DST)
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Re: [PATCH]  Re: Kyiv package failure under sparc-sun-solaris2.5.1
References: <ocrbu2al4j1.fsf@ml.com> <m2bu2a5cpc.fsf@altair.xemacs.org>
X-Attribution: Hrv
X-Face: Mie8:rOV<\c/~z{s.X4A{!?vY7{drJ([U]0O=W/<W*SMo/Mv:58:*_y~ki>xDi&N7XG
        KV^$k0m3Oe/)'e%3=$PCR&3ITUXH,cK>]bci&<qQ>Ff%x_>1`T(+M2Gg/fgndU%k*ft
        [(7._6e0n-V%|%'[c|q:;}td$#INd+;?!-V=c8Pqf}3J
From: Hrvoje Niksic <hniksic@srce.hr>
Date: 04 Sep 1997 11:10:47 +0200
In-Reply-To: SL Baur's message of "03 Sep 1997 14:06:55 -0700"
Message-ID: <kigoh69o354.fsf@jagor.srce.hr>
Lines: 13
X-Mailer: Gnus v5.4.63/XEmacs 20.3(beta13) - "Brussels"

SL Baur <steve@xemacs.org> writes:

> FMH, why does XEmacs blow chunks when non-interactive functions are
> given filenames of the form "/path/to/something//foo.elc"?

Probably because the IO functions call Fexpand_file_name, which turns
the above into "/foo.elc".  Stallman removed this "feature" of
Fexpand_file_name for Emacs 20, and I think we should do so, too.

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
Ask not for whom the <CONTROL-G> tolls.

