emacs-devel
[Top][All Lists]
Advanced

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

Re: URL syntax (was: Re: Tramp, "[]" in file names, and file-expand-wild


From: Kai Großjohann
Subject: Re: URL syntax (was: Re: Tramp, "[]" in file names, and file-expand-wildcards)
Date: Thu, 29 Nov 2001 09:06:19 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1.50 (i686-pc-linux-gnu)

Simon Josefsson <address@hidden> writes:

> The URL file name handler doesn't seem to like being nestled:
>
> (expand-file-name "foo" (file-name-as-directory
>                        (expand-file-name "foo:bar"
>                                          gnus-cache-directory)))
> "foo:foo"
>
> it should return:
>
> (expand-file-name "foo" (file-name-as-directory
>                        (expand-file-name "foo:bar"
>                                          gnus-cache-directory)))
> "/home/jas/News/cache/foo:bar/foo"

You can use "/:" to disambiguate.  Hm.  But it appears difficult to
figure out just where this should be used.

Maybe users of this feature need to frob
nnheader-file-name-translation-alist if they want to use Gnus.

kai
-- 
Simplification good!  Oversimplification bad!  (Larry Wall)



reply via email to

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