help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnus error reading on some emails


From: Katsumi Yamaoka
Subject: Re: gnus error reading on some emails
Date: Thu, 26 Feb 2009 07:48:51 +0900
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.90 (gnu/linux)

Note:
Followup-To: gnu.emacs.gnus

>>>>> Xiao-Yong Jin wrote:
> Hi, I'm using gnus bundled with emacs from current cvs

> Gnus v5.13
> GNU Emacs 23.0.90.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.14.7) of 
> 2009-02-24

> I'm not sure it is a bug or some error caused by my
> configuration.  But it happens with a few emails.  The
> following is the back trace.

Put this line in the beginning of your ~/.emacs file:

(require 'mm-util)

Though this is no more than a workaround.  Maybe you can find
the real culprit by performing:

C-h f replace-in-string RET

The file shown in the result as follows is it:

--8<---------------cut here---------------start------------->8---
replace-in-string is a compiled Lisp function in `xxxxxxxx.el'.

(replace-in-string target old new)
--8<---------------cut here---------------end--------------->8---

> Debugger entered--Lisp error: (wrong-number-of-arguments (lambda (target old 
> new) (replace-regexp-in-string old new target)) 4)
>   mm-replace-in-string("..." "\n" "^M\n" t)

Isn't it color-theme.el?  See:
http://article.gmane.org/gmane.emacs.gnus.general/66942
(You can find my patch there.)

Regards,


reply via email to

[Prev in Thread] Current Thread [Next in Thread]