Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@extundo.com>
Cc: ding@gnus.org, bugs@gnus.org
Subject: Re: bug in latest gnus when previewing certain message
Date: Mon, 26 May 2003 10:19:30 +0200	[thread overview]
Message-ID: <ilud6i6ce7h.fsf@latte.josefsson.org> (raw)
In-Reply-To: <web-2748891@vsu.ru> (Vladimir Volovich's message of "Sun, 25 May 2003 19:55:44 +0400")

"Vladimir Volovich" <vvv@vsu.ru> writes:

> Hi,
>
> using the latest gnus from cvs, i get the following error when trying to
> view the attached (spam) message:
>
> Debugger entered--Lisp error: (args-out-of-range 650 650)
>   mm-decode-coding-region(650 650 koi8-r)
>   mail-decode-encoded-word-region(1 883)

This seems to fix it, but someone familiar with rfc2047.el better check.

--- rfc2047.el.~6.52.~	Thu May 22 22:39:53 2003
+++ rfc2047.el	Mon May 26 10:18:38 2003
@@ -612,7 +612,7 @@
 	    (goto-char e)
 	    (while (re-search-forward "[\n\r]+" nil t)
 	      (replace-match " "))
-	    (goto-char (point-max)))
+	    (setq b (goto-char (point-max))))
 	  (when (and (mm-multibyte-p)
 		     mail-parse-charset
 		     (not (eq mail-parse-charset 'us-ascii))




  reply	other threads:[~2003-05-26  8:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-25 15:55 Vladimir Volovich
2003-05-26  8:19 ` Simon Josefsson [this message]
     [not found] ` <basjcm$28e$1@quimby.gnus.org>
2003-05-26 17:26   ` Jesper Harder
     [not found]     ` <rzqel2iiub6.fsf@albion.dl.ac.uk>
2003-05-30  2:52       ` Jesper Harder

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=ilud6i6ce7h.fsf@latte.josefsson.org \
    --to=jas@extundo.com \
    --cc=bugs@gnus.org \
    --cc=ding@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).