Gnus development mailing list
 help / color / mirror / Atom feed
* Set gnus-simplify-subject-functions in group parameters?
@ 2017-02-23 13:51 Tim Landscheidt
  2017-02-24  1:29 ` Katsumi Yamaoka
  0 siblings, 1 reply; 8+ messages in thread
From: Tim Landscheidt @ 2017-02-23 13:51 UTC (permalink / raw)
  To: ding

Hi,

I receive watchlist notifications from Wikipedia and sort
them into a group.  I want to thread them by page, i. e.:

|    [  35: Wikipedia              ] Wikipedia-Seite Diskussion:Lasithi-Hochebene wurde von Langläufer erstellt
|    [  41: Wikipedia              ] Wikipedia-Seite Lasithi-Hochebene wurde von Langläufer geändert
|    [  40: Wikipedia              ] Wikipedia-Seite Lasithi wurde von Langläufer geändert

should be displayed as:

|    [  35: Wikipedia              ] Wikipedia-Seite Diskussion:Lasithi-Hochebene wurde von Langläufer erstellt
|        <  41: Wikipedia              > Wikipedia-Seite Lasithi-Hochebene wurde von Langläufer geändert
|    [  40: Wikipedia              ] Wikipedia-Seite Lasithi wurde von Langläufer geändert

I read "Customizing Threading", thought
gnus-simplify-subject-functions would be a good idea,
created a function for testing and set the group parameters
to:

| ((auto-expire . t)
|  (gnus-simplify-subject-functions
|   (tl-watchlist-subject-munger)))

But when I enter the group, the function is not called.
edebug showed that gnus-gather-threads-by-subject is called,
but gnus-simplify-subject-functions's value there is (the
default) (gnus-simplify-subject-re
gnus-simplify-whitespace).

How can I set gnus-simplify-subject-functions for a group to
a different value?

TIA,
Tim




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-03-16 19:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-23 13:51 Set gnus-simplify-subject-functions in group parameters? Tim Landscheidt
2017-02-24  1:29 ` Katsumi Yamaoka
2017-02-24 11:10   ` Andreas Schwab
2017-02-25 11:00   ` Reiner Steib
2017-02-27  6:35     ` Katsumi Yamaoka
2017-03-06  2:16     ` Tim Landscheidt
2017-03-06  2:31   ` Tim Landscheidt
2017-03-16 19:36     ` Tim Landscheidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).