On Fri, Jul 24, 2009 at 05:56:39PM +0200, Rolf Leggewie <[email protected]> was heard to say: > Daniel Burrows wrote: > > You can get what you want by adding a fallthrough condition, for > >instance: > > > > task,status,pattern(~O~A => \1 - \2, ?true => > > unknown),section(subdir,passthrough),section(topdir) > > > > Or alternatively, you can place packages without an Origin or Archive > >alongside the Origin and Archive branches: > > > > task,status,pattern(~O~A => \1 - \2, ?true || ), section(subdir, > > passthrough), section(topdir) > > Daniel, > > thank you for your help. Your first suggestion is exactly what I > had (look in the original report). Your second suggestion works > fine, though. I'm very happy now.
Glad that worked. Just to be clear about what I was saying above, here's what you were using originally: On Wed, Jul 15, 2009 at 09:20:09PM +0200, Rolf Leggewie <[email protected]> was heard to say: > aptitude::UI::Default-Grouping "task,status,pattern(~O~A=>\1 - > \2),section(subdir,passthrough),section(topdir)"; What I did in the first suggestion is to add ", ?true => unknown". This causes any packages that miss the first filter, but match ?true, to go in a group called "unknown". Since all packages match ?true, this picks up all of them. Daniel -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

