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

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

Re: Some browser questions


From: Ivan Boldyrev
Subject: Re: Some browser questions
Date: Tue, 30 Aug 2005 20:31:48 +0700
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.4 (gnu/linux)

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.


reply via email to

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