Subject: [Bug: 21.5-b28] File name path can not include $

Raymond Wiker rwiker at gmail.com
Wed May 14 04:19:21 EDT 2008


Michael Sperber <sperber <at> deinprogramm.de> writes:
> "Adrian Aichner" <adrian <at> xemacs.org> writes:
> 
> > It is also mostly diagnosed, but has not been fixed yet, right Michael?
> 
> In case somebody hasn't noticed: Should have been for a while now.
> 

I have been struggling with this bug for a few days, using 21.5b28. Being a
somewhat reluctant Windows user, I'd prefer to not have to build XEmacs myself,
but I have found a small workaround:

In insert-file-contents in code-files.el, replace

(substitute-in-file-name filename)

with

(or (ignore-errors (substitute-in-file-name filename))
    filename)

Not really a fix, ofc, but it seems to work.



More information about the XEmacs-Beta mailing list