On 9216 day of my life Lance Hoffmeyer wrote:
> How can I specify browse-url-browser-function to be "w3m" in a tty and 
> browse-url-browser-function to be "mozilla" in X11?

(setq browse-url-browser-function
   (if (eq window-system 'x)
       'browse-url-gnome-moz
       'w3m-browse-url))

-- 
Ivan Boldyrev

                       Perl is a language where 2 x 2 is not equal to 4.
_______________________________________________
Info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to