unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Bruce Ingalls <bingalls@fit-zones.NO-SPAM.com>
Subject: cygwin browse-url bug
Date: Mon, 08 Dec 2003 17:24:19 GMT	[thread overview]
Message-ID: <7t2Bb.374145$pT1.189705@twister.nyc.rr.com> (raw)

I'm not sure where to report this bug.
cygwin-apps?
emacs?
author of browse-url?
all of the above?

Here's the problem:
On most systems, I can run emacs -q and eval the lines below,
and the browser will show the google usenet archives just fine.

With Emacs on Cygwin, no matter whether I use console or X Window, 
Firebird does launch, but it does not load the URI as an argument.
Instead, the homepage comes up.
Is the problem that I am launching a native Windows app from Cygwin?
Also, is there a way to tell Cygwin to launch the _default_ w32 browser? 
This likely requires a registry key lookup.

I heard that the new Thunderbird 0.4 now launches the 'default' Linux 
browser. How does one find such a default on Linux-like systems?

-- code follows --
(require 'browse-url)
(defconst browse-url-browser-function 'browse-url-netscape)
;;Assume the correct path to Firebird; it does launch
(defconst browse-url-netscape-program
  "c:/Program Files/MozillaFirebird/MozillaFirebird.exe")
(browse-url "http://groups.google.com/")

             reply	other threads:[~2003-12-08 17:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-08 17:24 Bruce Ingalls [this message]
2003-12-09 10:26 ` cygwin browse-url bug Eli Zaretskii
     [not found] ` <mailman.1405.1070969197.399.help-gnu-emacs@gnu.org>
2003-12-09 19:27   ` Bruce Ingalls
2003-12-09 20:05     ` Eli Zaretskii
     [not found]     ` <mailman.1425.1071004112.399.help-gnu-emacs@gnu.org>
2003-12-10  1:38       ` Jason Rumney

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='7t2Bb.374145$pT1.189705@twister.nyc.rr.com' \
    --to=bingalls@fit-zones.no-spam.com \
    /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).