unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Joe Corneli <jcorneli@math.utexas.edu>
Subject: Re: browse-url
Date: Tue, 05 Apr 2005 14:57:20 -0500	[thread overview]
Message-ID: <E1DIuAq-0001Jq-00@lab45.ma.utexas.edu> (raw)
In-Reply-To: <20050405091942.GA26836@dionysus.ucolick.org> (message from Greg Novak on Tue, 5 Apr 2005 02:19:42 -0700)

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

  reply	other threads:[~2005-04-05 19:57 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-01  0:06 browse-url Hugh Lawson
2005-04-01  0:23 ` browse-url David Kastrup
2005-04-01  7:16   ` browse-url nfreimann
2005-04-01  9:37     ` browse-url David Kastrup
2005-04-04  0:02   ` browse-url Hugh Lawson
2005-04-04  0:31     ` browse-url David Kastrup
2005-04-05  0:36       ` browse-url Hugh Lawson
2005-04-05  1:29         ` browse-url David Kastrup
2005-04-05  2:30           ` browse-url Hugh Lawson
2005-04-05  4:28             ` browse-url Joe Corneli
2005-04-05  9:19               ` browse-url Greg Novak
2005-04-05 19:57                 ` Joe Corneli [this message]
     [not found]               ` <mailman.182.1112692644.2895.help-gnu-emacs@gnu.org>
2005-04-07 18:12                 ` browse-url Hugh Lawson
     [not found]             ` <mailman.152.1112673857.2895.help-gnu-emacs@gnu.org>
2005-04-05  8:20               ` browse-url Hugh Lawson
2005-04-05  9:11                 ` browse-url Joe Corneli
     [not found]                 ` <mailman.179.1112690775.2895.help-gnu-emacs@gnu.org>
2005-04-05 13:07                   ` browse-url Hugh Lawson
2005-04-05 13:43                     ` browse-url Hugh Lawson
2005-04-07  9:34                   ` browse-url Christian Lynbech
2005-04-07 14:47                     ` browse-url Hugh Lawson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1DIuAq-0001Jq-00@lab45.ma.utexas.edu \
    --to=jcorneli@math.utexas.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).