Gnus development mailing list
 help / color / mirror / Atom feed
From: Wes Hardaker <wes@hardakers.net>
Cc: ding@gnus.org
Subject: Re: setting browser url?
Date: 08 Jan 2001 09:29:34 -0800	[thread overview]
Message-ID: <sdofxiar5t.fsf@wanderer.hardakers.net> (raw)
In-Reply-To: <m3g0iur3by.fsf@h0050bad6338d.ne.mediaone.net>

>>>>> On 08 Jan 2001 01:00:01 -0500, Nick Papadonis <nick@coelacanth.com> said:

Nick> Looked through info and FAQs.
Nick> How do I set browse-url to a browser of my choice?
Nick> For instance, konqueror? :)

(setq browse-url-browser-function 'browse-url-generic)
(setq browse-url-generic-program "kfmclient")
(setq browse-url-generic-args (list "exec"))

(klipper uses kfmclient and exec rather than running konqueror
directly.  I suspect this helps launch the right program immediately
(EG, a pdf viewer) instead of having to run konqueror first.
-- 
"Ninjas aren't dangerous.  They're more afraid of you than you are of them."



      parent reply	other threads:[~2001-01-08 17:29 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-08  6:00 Nick Papadonis
2001-01-08  6:15 ` Norbert Koch
2001-01-08 20:54   ` Nick Papadonis
2001-01-09  6:08     ` Norbert Koch
2001-01-09 20:53       ` Nick Papadonis
2001-01-10  8:59         ` Norbert Koch
2001-01-09 20:50     ` Nick Papadonis
2001-01-09 13:49   ` Wes Hardaker
2001-01-08 17:29 ` Wes Hardaker [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=sdofxiar5t.fsf@wanderer.hardakers.net \
    --to=wes@hardakers.net \
    --cc=ding@gnus.org \
    /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).