From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/7782 Path: main.gmane.org!not-for-mail From: Steven L Baur Newsgroups: gmane.emacs.gnus.general Subject: Re: Red Gnus v0.21 is released Date: 01 Sep 1996 19:39:11 -0700 Sender: steve@miranova.com Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.80) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035148048 8525 80.91.224.250 (20 Oct 2002 21:07:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:07:28 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id UAA10475 for ; Sun, 1 Sep 1996 20:00:48 -0700 Original-Received: from deanna.miranova.com (steve@deanna.miranova.com [206.190.83.1]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Mon, 2 Sep 1996 04:41:53 +0200 Original-Received: (from steve@localhost) by deanna.miranova.com (8.7.5/8.6.9) id TAA10325; Sun, 1 Sep 1996 19:39:12 -0700 Original-To: ding@ifi.uio.no X-Url: http://www.miranova.com/%7Esteve/ Mail-Copies-To: never X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5" f8*@r4ipO6Jl!:Ccqp:9I OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+ In-Reply-To: Lars Magne Ingebrigtsen's message of 02 Sep 1996 04:10:13 +0200 Original-Lines: 34 X-Mailer: Gnus v5.2.40/XEmacs 19.14 Xref: main.gmane.org gmane.emacs.gnus.general:7782 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:7782 >>>>> "Lars" == Lars Magne Ingebrigtsen writes: Lars> Steven L Baur 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.