Re: gnus-group-change-level
Eric Abrahamsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.general |
|---|---|
| Message-ID | <[email protected]> |
Eric S Fraga <[email protected]> writes: > On Sunday, 18 Feb 2024 at 20:26, James Cloos wrote: >> I was testing with a switch from 11 to 55 (I have this block in .gnus: > > [...] > >> and make significant use of levels for organizing the groups.) > > Thank you for this. Some time ago, I tried changing from the 1-5 levels > that is the gnus default and ended up with a totally confused system, > probably because I missed some of the variables I needed to set. So I > will now try with your list of variables to see how it goes. I don't > need 100 group levels but 10 or so would be nice. Part of the reason I was surprised here is that the various `gnus-level-*' variables, far from being user options, are actually defined with `defconst', which would indicate that Gnus didn't want you fooling with them. It's possible that was done so that the variables are marked as "special", but defcustom would have the same effect. Anyway, it's encouraging to know that it's been working correctly for some people for a while.