Gnus development mailing list
 help / color / mirror / Atom feed
* Firefox instead of Mozilla?
@ 2004-05-31 17:26 Jack Twilley
  2004-06-01  2:49 ` Steve Youngs
  2004-06-01  3:01 ` Nelson Ferreira
  0 siblings, 2 replies; 3+ messages in thread
From: Jack Twilley @ 2004-05-31 17:26 UTC (permalink / raw)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I would like my click-on-the-link behavior to open Firefox instead of
Mozilla.  I can't seem to find the bit that actually calls Mozilla so
I can fix it.  Help?

Jack.
- -- 
Jack Twilley
jmt at twilley dot org
http colon slash slash www dot twilley dot org slash tilde jmt slash
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAu2qvGPFSfAB/ezgRAq8qAJ9veSf/6ag6z6LTx2FZFuV09Bd0HgCglEKa
/fzjOCy0EGV/APjAeu1fiuA=
=uUQc
-----END PGP SIGNATURE-----



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

* Re: Firefox instead of Mozilla?
  2004-05-31 17:26 Firefox instead of Mozilla? Jack Twilley
@ 2004-06-01  2:49 ` Steve Youngs
  2004-06-01  3:01 ` Nelson Ferreira
  1 sibling, 0 replies; 3+ messages in thread
From: Steve Youngs @ 2004-06-01  2:49 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 695 bytes --]

* Jack Twilley <jmt+usenet@twilley.org> writes:

  > I would like my click-on-the-link behavior to open Firefox instead of
  > Mozilla.  I can't seem to find the bit that actually calls Mozilla so
  > I can fix it.  Help?

Hi Jack!

`browse-url-mozilla'

There isn't currently a `browse-url-firefox' (in the XEmacs version of
browse-url.el), maybe you could write one? :-)

Oh, and don't forget to submit the patch to
xemacs-patches@xemacs.org. 

-- 
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
|              Ashes to ashes, dust to dust.               |
|      The proof of the pudding, is under the crust.       |
|----------------------------------<steve@youngs.au.com>---|

[-- Attachment #2: Type: application/pgp-signature, Size: 256 bytes --]

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

* Re: Firefox instead of Mozilla?
  2004-05-31 17:26 Firefox instead of Mozilla? Jack Twilley
  2004-06-01  2:49 ` Steve Youngs
@ 2004-06-01  3:01 ` Nelson Ferreira
  1 sibling, 0 replies; 3+ messages in thread
From: Nelson Ferreira @ 2004-06-01  3:01 UTC (permalink / raw)


"Jack" == Jack Twilley <jmt+usenet@twilley.org> writes:

    Jack> I would like my click-on-the-link behavior to open Firefox
    Jack> instead of Mozilla.  I can't seem to find the bit that
    Jack> actually calls Mozilla so I can fix it.  Help?

Hi!

I use this to open in a new Tab. I am sure you'll be able to adapt to
call firefox...

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

(setq browse-url-browser-function (quote browse-url-mozilla-new-tab))



[...]


-- 
Nelson Ferreira



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

end of thread, other threads:[~2004-06-01  3:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-31 17:26 Firefox instead of Mozilla? Jack Twilley
2004-06-01  2:49 ` Steve Youngs
2004-06-01  3:01 ` Nelson Ferreira

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