Gnus development mailing list
 help / color / mirror / Atom feed
From: Alex Schroeder <alex@emacswiki.org>
Subject: Re: finding the article buffer when splitting
Date: Sat, 14 Sep 2002 03:18:03 +0200	[thread overview]
Message-ID: <8765x99xo4.fsf@emacswiki.org> (raw)
In-Reply-To: <03fzwd8muw.fsf@msgid.viggen.net>

Oystein Viggen <oysteivi@tihlde.org> writes:

> In my Gnus, gnus-original-article-buffer seems to always contain the
> last article viewed, and not the one currently spooling.  This makes the
> " *Original Article*" buffer kind of useless for splitting incoming
> mail.

Hm, I think in the summary buffer:

B t runs the command gnus-summary-respool-trace
   which is an interactive compiled Lisp function in `gnus-sum'.

which calls gnus-summary-respool-query
which uses gnus-original-article-buffer.

:)

> I'm currently using Jeremy's defadvice combined with a slightly modified
> spam-stat-split-fancy (set-buffer the-article-buffer instead of
> gnus-original-article-buffer), which sorts correctly but gives a high
> bogus ratio.  (but it works nicely when marking everything in the bogus
> group and respooling)

Hehe.  I got rid of the bogus problem now, so I think you're best of
using my latest copy of spam-stat.el.  I used Jeremy's advice with the
exact same change you listed.  If you just want to adapt that, you
need to change the call (buffer-size) to (- (point-max) (point-min))
-- because buffer-size does not take narrowing into account.  The
resulting numbers caused errors, which resulted in bogus group
splitting.

Alex.
-- 
I will be in Istanbul next week.



  reply	other threads:[~2002-09-14  1:18 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-04 12:01 Splitting on mail contents? (using spam-stat.el) Oystein Viggen
2002-09-04 14:00 ` Kai Großjohann
2002-09-04 14:16   ` Oystein Viggen
2002-09-04 14:56     ` Kai Großjohann
2002-09-04 15:16       ` Oystein Viggen
2002-09-04 15:23       ` Jeremy H. Brown
2002-09-04 17:00         ` Oystein Viggen
2002-09-13 16:18         ` finding the article buffer when splitting Alex Schroeder
2002-09-13 23:56           ` Oystein Viggen
2002-09-14  1:18             ` Alex Schroeder [this message]
2002-09-14 10:01               ` Oystein Viggen
2002-09-15 18:21           ` Jeremy H. Brown
2002-09-23 14:11             ` Alex Schroeder
2002-09-23 18:49               ` Oystein Viggen
2002-09-06 15:55       ` Splitting on mail contents? (using spam-stat.el) Alex Schroeder
2002-09-07 12:30         ` Alex Schroeder
2002-09-07 17:17           ` Simon Josefsson
2002-09-07 19:05             ` Kai Großjohann
2002-09-07 19:05           ` Kai Großjohann
2002-09-12 16:07 ` Paul Jarc

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=8765x99xo4.fsf@emacswiki.org \
    --to=alex@emacswiki.org \
    /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).