emacs-wiki-discuss
[Top][All Lists]
Advanced

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

[emacs-wiki-discuss] Re: Strange planner problem


From: Jim Ottaway
Subject: [emacs-wiki-discuss] Re: Strange planner problem
Date: Thu, 05 Jan 2006 10:57:49 +0000
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>>>>> Michael Olson <address@hidden> writes:

> Jim Ottaway <address@hidden> writes:
>> I noticed this behaviour a few days ago and since.  I have tracked
>> it down to links like this:
>> '[[/su::/etc/ssh/sshd_config][sshd_config]]'.  It happens with a
>> minimal muse installation [i.e., nothing link muse-wiki loaded] and
>> a minimal test muse page containing nothing but that explicit link.
>> I don't know what the solution is, except perhaps for not checking
>> for the existence of files that look like tramp files [using
>> tramp-file-name-regexp, I suppose].
>> 
>> I don't know about ange-ftp, but I would imagine the problem is the
>> same there as for tramp.

> What do ange-ftp file paths look like?  Perhaps I could have
> muse-link-face do a string-match against something like
> muse-remote-file-regexp before getting to the file-exists test.

As I said, I don't use ange-ftp, but I think this variable contains
the relevant regexp: 

,----[ C-h v ange-ftp-name-format RET ]
| ange-ftp-name-format is a variable defined in `ange-ftp.el.gz'.
| Its value is 
| ("^/\\(\\(.*\\)@\\)?\\([^@/:]*[^@/:.]\\):\\(.*\\)" 3 2 4)
| 
| 
| Documentation:
| *Format of a fully expanded remote file name.
| 
| This is a list of the form (REGEXP HOST USER NAME),
| where REGEXP is a regular expression matching
| the full remote name, and HOST, USER, and NAME are the numbers of
| parenthesized expressions in REGEXP for the components (in that order).
| 
| You can customize this variable.
`----

Regards,

-- 
Jim Ottaway




reply via email to

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