Gnus development mailing list
 help / color / mirror / Atom feed
From: Niklas Morberg <niklas.morberg@axis.com>
Subject: Endless fuzzy looping is back
Date: Thu, 05 Jun 2003 12:44:17 +0200	[thread overview]
Message-ID: <uk7c0vm66.fsf@axis.com> (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




             reply	other threads:[~2003-06-05 10:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-05 10:44 Niklas Morberg [this message]
2003-06-06  7:01 ` Niklas Morberg
2003-06-06  8:57   ` [Semi-solved] " Niklas Morberg
2003-10-18  1:43     ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=uk7c0vm66.fsf@axis.com \
    --to=niklas.morberg@axis.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).