unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* cygwin browse-url bug
@ 2003-12-08 17:24 Bruce Ingalls
  2003-12-09 10:26 ` Eli Zaretskii
       [not found] ` <mailman.1405.1070969197.399.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 5+ messages in thread
From: Bruce Ingalls @ 2003-12-08 17:24 UTC (permalink / 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/")

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

end of thread, other threads:[~2003-12-10  1:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-08 17:24 cygwin browse-url bug Bruce Ingalls
2003-12-09 10:26 ` 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

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