[Conkeror] Problems with all save commands
John J Foerch
jjfoerch at earthlink.net
Sun Feb 1 19:11:17 PST 2009
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
More information about the Conkeror
mailing list