On Tue, Feb 05, 2013 at 03:13:57PM -0800, Silvio Levy wrote:
>
>
> > The startup-cache does persist across sessions unless explicitly cleared.
>
> Good to know. But if I understand your first message, evaluating an
> expression with C-: is supposed to clear it, right?
>
> > How old is your conkeror?
>
> I had caught up with the current version maybe two months ago, and I just
> did it again now using
>
> sudo -s; cd /usr/local/src/conkeror; git fetch; git merge origin
>
> No change in behavior.
>
> Another clue, though, is that changes in bindings.js are likewise not
> taking effect (which I hadn't noticed since I seldom make any).
>
> So yes, it's probably something to do with the startup-cache. But
> evaluation with M-: definitely doesn't help.
>
> Please tell me:
>
> 1. Is there a command to clear the startup-cache explicitly?
>
> 2. How can I load a specific file by hand? (googling didn't help;
> M-x load TAB gives nothing)
>
> Silvio
>
>
The javascript code to clear the startup-cache is as follows:
var obs = Cc["@mozilla.org/observer-service;1"]
.getService(Ci.nsIObserverService);
obs.notifyObservers(null, "startupcache-invalidate", null);
You can put this in a command or a function for easy access.
Also, your webjump is called "foo"? Check the value of webjumps.foo with
the M-: prompt, and see whether it shows up.
What version of XULRunner was it?
--
John Foerch
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror