From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38940 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Upgrading Mailcrypt breaks Gnus Date: Wed, 26 Sep 2001 07:27:27 -0400 Message-ID: <2ny9n2tco0.fsf@piglet.jia.vnet> References: <20010921115248.A40083@nightshade.la.mastaler.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035174727 25227 80.91.224.250 (21 Oct 2002 04:32:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:32:07 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 8114 invoked from network); 26 Sep 2001 11:28:00 -0000 Original-Received: from roc-24-95-193-9.rochester.rr.com (HELO zsh.2y.net) (@24.95.193.9) by gnus.org with SMTP; 26 Sep 2001 11:28:00 -0000 Original-Received: (from zsh@localhost) by zsh.2y.net (8.11.6/8.11.2) id f8QBRSl31508; Wed, 26 Sep 2001 07:27:28 -0400 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q Mail-Copies-To: never In-Reply-To: <20010921115248.A40083@nightshade.la.mastaler.com> ("Jason R. Mastaler"'s message of "Fri, 21 Sep 2001 11:52:48 -0600") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.107 Original-Lines: 26 Xref: main.gmane.org gmane.emacs.gnus.general:38940 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38940 "Jason R. Mastaler" writes: > I just upgraded my XEmacs mailcrypt package to the latest version and > now I can't start Gnus. > > If I remove the following two lines from my .emacs, the problem goes > away: > > (load-library "mailcrypt") > (mc-setversion "gpg") It seems not related to mailcrypt. > I can't tell what the source of the problem is. Any ideas? This is > with the latest Oort Gnus v0.04 from CVS and XEmacs 21.4.3. > > > Signaling: (wrong-type-argument integer-or-marker-p #%t") nnml-active-number] 7>) > gnus-byte-compile((lambda (file orig-file) (nnmail-split-incoming file (quote nnml-save-mail) (quote nil) (if ... nil ...) (quote nnml-active-number)))) > nnmail-get-new-mail(nnml nnml-save-nov "~/Mail/" "list.xemacs-binary-kits") It was reported that gnus-byte-compile crashes XEmacs somehow, but I don't know why. The workaround is to disable gnus-byte-compile with (setq gnus-use-byte-compile nil) at the very beginning. ShengHuo