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

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

Re: w3m - external browse


From: David Hansen
Subject: Re: w3m - external browse
Date: Sat, 13 Jan 2007 22:29:40 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.92 (gnu/linux)

On Sun, 14 Jan 2007 09:38:22 +1300 Hadron Quark wrote:

> I have ma default "return" browsing inside a w3m buffer. In addition I
> have this:
>
>  (global-set-key (quote [f4]) 'browse-url-firefox)
>
>
> In order to browse links in an external firefox.
>
> The problem is that when using this inside a w3m page, the code picks up
> the hyperlink description text instead of the hidden link itself.
>
> e.g I hit f4 over a hotlink saying "Visit my Page" and I get a url of
>
> http://Visit My Page
>
> Any suggestions on how to get the underlying hyperlink?


,----
| M runs the command w3m-view-url-with-external-browser
|   which is an interactive compiled Lisp function in `w3m.el'.
| It is bound to M.
| (w3m-view-url-with-external-browser &optional URL)
| 
| Launch the external browser and display the same web page.
| If the cursor points to a link, it visits the url of the link instead
| of the url currently displayed.  The browser is defined in
| `w3m-content-type-alist' for every type of a url.
`----

David





reply via email to

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