Gnus development mailing list
 help / color / mirror / Atom feed
From: Steven L Baur <steve@miranova.com>
Subject: Re: Red Gnus v0.21 is released
Date: 01 Sep 1996 19:39:11 -0700	[thread overview]
Message-ID: <m2raolfxo0.fsf@deanna.miranova.com> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of 02 Sep 1996 04:10:13 +0200

>>>>> "Lars" == Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:

Lars> Steven L Baur <steve@miranova.com> writes:
>> Native nntp groups (with gnus-read-active-file set to 'some) are still
>> showing up with *'s instead of message counts. :-(

Lars> This should work better in 0.22, I think, if it wasn't for that small
Lars> bug which made all reading impossible.  :-)

v0.22 still has the same problem (after I applied a patch to
gnus-demon.el to allow it to byte compile).

===================================================================
RCS file: RCS/gnus-demon.el,v
retrieving revision 1.4
diff -u -r1.4 gnus-demon.el
--- gnus-demon.el	1996/08/31 03:17:14	1.4
+++ gnus-demon.el	1996/09/02 00:19:11
@@ -29,7 +29,8 @@
 (require 'gnus-int)
 (require 'nnheader)
 (require 'gnus)
-(require 'timer)
+(unless (string-match "XEmacs\\|Lucid" emacs-version)
+  (require 'timer))
 
 (defvar gnus-demon-handlers nil
   "Alist of daemonic handlers to be run at intervals.

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.
What are the last two letters of "doesn't" and "can't"?
Coincidence?  I think not.


  reply	other threads:[~1996-09-02  2:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-08-31  3:05 Lars Magne Ingebrigtsen
1996-08-31  4:02 ` Steven L Baur
1996-09-02  2:10   ` Lars Magne Ingebrigtsen
1996-09-02  2:39     ` Steven L Baur [this message]
1996-09-02  2:59       ` Lars Magne Ingebrigtsen
1996-09-02  5:25         ` Steven L Baur

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=m2raolfxo0.fsf@deanna.miranova.com \
    --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).