[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 12:39:06 +0200 |
User-agent: |
Gnus/5.1002 (Gnus v5.10.2) Emacs/20.7 (hpux) |
Kai Grossjohann <address@hidden> writes:
> Exaos Lee <address@hidden> writes:
>
>> I found the reason:
>> There is a file named "FreeMIDI:USB Installer Log" in the root
>> directory / .
>
> 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.
> Kai
Best regards, Michael.