info-gnus-english
[Top][All Lists]
Advanced

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

Re: gnus and nnrss html


From: Richard G Riley
Subject: Re: gnus and nnrss html
Date: Sun, 08 Jun 2008 18:24:30 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (gnu/linux)

Richard G Riley <rileyrgdev@gmail.com> writes:

> I have the following in my .gnus.el
>
> ,----
> | ;; Set the default value of `mm-discouraged-alternatives'.
> | (add-to-list
> |     'gnus-newsgroup-variables
> |     '(mm-discouraged-alternatives
> |       . '("text/html" "image/.*")))
> | 
> | ;;Display `text/html' parts in `nnrss' groups.
> | (add-to-list
> |  'gnus-parameters
> |  '("\\`nnrss:" (mm-discouraged-alternatives nil)))
> `----
>
> The problem I have is that any links in the html are displayed as
> "linkname" with the url hidden. I usually have a key bound to
> (browse-url-firefox url &optional new-window) but this only works on
> "visible" urls. How can I extract the underlying url in articles on nrss
> folders which are being displayed as rendered html?

The following code did what I wanted without upsetting the default
"return" which uses w3m for me.

(global-set-key (quote [f4]) (lambda() (interactive)(browse-url-firefox 
(w3m-url-valid (w3m-anchor)))))



reply via email to

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