On Tue, Dec 09, 2008 at 03:29:09PM +0100, Jukka Salmi <j+debian@2008.salmi.ch> was heard to say:
> seems to do what I want. But I'd like this to be the default package
> grouping mechanism and not to enter it every time I use aptitude. Thus
> I tried setting
>
> Aptitude::UI:

efault-Grouping
> { "task,status,section(subdir,passthrough),section(t opdir)"; };
>
> in ~/.aptitude/config, but this doesn't seem to work: All files are
> displayed at once, apparently sorted alphabetically, and hitting `G'
> shows an empty grouping order.
>
> What am I missing?
You need to do this:
Aptitude::UI:

efault-Grouping
"task,status,section(subdir,passthrough),section(t opdir)";
Curly braces introduce a new sub-group, so the config file fragment
you wrote is the same as this:
Aptitude::UI:

efault-Grouping "";
Aptitude::UI:

efault-Grouping:: "task,status,section(subdir,passthrough),section(t opdir)";
>
> And, BTW, according to the documentation, the default for
> Aptitude::UI:

efault-Grouping is
>
> filter(missing),status,section(subdir,passthrough) ,section(topdir)
>
> but this is not what an initial `G' shows (see above, `filter(missing)'
> vs `task'). Any hints?
You need to file a bug saying that the documentation didn't change
the last time that the default did.
Daniel
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org