info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Subject field in summary buffer modified


From: Lars Ingebrigtsen
Subject: Re: Subject field in summary buffer modified
Date: Thu, 05 Feb 2015 14:40:56 +1100
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux)

asjo@koldfront.dk (Adam Sjøgren) writes:

> My elisp fu fails me now, this function:
>
>   (defun gnus-group-get-list-identifiers (group)
>     "Get list identifier regexp for GROUP."
>     (or (gnus-parameter-list-identifier group)
>         (if (consp gnus-list-identifiers)
>             (mapconcat 'identity gnus-list-identifiers " *\\|")
>           gnus-list-identifiers)))
>
> returns "^[A-Z ]*?: " even though gnus-list-identifiers is nil?!?
>
> Something is setting gnus-list-identifiers behind my back locally, somehow?!
>
> Because if I run: (gnus-group-get-list-identifiers
> "nntp+news.gwene.org:gwene.dk.gaffa.anmeldelser.cd") directly, it
> returns nil, as I expect.

Huh.  Uhm...  do you have list-identifiers set for the topic or...
something?  `G p' on the group and the topic it's in, if it's in a
topic...

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]