On Fri, Sep 03 2010, Andy Wingo wrote: > On Wed 01 Sep 2010 15:23, l...@gnu.org (Ludovic Courtès) writes: > >> So, unless I’m missing an elegant design trick to avoid this, I think >> you’re bound to use heuristics to filter them out (e.g., get rid of >> modules whose name contains white spaces.) > > We can add flags to modules to indicate that they are temporary; not > "user modules".
That'd be great. Then, we could add a (keyword) parameter to the folding functions to exclude (or, i think i would prefer, include) temporary modules in the traversal (or create new functions doing that). jao