emacs-devel
[Top][All Lists]
Advanced

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

Re: bug with automount-dir-prefix handling in abbreviate-file-name


From: Stefan Monnier
Subject: Re: bug with automount-dir-prefix handling in abbreviate-file-name
Date: Thu, 06 Aug 2009 14:09:48 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

> The default value of automount-dir-prefix is "^/tmp_mnt/" implying
> that the prefix should have a trailing slash.  But using "^/home/" as
> the prefix such as in:
> (let ((automount-dir-prefix "^/home/"))
>   (find-file "~/"))
> results in an error:

¿¡¿Why would you want to set automount-dir-prefix to such a value?!?

I think you're confused.  Most likely you don't need
automount-dir-prefix (few people use automounters nowadays, and all
automounters I know don't use anything like the /tmp_mnt used back
then).  If you've accidentally used a directory named /tmp_mnt, then I'd
suggest you set automount-dir-prefix to something harmless like "\\'a".


        Stefan




reply via email to

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