Gnus development mailing list
 help / color / mirror / Atom feed
From: Harry Putnam <reader@newsguy.com>
Subject: use konquer for html links in mail
Date: Sun, 05 Feb 2006 10:38:18 -0600	[thread overview]
Message-ID: <87d5i1bw1x.fsf@newsguy.com> (raw)

How can I manage to make konqueror the target when clicking URLS in
gnus mail?  I have this in .gnus currently but not sure it is all
necessary.   Or what to do to it to have konqueror.

(setq browse-url-browser-function 'browse-url-mozilla-new-tab)
(defun browse-url-mozilla-new-tab (url &optional new-window)
  ;; new-window ignored
  "Open URL in a new tab in Firefox."
  (interactive (browse-url-interactive-arg "URL: "))
  (unless
      (string= ""
        (shell-command-to-string
  (concat "/usr/bin/firefox -remote 'openURL(" url ",new-tab)'")))
    (message "Starting /usr/bin/firefox...")
    (start-process (concat "/usr/bin/firefox " url) nil "/usr/bin/firefox" url)
    (message "Starting firefox...done")
    ))




             reply	other threads:[~2006-02-05 16:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-05 16:38 Harry Putnam [this message]
2006-02-05 23:15 ` D. Michael McFarland
2006-02-06  1:45   ` Harry Putnam

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=87d5i1bw1x.fsf@newsguy.com \
    --to=reader@newsguy.com \
    /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).