all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* gnus error reading on some emails
@ 2009-02-25 18:02 Xiao-Yong Jin
  0 siblings, 0 replies; 4+ messages in thread
From: Xiao-Yong Jin @ 2009-02-25 18:02 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 3916 bytes --]

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.

Debugger entered--Lisp error: (wrong-number-of-arguments (lambda (target old new) (replace-regexp-in-string old new target)) 4)
  mm-replace-in-string("Content-Type: text/plain; charset=US-ASCII; format=flowed\nContent-Transfer-Encoding: 7bit\n\nOn 2009 Feb 25, at 5:23, John Lato wrote:\n> Brandon Allbery wrote:\n>> I have to second this; I'm a Unix sysadmin, 98% of the time if I'm\n>> writing a program it's for Unix *and* requires POSIX APIxs, and even\n>> if it could apply to Windows the program needed there would be very\n>> significantly different.  And we have a Windows group for that.\n>\n> 2.  As of now, the \"Windows Group\" seems to be mostly Duncan.  And\n\nWrong Windows group:  Duncan doesn't work for us.\n\n-- \nbrandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery@kf8nh.com\nsystem administrator [openafs,heimdal,too many hats] allbery@ece.cmu.edu\nelectrical and computer engineering, carnegie mellon university    KF8NH\n\n\n" "\n" "\r\n" t)
  byte-code("Ælj‰‰‰\x18\x19\x1a^[\x1c\x1dÈ\x0e\x1dÉÊË\x0e\x1d@#†\x1a  mml2015-epg-verify(((#<buffer  *mm*<7>> ("text/plain" ... ...) 7bit nil nil nil nil nil) (#<buffer  *mm*<8>> ("application/pgp-signature" ... ...) 7bit nil ("inline" ...) "This is a digitally signed message part" nil nil)) (#("multipart/signed" 0 16 (boundary "Apple-Mail-6--424928763" micalg "pgp-sha1" protocol "application/pgp-signature" buffer #<buffer  *mm*<6>> from "allbery@ece.cmu.edu" start nil)) (boundary . "Apple-Mail-6--424928763") (micalg . "pgp-sha1") (protocol . "application/pgp-signature")))
  mml2015-verify(((#<buffer  *mm*<7>> ("text/plain" ... ...) 7bit nil nil nil nil nil) (#<buffer  *mm*<8>> ("application/pgp-signature" ... ...) 7bit nil ("inline" ...) "This is a digitally signed message part" nil nil)) (#("multipart/signed" 0 16 (boundary "Apple-Mail-6--424928763" micalg "pgp-sha1" protocol "application/pgp-signature" buffer #<buffer  *mm*<6>> from "allbery@ece.cmu.edu" start nil)) (boundary . "Apple-Mail-6--424928763") (micalg . "pgp-sha1") (protocol . "application/pgp-signature")))
  mm-possibly-verify-or-decrypt(((#<buffer  *mm*<7>> ("text/plain" ... ...) 7bit nil nil nil nil nil) (#<buffer  *mm*<8>> ("application/pgp-signature" ... ...) 7bit nil ("inline" ...) "This is a digitally signed message part" nil nil)) (#("multipart/signed" 0 16 (boundary "Apple-Mail-6--424928763" micalg "pgp-sha1" protocol "application/pgp-signature" buffer #<buffer  *mm*<6>> from "allbery@ece.cmu.edu" start nil)) (boundary . "Apple-Mail-6--424928763") (micalg . "pgp-sha1") (protocol . "application/pgp-signature")))
  mm-dissect-multipart((#("multipart/signed" 0 16 (boundary "Apple-Mail-6--424928763" micalg "pgp-sha1" protocol "application/pgp-signature" buffer #<buffer  *mm*<6>> from "allbery@ece.cmu.edu" start nil)) (boundary . "Apple-Mail-6--424928763") (micalg . "pgp-sha1") (protocol . "application/pgp-signature")) "allbery@ece.cmu.edu")
  mm-dissect-buffer(t nil "allbery@ece.cmu.edu")
  mm-dissect-multipart((#("multipart/mixed" 0 15 (boundary "===============0483791337==" buffer #<buffer  *mm*<5>> from "allbery@ece.cmu.edu" start nil)) (boundary . "===============0483791337==")) "allbery@ece.cmu.edu")
  mm-dissect-buffer(nil t)
  gnus-display-mime()
  gnus-article-prepare-display()
  gnus-article-prepare(24756 nil)
  gnus-summary-display-article(24756)
  gnus-summary-next-page(nil)
  call-interactively(gnus-summary-next-page nil nil)

I'm not sure where to report the bug.  But feel free to
forward this email to whoever/whichever list may solve the
issue.

Best,
Xiao-Yong
-- 
    c/*    __o/*
    <\     * (__
    */\      <




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gnus error reading on some emails
       [not found] <mailman.1790.1235584957.31690.help-gnu-emacs@gnu.org>
@ 2009-02-25 22:48 ` Katsumi Yamaoka
  2009-02-26 17:25   ` Xiao-Yong Jin
       [not found]   ` <mailman.1876.1235669132.31690.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Katsumi Yamaoka @ 2009-02-25 22:48 UTC (permalink / raw)
  To: help-gnu-emacs

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,


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gnus error reading on some emails
  2009-02-25 22:48 ` gnus error reading on some emails Katsumi Yamaoka
@ 2009-02-26 17:25   ` Xiao-Yong Jin
       [not found]   ` <mailman.1876.1235669132.31690.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 4+ messages in thread
From: Xiao-Yong Jin @ 2009-02-26 17:25 UTC (permalink / raw)
  To: help-gnu-emacs

Katsumi Yamaoka <yamaoka@jpl.org> writes:

> Note:
> Followup-To: gnu.emacs.gnus

I'm not sure how the Followup-To field is defined.  I have
the following in gnus-parameters

        ("list\\.help-gnu-emacs$"
         (to-address . "help-gnu-emacs@gnu.org")
         (to-list . "help-gnu-emacs@gnu.org")
         (subscribed . t))

Is there something wrong?

I subscribed to this mailing list but not the gnus one.  My
university shut down the news group service two years ago,
so I'm using gnus only for emails, now.

>> 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.)

Right, I see the problem.  Thanks a lot.
-- 
    c/*    __o/*
    <\     * (__
    */\      <




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gnus error reading on some emails
       [not found]   ` <mailman.1876.1235669132.31690.help-gnu-emacs@gnu.org>
@ 2009-02-26 22:30     ` Katsumi Yamaoka
  0 siblings, 0 replies; 4+ messages in thread
From: Katsumi Yamaoka @ 2009-02-26 22:30 UTC (permalink / raw)
  To: help-gnu-emacs

>>>>> Xiao-Yong Jin wrote:
> Katsumi Yamaoka <yamaoka@jpl.org> writes:

>> Note:
>> Followup-To: gnu.emacs.gnus

> I'm not sure how the Followup-To field is defined.  I have
> the following in gnus-parameters

>         ("list\\.help-gnu-emacs$"
>          (to-address . "help-gnu-emacs@gnu.org")
>          (to-list . "help-gnu-emacs@gnu.org")
>          (subscribed . t))

> Is there something wrong?

> I subscribed to this mailing list but not the gnus one.  My
> university shut down the news group service two years ago,
> so I'm using gnus only for emails, now.

I missed that you posted it to the mailing list, not the
newsgroup (I subscribe to only the newsgroups for GNU).
AFAICT, many GNU mailing lists are gateway'd to the newsgroups
mutually.  For instance:

bug-gnu-emacs@gnu.org <-> gnu.emacs.bug
help-gnu-emacs@gnu.org <-> gnu.emacs.help
info-gnus-english@gnu.org <-> gnu.emacs.gnus

I don't know where all those tables are listed, though.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-02-26 22:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.1790.1235584957.31690.help-gnu-emacs@gnu.org>
2009-02-25 22:48 ` gnus error reading on some emails Katsumi Yamaoka
2009-02-26 17:25   ` 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

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.