Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Ivan Boldyrev <boldyrev+nospam@cgitftp.uiggm.nsc.ru>
Subject: Re: Some browser questions
Date: Tue, 30 Aug 2005 20:31:48 +0700	[thread overview]
Message-ID: <5n3eu2-2l3.ln1@ibhome.cgitftp.uiggm.nsc.ru> (raw)
In-Reply-To: <87k6i5vtqu.fsf@mail.augustmail.com>

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	other threads:[~2005-08-30 13:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-25 21:02 topic screen not updating when leaving summary mode? Lance Hoffmeyer
2005-08-29 11:59 ` Some browser questions Lance Hoffmeyer
2005-08-30 13:31   ` Ivan Boldyrev [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5n3eu2-2l3.ln1@ibhome.cgitftp.uiggm.nsc.ru \
    --to=boldyrev+nospam@cgitftp.uiggm.nsc.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).