Gnus development mailing list
 help / color / mirror / Atom feed
* use konquer for html links in mail
@ 2006-02-05 16:38 Harry Putnam
  2006-02-05 23:15 ` D. Michael McFarland
  0 siblings, 1 reply; 3+ messages in thread
From: Harry Putnam @ 2006-02-05 16:38 UTC (permalink / 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")
    ))




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-02-06  1:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-05 16:38 use konquer for html links in mail Harry Putnam
2006-02-05 23:15 ` D. Michael McFarland
2006-02-06  1:45   ` Harry Putnam

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).