unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* gnus-summary-refer-thread does not find all
@ 2005-01-24 20:24 Stefan Monnier
  2005-01-25  8:12 ` Katsumi Yamaoka
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Monnier @ 2005-01-24 20:24 UTC (permalink / raw)



I often find that A T doesn't find all the articles I'm looking for.
It turns out that one of the reason might be the following:

gnus-summary-limit-include-thread calls
gnus-summary-limit-include-matching-articles with "subject" and
a subject-regexp in decoded form (with non-ASCII chars).  These args are
then passed to gnus-find-matching-articles which compares uses the regexp on
the output of mail-header-subject but this output is not decoded (accented
chars are represented by sequences of other chars).


        Stefan

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

* Re: gnus-summary-refer-thread does not find all
  2005-01-24 20:24 gnus-summary-refer-thread does not find all Stefan Monnier
@ 2005-01-25  8:12 ` Katsumi Yamaoka
  0 siblings, 0 replies; 2+ messages in thread
From: Katsumi Yamaoka @ 2005-01-25  8:12 UTC (permalink / raw)
  Cc: bugs, emacs-devel

>>>>> In <jwvhdl6pol1.fsf-monnier+emacs@gnu.org> Stefan Monnier wrote:

> I often find that A T doesn't find all the articles I'm looking for.
> It turns out that one of the reason might be the following:

> gnus-summary-limit-include-thread calls
> gnus-summary-limit-include-matching-articles with "subject" and
> a subject-regexp in decoded form (with non-ASCII chars).  These args are
> then passed to gnus-find-matching-articles which compares uses the regexp on
> the output of mail-header-subject but this output is not decoded (accented
> chars are represented by sequences of other chars).

Hmm, the output mail-header-subject returns looks always a
decoded subject.  Raw headers gathered in the " *nntpd*" buffer
are decoded when building the value of gnus-newsgroup-headers as
far as I know.

Aren't there ticked articles in the group?  In such a case, `A T'
ignores articles newer than the last article listed in the
summary buffer.  Although I don't understand why it does so, the
possible workaround is to set the gnus-refer-thread-limit
variable as t, not a number.  If it is not effective, something
exceeding my imagination may have occurred.

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

end of thread, other threads:[~2005-01-25  8:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-24 20:24 gnus-summary-refer-thread does not find all Stefan Monnier
2005-01-25  8:12 ` Katsumi Yamaoka

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).