> for k in c.db.keys():
>     if k.split('/')[0] in (
>         "window_position_fcache",
>         "body_secondary_ratio_fcache",
>         "body_outline_ratio_fcache",
>         "current_position_fcache",
>     ):
>         del c.db[k]
>


Thanks Terry! That cured my problem and introduced me to a new Leo thing at
the same time. Niceness.

Now how did you get that nicely formatted `c.db.keys()` in the first
section? I had to wrap it in `g.es(c.db.keys())`, and then it prints all in
one line.

-matt

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to