Gnus development mailing list
 help / color / mirror / Atom feed
From: Jan Tatarik <jan.tatarik@gmail.com>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: ding@gnus.org
Subject: Re: Scoring on basee64 encoded message body
Date: Wed, 05 Sep 2012 16:39:53 +0200	[thread overview]
Message-ID: <5n5x2ra9x47cue.fsf@nb-jtatarik2.xing.hh> (raw)
In-Reply-To: <874nncd1uh.fsf@gnus.org> (Lars Ingebrigtsen's message of "Wed, 05 Sep 2012 15:40:54 +0200")

[-- Attachment #1: Type: text/plain, Size: 364 bytes --]

On Wed, Sep 05 2012, Lars Ingebrigtsen wrote:

> Jan Tatarik <jan.tatarik@gmail.com> writes:

>>> I don't remember whether I asked you whether you had FSF copyright
>>> assignments on file or not?

>> I do now.

> Thanks; I've now applied your patch to Ma Gnus.

Cool. There's one small issue, however, that started popping up for me
with recent Emacs versions:



[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: proper function quoting --]
[-- Type: text/x-diff, Size: 573 bytes --]

diff --git a/lisp/gnus-score.el b/lisp/gnus-score.el
index 948c1c3b62dcebb3f71b0b97bb4f99ee5f4b00af..bc35cf3dea5ff791c8d53dd32330e584567ea1ee 100644
--- a/lisp/gnus-score.el
+++ b/lisp/gnus-score.el
@@ -1743,7 +1743,7 @@ score in `gnus-newsgroup-scored' by SCORE."
       (save-excursion
         (article-goto-body)
         (delete-region (point) (point-max))
-        (mapc 'my-mm-display-part (mm-text-parts handles))
+        (mapc #'my-mm-display-part (mm-text-parts handles))
         handles))))
 
 (defun gnus-score-body (scores header now expire &optional trace)

  reply	other threads:[~2012-09-05 14:39 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-13 10:39 Jan Tatarik
2012-03-14 14:38 ` Lars Magne Ingebrigtsen
2012-03-14 20:21   ` Reiner Steib
2012-03-15  1:29     ` Lars Magne Ingebrigtsen
2012-03-15 21:05   ` Jan Tatarik
2012-03-22 20:38     ` Lars Magne Ingebrigtsen
2012-03-23 12:11       ` Jan Tatarik
2012-04-10 19:32         ` Lars Magne Ingebrigtsen
2012-04-11  7:30           ` Jan Tatarik
2012-04-11 19:34           ` Jan Tatarik
2012-04-12 18:45             ` Lars Magne Ingebrigtsen
2012-04-12 22:58               ` Jan Tatarik
2012-06-10 21:08                 ` Lars Magne Ingebrigtsen
2012-06-28  9:45                   ` Jan Tatarik
2012-09-05 13:40                     ` Lars Ingebrigtsen
2012-09-05 14:39                       ` Jan Tatarik [this message]
2012-09-05 14:43                         ` Lars Ingebrigtsen
2012-09-05 15:07                           ` Jan Tatarik
2012-09-05 15:35                             ` Lars Ingebrigtsen
2012-09-05 15:42                           ` Andreas Schwab

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=5n5x2ra9x47cue.fsf@nb-jtatarik2.xing.hh \
    --to=jan.tatarik@gmail.com \
    --cc=ding@gnus.org \
    --cc=larsi@gnus.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).