Hello all,

I'm running Conkeror on Windows 7 via Emacs' browse-url function with
the following command line:

> c:/path/to/xulrunner/xulrunner.exe -app c:/path/to/conkeror/application.ini 
> <url>

(The recipe given on the wiki didn't work for me. Could anybody tell
how to read error messages from Conkeror?)

It works, but it seems that xulrunner redirects all command arguments
to Conkeror, including the first two, so Conkeror tries to open the
application.ini file (and fails). For the moment, I've resolved it
with the following addition to modules/command-line.js:

> // added the following dummy command switch
> // to prevent Conkeror trying to open it's application.ini file
> // when it is invoked from within Emacs
> command_line_param_handler("app", false, function (expr, ctx) {});

So, now I'm wondering if there is any way to run Conkeror without
having to add this fix.

Also, on the wiki, there is a mention of unsupported external editing
on Windows. Could anybody tell where to start looking to resolve the
issue?

Finally, would like to thank you people for this browser. Great work.

--
Cheers,
Artyom Shalkhakov
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to