Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@ga.sony.co.jp>
Subject: Re: Possible bug in 0.81
Date: 16 Jan 1997 07:12:52 +0900	[thread overview]
Message-ID: <28zpya4mfg.fsf@ganews.ga.sony.co.jp> (raw)
In-Reply-To: <yazg202eiru.fsf@wink.corp.sgi.com>

[-- Attachment #1: Type: text/plain, Size: 468 bytes --]

>>>>> In <yazg202eiru.fsf@wink.corp.sgi.com>
>>>>>	David Watson <watson@wink.corp.sgi.com> 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.

[-- Attachment #2: nnml.el.diff --]
[-- Type: application/octet-stream, Size: 441 bytes --]

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

[-- Attachment #3: Type: text/plain, Size: 44 bytes --]

-- 
Katsumi Yamaoka <yamaoka@ga.sony.co.jp>

      parent reply	other threads:[~1997-01-15 22:12 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-01-15  4:33 Red Gnus v0.81 is released Lars Magne Ingebrigtsen
1997-01-15 13:26 ` Rajappa Iyer
1997-01-15 15:01   ` William M. Perry
1997-01-15 21:46   ` Jason L Tibbitts III
1997-01-16  8:51     ` Johan Danielsson
1997-01-16 11:21       ` Robert Bihlmeyer
1997-01-16 23:06     ` Lars Magne Ingebrigtsen
1997-01-15 21:21 ` Possible bug in 0.81 David Watson
1997-01-15 21:54   ` Steven L Baur
1997-01-15 22:12   ` Katsumi Yamaoka [this message]

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=28zpya4mfg.fsf@ganews.ga.sony.co.jp \
    --to=yamaoka@ga.sony.co.jp \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).