emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tramp, "[]" in file names, and file-expand-wildcards


From: Stefan Monnier
Subject: Re: Tramp, "[]" in file names, and file-expand-wildcards
Date: Tue, 09 Oct 2001 12:45:11 -0400

> In file-expand-wildcards you can see that file-name-directory is
> called, and it seems the function assumes that, for all X, if
> (file-name-directory X) == X, then X does not contain "[]".

Yes, basically, it expects that applying file-name-directory repeatedly
will sooner or later get down to "/".
Why does Tramp make (file-name-directory "/[rpc/foo]") == "/[rcp/foo]"
rather than "/" ?


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]