all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: help-gnu-emacs@gnu.org
Subject: Re: gnus error reading on some emails
Date: Thu, 26 Feb 2009 07:48:51 +0900	[thread overview]
Message-ID: <b4mr61m6sks.fsf@jpl.org> (raw)
In-Reply-To: mailman.1790.1235584957.31690.help-gnu-emacs@gnu.org

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	other threads:[~2009-02-25 22:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1790.1235584957.31690.help-gnu-emacs@gnu.org>
2009-02-25 22:48 ` Katsumi Yamaoka [this message]
2009-02-26 17:25   ` gnus error reading on some emails Xiao-Yong Jin
     [not found]   ` <mailman.1876.1235669132.31690.help-gnu-emacs@gnu.org>
2009-02-26 22:30     ` Katsumi Yamaoka
2009-02-25 18:02 Xiao-Yong Jin

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=b4mr61m6sks.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=help-gnu-emacs@gnu.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.