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

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

Re: w3m - external browse


From: Hadron Quark
Subject: Re: w3m - external browse
Date: Sun, 14 Jan 2007 17:38:29 +1300

David Hansen <david.hansen@gmx.net> writes:

> 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.
> `----

I do not believe I missed that. Thank you David.


reply via email to

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