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

* Re: use konquer for html links in mail
  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
  0 siblings, 1 reply; 3+ messages in thread
From: D. Michael McFarland @ 2006-02-05 23:15 UTC (permalink / raw)



Harry Putnam <reader@newsguy.com> writes:

> How can I manage to make konqueror the target when clicking URLS in
> gnus mail?

I've found that simply setting

(setq browse-url-browser-function 'browse-url-kde)

does what I want, starting a new konqueror if necessary and then
opening new tabs in that browser as I follow more links in gnus.
(Closing the article buffer will kill the browser instance if it's a
child of gnus, but this is what I want often enough that I haven't
looked into it further.)

Best regards,
Michael

-- 
D. Michael McFarland
Department of Aerospace Engineering
University of Illinois at Urbana-Champaign



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

* Re: use konquer for html links in mail
  2006-02-05 23:15 ` D. Michael McFarland
@ 2006-02-06  1:45   ` Harry Putnam
  0 siblings, 0 replies; 3+ messages in thread
From: Harry Putnam @ 2006-02-06  1:45 UTC (permalink / raw)


dmmcf@uiuc.edu (D. Michael McFarland) writes:

> I've found that simply setting
>
> (setq browse-url-browser-function 'browse-url-kde)

Haaa   yup, that seems to be all it takes... thanks




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