Joe Fineman <[EMAIL PROTECTED]> writes: > I use Conkeror (the old one, parasitic on Firefox) under Windows XP > with Firefox as the default browser. If I request a page using M-x > browse-url, it indeed brings up that page under Conkeror, but > (usually) it does not automatically switch to the browser window; it > is an extra step to get there with alt-tab. When a plain Firefox > window is active, it (usually) does make the switch. Is there some > way to get that behavior with Conkeror?
I have the same behavior with the xulrunner-based version under
Debian. Would be nice to have that annoying problem solved. Here is
how I set Conkeror as standard browser for Emacs:
(setq
browse-url-browser-function 'browse-url-generic
browse-url-generic-program "~/bin/conkeror/conkeror")
(setq gnus-button-url 'browse-url-generic
browse-url-generic-program "~/bin/conkeror/conkeror"
browse-url-browser-function gnus-button-url)
Greetings
Sven
pgpTOTIc3JvWS.pgp
Description: PGP signature
_______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
