[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Strange error -- Solved!
From: |
Michael Albinus |
Subject: |
Re: Strange error -- Solved! |
Date: |
Thu, 29 Apr 2004 22:14:36 +0200 |
User-agent: |
Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) |
Michael Albinus <address@hidden> writes:
>> You can use "/:/FreeMIDI:USB Installer Log" to open this file, I
>> think.
>
> Oops, I've simply forgotten that this exists.
>
>> There is a corresponding entry for "/:" in file-name-handler-alist.
>
> But it doesn't work yet:
>
> file-name-handler-alist's value is
> (("\\.Z\\(~\\|\\.~[0-9]+~\\)?\\'\\|\\.bz2\\'\\|\\.tgz\\'\\|\\.g?z\\(~\\|\\.~[0-9]+~\\)?\\'"
> . jka-compr-handler)
> ("^/[^/]*$" . tramp-completion-file-name-handler)
> ("\\`/[^/:]+:" . tramp-file-name-handler)
> ("\\`/:" . file-name-non-special))
>
> The entry for `file-name-non-special' must be before the Tramp related
> entries. I'll fix it tonight in Tramp CVS.
Finally, it looks like it doesn't matter where `file-name-non-special'
is located, because file name quotation is managed another way. It
seems to be rather a bug in `find-file-noselect'. I've sent a bug
report to the Emacs maintainers.
Best regards, Michael.