On Mon, Dec 30, 2024 at 10:58:02AM +0000, gfp wrote: > Hi Sujith, > > > gnus-group-line-format set to "%5M %5y/%-8t • %c\n" > > When I put this in my gnus.el it shows a mistake: > (setq gnus-group-line-format set to "%5M %5y/%-8t • %c\n") I'm not in the discussion, but my hunch is that the above line is a verbal description (i.e. human language, not computer). Try simply: (setq gnus-group-line-format "%5M %5y/%-8t • %c\n") which is the lispy way to set the value of that variable. HTH -- t