Update on this bug.. I'm still working on the fix for this, but here is
a work-around that you can put in your rc, and still run the current
version of conkeror:
/*
* Temporary work-around for cwd bug
*/
default_directory = get_home_directory();
add_hook("create_buffer_hook",
function (buf) {
buf.configuration.cwd = null;
});
Thanks for your patience,
--
John Foerch
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror