Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-simplify-subject-fuzzy-regexp doesn't work as a group parameter
@ 2011-03-28 13:28 Michael Hohmuth
  2011-03-29 17:43 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Hohmuth @ 2011-03-28 13:28 UTC (permalink / raw)
  To: ding

I have a group with the following group parameters set:

((gnus-simplify-subject-fuzzy-regexp '("^.*?#" " .*$"))
 (gnus-simplify-subject-functions    '(gnus-simplify-subject-fuzzy)))

For some reason, the gnus-simplify-subject-fuzzy-regexp is read in nil
in gnus-simplify-subject-fuzzy (verified with the debugger).  I can only
get it to work when setting gnus-simplify-subject-fuzzy-regexp as a
global variable.

It looks like Gnus sets gnus-simplify-subject-fuzzy-regexp as a local
variable in the Article buffer, but the gnus-simplify-subject-fuzzy
function is called in (or switches into) another context and does not
see the right value.  I'm not sure how to fix this -- any ideas?

Michael




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

end of thread, other threads:[~2011-05-30 20:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-28 13:28 gnus-simplify-subject-fuzzy-regexp doesn't work as a group parameter Michael Hohmuth
2011-03-29 17:43 ` Lars Magne Ingebrigtsen
2011-05-30 20:15   ` Michael Hohmuth

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).