From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/11967 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.user Subject: Re: gnus error reading on some emails Date: Thu, 26 Feb 2009 07:48:51 +0900 Organization: Emacsen advocacy group Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1235605379 21488 80.91.229.12 (25 Feb 2009 23:42:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Feb 2009 23:42:59 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Feb 26 00:44:14 2009 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LcTQD-0005tN-Oy for gegu-info-gnus-english@m.gmane.org; Thu, 26 Feb 2009 00:44:14 +0100 Original-Received: from localhost ([127.0.0.1]:47821 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LcTOs-0004KB-Vf for gegu-info-gnus-english@m.gmane.org; Wed, 25 Feb 2009 18:42:51 -0500 Original-Path: news.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus,gnu.emacs.help Original-Followup-To: gnu.emacs.gnus Original-Lines: 38 Original-X-Trace: individual.net b7/f85cPeD9EY60l9HJqbw9M71xeZ0chlUTlEVFotmxVajRNI= Cancel-Lock: sha1:P3k2nyi3TKaGaQtR4i0AT1UKnV0= sha1:wpi955tUsRLXfBf0/gHGozkGEKM= X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.90 (gnu/linux) Original-Xref: news.stanford.edu gnu.emacs.gnus:82230 gnu.emacs.help:167083 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:11967 Archived-At: 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,