Well here's a version that works for me & that will either open a
new firefox or use an existing one. I think I'll send a bug
report about the issue I was seeing doing this the "simple way".
(defun browse-url-firefox (url &optional new-window)
(when (eq (shell-command
(concat
"/sw/lib/firefox/mozilla-xremote-client \"openurl("
url
")\"")) 2)
(call-process "firefox" nil 0 nil url)))
_______________________________________________
Help-gnu-emacs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs