help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: EWW via TRAMP no working


From: Michael Albinus
Subject: Re: EWW via TRAMP no working
Date: Sat, 04 Apr 2020 10:33:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

dieter@duenenhof-wilhelm.de (H. Dieter Wilhelm) writes:

> Hello GNU-Emacs-26.3

Hi Dieter,

> We, me and another colleague of mine, are trying to read HTML
> documentation with eww-open-file-via TRAMP located on a remote server.
>
> We are able to open the files with TRAMP, for example:
>
>    /ssh:wawa:/tmp/Hlp_C_FINISH.html
>
> is working, but we are getting the following error message with EWW:
>
>     url-file: File does not exist:
>     file:///ssh:wawa:/tmp/Hlp_C_FINISH.html

This cannot work, because eww doesn't know such a local file
"/ssh:wawa:/tmp/Hlp_C_FINISH.html".

> Is there a workaround to make EWW run with remote files?

There is url-handler-mode, but I doubt that eww cooperates with
it. Something like

(eww-open-file (file-local-copy "/ssh:wawa:/tmp/Hlp_C_FINISH.html"))

seems to work. Maybe you could compose an interactive command around
this snippet.

> Thank you
>
>       Dieter

Best regards, Michael.



reply via email to

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