tramp-devel
[Top][All Lists]
Advanced

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

Re: tramp, emacs-w3m, URL with colon


From: Katsumi Yamaoka
Subject: Re: tramp, emacs-w3m, URL with colon
Date: Fri, 14 May 2004 08:43:32 +0900
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

>>>>> In <address@hidden>
>>>>>   Ted Stern <address@hidden> wrote:

> On 13 May 2004 at 09:04 PDT, David Hansen wrote:
>> On Thu, 13 May 2004 17:35:11 +0200 David Hansen wrote:
>>
>>> when i try to open http://www.physik.fu-berlin.de/en:w/ with w3m
>>> it seems that tramp wants to open a connection to "en".

> (Followups to gmane.emacs.tramp only ...)

There's no problem to send messages to gmane.emacs.w3m or
address@hidden which is a open list. :)

> I see the same problem.  Here are my versions:

I could reproduce it as well, oops.  The problem arises because
the w3m-expand-url function uses file-name-directory as follows:

  file-name-directory("/en:w/")
  w3m-expand-url("forschung/tor.en.html")
  w3m-fontify-anchors()
  w3m-fontify()
  w3m-create-text-page("http://www.physik.fu-berlin.de/en:w/"; "text/html"...
  w3m-create-page("http://www.physik.fu-berlin.de/en:w/"; "text/html"...
[...]
  w3m-goto-url("http://www.physik.fu-berlin.de/en:w/"; nil nil nil nil)

I've modified w3m-expand-url so that it binds
file-name-handler-alist as nil temporarily, in the emacs-w3m CVS
repository.  Could you try it?

It is our long-standing problem to have to be solved not to use
file-name-* functions for url string. :)
-- 
Katsumi Yamaoka <address@hidden>





reply via email to

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