Gnus development mailing list
 help / color / mirror / Atom feed
* Endless fuzzy looping is back
@ 2003-06-05 10:44 Niklas Morberg
  2003-06-06  7:01 ` Niklas Morberg
  0 siblings, 1 reply; 4+ messages in thread
From: Niklas Morberg @ 2003-06-05 10:44 UTC (permalink / raw)


I'm not sure why, but the problem I've had in the past with
fuzzy matching never finishing has come back to haunt me
(it came at the same time I enabled the agent and didn't
leave when I disabled the agent; not sure if it is related,
though).

To help me read my news: How can I turn off fuzziness? I
have

 gnus-simplify-subject-functions '(gnus-simplify-all-whitespace)

but it doesn't seem to be enough. It helps for my nnimap
backend but not for nntp (where I use adaptive scoring).

I would like to have:

 gnus-simplify-subject-functions '(gnus-simplify-subject-fuzzy gnus-simplify-all-whitespace)

but that does not work for email.

To help debug the problem, this is what I did:

Trying to read gnu.emacs.gnus. Hangs forever.
Toggle-debug-on-quit and `C-g' gives:

  re-search-forward("^[ 	]*\\(\\([Aa][Nn][Tt][Ww]\\.?\\|[Aa][Ww]\\|[Ff][Ww][Dd]?\\|[Oo][Dd][Pp]\\|[Rr][Ee]\\|[Rr][Éé][Ff]\\.?\\|[Ss][Vv]\\)\\(\\[[0-9]*\\]\\)*:[ 	]*\\)*[ 	]*" nil t)
  gnus-simplify-buffer-fuzzy()
  gnus-score-string((((touched nil) ("subject" ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...) ("from" ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...)) ((touched nil) ("subject" ... ... ...) ("xref" ...))) "subject" 731371 731364 nil)
  gnus-score-headers(("c:/cygwin/home/niklas/News/all.SCORE" "c:/cygwin/home/niklas/News/nntp+news.axis.se_gnu.emacs.gnus.ADAPT" "c:/cygwin/home/niklas/News/nntp+news.axis.se_gnu.emacs.gnus.SCORE") nil)
  gnus-possibly-score-headers()
  gnus-summary-read-group-1("nntp+news.axis.se:gnu.emacs.gnus" nil nil nil nil nil)
  gnus-summary-read-group("nntp+news.axis.se:gnu.emacs.gnus" nil nil nil nil nil nil)
  gnus-group-read-group(nil nil nil)
  gnus-topic-read-group(nil)
  call-interactively(gnus-topic-read-group)

stepping forward gives:

* replace-match("")

* re-search-forward("^[ 	]*\\(\\([Aa][Nn][Tt][Ww]\\.?\\|[Aa][Ww]\\|[Ff][Ww][Dd]?\\|[Oo][Dd][Pp]\\|[Rr][Ee]\\|[Rr][Éé][Ff]\\.?\\|[Ss][Vv]\\)\\(\\[[0-9]*\\]\\)*:[ 	]*\\)*[ 	]*" nil t)

* replace-match("")

* re-search-forward("^[ 	]*\\(\\([Aa][Nn][Tt][Ww]\\.?\\|[Aa][Ww]\\|[Ff][Ww][Dd]?\\|[Oo][Dd][Pp]\\|[Rr][Ee]\\|[Rr][Éé][Ff]\\.?\\|[Ss][Vv]\\)\\(\\[[0-9]*\\]\\)*:[ 	]*\\)*[ 	]*" nil t)

and so on...

Niklas




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

end of thread, other threads:[~2003-10-18  1:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-05 10:44 Endless fuzzy looping is back Niklas Morberg
2003-06-06  7:01 ` Niklas Morberg
2003-06-06  8:57   ` [Semi-solved] " Niklas Morberg
2003-10-18  1:43     ` Lars Magne Ingebrigtsen

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