Re: rss, links and external browser

2008-08-06 Thread Memnon Anon
Hi! On Aug 6, 1:36 pm, Katsumi Yamaoka <[EMAIL PROTECTED]> wrote: > Hm, do you use emacs-w3m that is really recent?  I tried > `fc-choose-browser' and didn't reproduce such an odd behavior. Okay, my fault. I thought my debian testing would have a fairly new version. Now, I installed the tar.gz you

Re: rss, links and external browser

2008-08-06 Thread Katsumi Yamaoka
> Memnon Anon wrote: > On Aug 6, 3:03 am, Katsumi Yamaoka <[EMAIL PROTECTED]> wrote: [...] >> (setq w3m-goto-article-function 'browse-url) > Okay, this works nearly as I want it. > I used this (setq w3m-goto-article-function 'fc-choose-browser). > Gnus/Emacs asks: external y/n. > But if I choo

Re: rss, links and external browser

2008-08-06 Thread Memnon Anon
Hi! On Aug 6, 3:03 am, Katsumi Yamaoka <[EMAIL PROTECTED]> wrote: > > Memnon Anon wrote: > > 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: ") > >  

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: ")

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