From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9444 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Possible bug in 0.81 Date: 16 Jan 1997 07:12:52 +0900 Organization: The Katsumi Yamaoka Fan Club Message-ID: <28zpya4mfg.fsf@ganews.ga.sony.co.jp> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.100) Content-Type: multipart/mixed; boundary="Multipart_Thu_Jan_16_07:12:52_1997-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035149470 18562 80.91.224.250 (20 Oct 2002 21:31:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:31:10 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.4/8.8.4) with SMTP id OAA24319 for ; Wed, 15 Jan 1997 14:28:25 -0800 Original-Received: from sonyinet3.sony.co.jp (firewall-user@sonyinet3.sony.co.jp [202.238.80.28]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Wed, 15 Jan 1997 23:13:06 +0100 Original-Received: by sonyinet3.sony.co.jp (8.7.6/3.4W4-96081916) id HAA22784; Thu, 16 Jan 1997 07:13:03 +0900 (JST) Original-Received: from unknown(43.1.185.1) by sonyinet3.sony.co.jp via smap (V3.1.1) id xma022782; Thu, 16 Jan 97 07:13:00 +0900 Original-To: ding@ifi.uio.no Original-Lines: 38 X-Mailer: Red Gnus v0.81/tm 7.100.3/Mule 2.3@19.34 X-PGP-Sig: 2.6.3ia Subject,Message-ID,Date,From,X-Mailer,X-Face iQBVAwUBMt1WdEig4LAIggqdAQHL9gH/dqTwJZvnK3C3PmbKxorQmcVVYNjc0Zey bGd37KXWqJJfU4CdDo+hrv9IWhB7Gf1vJd05p9aO5Hw+2N51puptCQ== =PpJA 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&( Xref: main.gmane.org gmane.emacs.gnus.general:9444 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:9444 --Multipart_Thu_Jan_16_07:12:52_1997-1 Content-Type: text/plain; charset=US-ASCII >>>>> In >>>>> David Watson wrote: David> This started happening in 0.81: David> When I quit from an nnml group (which has the side effect of David> expiring old messages) I get: "Symbol's value as variable is David> void: nnml-article-to-file-alist", and the "quit" doesn't David> complete. That symbol appears only once in gnus 0.81, on line David> 269 of nnml.el and is nowhere to be found in 0.80. --Multipart_Thu_Jan_16_07:12:52_1997-1 Content-Type: application/octet-stream; type=patch Content-Disposition: attachment; filename="nnml.el.diff" Content-Transfer-Encoding: 7bit --- nnml.el.orig Fri Jan 10 05:39:29 1997 +++ nnml.el Thu Jan 16 07:09:40 1997 @@ -266,7 +266,7 @@ (while (and articles is-old) (when (setq article (assq (setq number (pop articles)) - nnml-article-to-file-alist)) + nnml-article-file-alist)) (setq article (concat nnml-current-directory (cdr article))) (when (setq mod-time (nth 5 (file-attributes article))) (if (and (nnml-deletable-article-p newsgroup number) --Multipart_Thu_Jan_16_07:12:52_1997-1 Content-Type: text/plain; charset=US-ASCII -- Katsumi Yamaoka --Multipart_Thu_Jan_16_07:12:52_1997-1--