* Joe Corneli <[EMAIL PROTECTED]> wrote:
> Both of these functions appear to require starting a new firefox. (??)

By a cosmic coincidence I just put the following in my .emacs file,
which opens a page in a new tab using an existing Firefox.  

(defun browse-url-firefox (url &optional new-window)
  (shell-command (concat "/usr/local/firefox/mozilla-xremote-client \"openurl("
                 url
                 ",new-tab)\"")))

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

Greg


_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to