From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9440 Path: main.gmane.org!not-for-mail From: David Watson Newsgroups: gmane.emacs.gnus.general Subject: Re: Possible bug in 0.81 Date: 15 Jan 1997 13:21:57 -0800 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035149467 18515 80.91.224.250 (20 Oct 2002 21:31:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:31:07 +0000 (UTC) Cc: ding@ifi.uio.no 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 NAA24139 for ; Wed, 15 Jan 1997 13:38:14 -0800 Original-Received: from deliverator.sgi.com (deliverator.sgi.com [204.94.214.10]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id ; Wed, 15 Jan 1997 22:25:31 +0100 Original-Received: from palladium.corp.sgi.com by deliverator.sgi.com via ESMTP (950413.SGI.8.6.12/951211.SGI.AUTO) id NAA15650; Wed, 15 Jan 1997 13:25:28 -0800 Original-Received: from wink.corp.sgi.com by palladium.corp.sgi.com via ESMTP (951211.SGI.8.6.12.PATCH1502/911001.SGI) id NAA21157; Wed, 15 Jan 1997 13:25:27 -0800 Original-Received: (from watson@localhost) by wink.corp.sgi.com (950413.SGI.8.6.12/950213.SGI.AUTOCF) id NAA12277; Wed, 15 Jan 1997 13:21:57 -0800 Original-To: Lars Magne Ingebrigtsen In-Reply-To: Lars Magne Ingebrigtsen's message of 15 Jan 1997 05:33:33 +0100 Original-Lines: 21 X-Mailer: Red Gnus v0.81/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:9440 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:9440 This started happening in 0.81: When I quit from an nnml group (which has the side effect of expiring old messages) I get: "Symbol's value as variable is void: nnml-article-to-file-alist", and the "quit" doesn't complete. That symbol appears only once in gnus 0.81, on line 269 of nnml.el and is nowhere to be found in 0.80. The debug trace is: Signaling: (void-variable nnml-article-to-file-alist) nnml-request-expire-articles((1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 ...) "dmw-mail.gnus" "private" nil) gnus-request-expire-articles((1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 ...) "nnml+private:dmw-mail.gnus") gnus-summary-expire-articles() run-hooks(gnus-summary-prepare-exit-hook) gnus-summary-exit() call-interactively(gnus-summary-exit) -David.