rss, links and external browser

2008-08-05 Thread Memnon Anon
Hi! I am using gnus to read some rss feeds. Sometimes, I want to follow links. my .emacs has this: ;; Found this config here: ;; http://www.emacswiki.org/cgi-bin/wiki/JorgenSchaefersEmacsConfig (defun fc-choose-browser (url &rest args) (interactive "sURL: ") (if (y-or-n-p "Use external brows

Re: Changing view in archived mail

2008-08-05 Thread Martin Geisler
Bao Haojun <[EMAIL PROTECTED]> writes: > hi, > > [EMAIL PROTECTED] (Adam Sjøgren) writes: >> >> Does it help to adjust gnus-ignored-from-addresses? >> >> ,[ C-h v gnus-ignored-from-addresses RET ] >> | `gnus-ignored-from-addresses' is a variable declared in Lisp. >> | -- loaded from "gnus-s

Re: rss, links and external browser

2008-08-05 Thread Katsumi Yamaoka
> Memnon Anon wrote: > I am using gnus to read some rss feeds. > Sometimes, I want to follow links. > my .emacs has this: > ;; Found this config here: > ;; http://www.emacswiki.org/cgi-bin/wiki/JorgenSchaefersEmacsConfig > (defun fc-choose-browser (url &rest args) > (interactive "sURL: ")