Gnus development mailing list
 help / color / mirror / Atom feed
From: Steven L Baur <steve@miranova.com>
Subject: Re: Possible bug in 0.81
Date: 15 Jan 1997 13:54:33 -0800	[thread overview]
Message-ID: <m2pvz6zjs6.fsf@altair.xemacs.org> (raw)
In-Reply-To: David Watson's message of 15 Jan 1997 13:21:57 -0800

David Watson writes:

> "Symbol's value as variable is void:
> nnml-article-to-file-alist"

It looks like a typo.  I'm using this patch:
===================================================================
RCS file: RCS/nnml.el,v
retrieving revision 1.21
diff -u -r1.21 nnml.el
--- nnml.el	1997/01/15 16:12:39	1.21
+++ nnml.el	1997/01/15 17:31:46
@@ -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)

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.
Today's environment is 20.0 XEmacs Lucid (beta91) and Red Gnus v0.81


  reply	other threads:[~1997-01-15 21:54 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 [this message]
1997-01-15 22:12   ` Katsumi Yamaoka

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=m2pvz6zjs6.fsf@altair.xemacs.org \
    --to=steve@miranova.com \
    /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).