From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/8593 Path: main.gmane.org!not-for-mail From: "William M. Perry" Newsgroups: gmane.emacs.gnus.general Subject: Re: not sure if these are right addresses, but... Date: Mon, 4 Nov 1996 21:27:02 -0800 Message-ID: <199611050527.VAA00476@wmperry.in.aventail.com> References: <199611050229.VAA03327@neuromancer.stat.sc.edu> Reply-To: wmperry@aventail.com NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035148737 13068 80.91.224.250 (20 Oct 2002 21:18:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:18:57 +0000 (UTC) Cc: "William M. Perry" , ding@ifi.uio.no Return-Path: Original-Received: (qmail 3849 invoked from smtpd); 5 Nov 1996 05:41:20 -0000 Original-Received: from ifi.uio.no (0@129.240.64.2) by deanna.miranova.com with SMTP; 5 Nov 1996 05:41:20 -0000 Original-Received: from wmperry.in.aventail.com (wmperry@wmperry.oz.net [207.13.185.53]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Tue, 5 Nov 1996 06:27:37 +0100 Original-Received: (from wmperry@localhost) by wmperry.in.aventail.com (8.7.6/8.7.3) id VAA00476; Mon, 4 Nov 1996 21:27:02 -0800 Original-To: rossini@stat.sc.edu In-Reply-To: <199611050229.VAA03327@neuromancer.stat.sc.edu> Errors-to: wmperry@aventail.com X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 >Interesting buglet (running w3-3.0.25, rgnus-0.53), and clicking on a >news group from vm: > > > (1) (url/warning) The version of GNUS found on this system is > too old and does not support the necessary functionality for > the URL package. Please upgrade to version 5.x of GNUS. This > is bundled by default with Emacs 19.30 and XEmacs 19.14 and > later. > > This version of GNUS is: Red Gnus v0.53 Never got around to updating the version checking for red gnus. Try this patch. -Bill P. *** url-news.el 1996/10/09 19:00:59 1.4 --- url-news.el 1996/11/05 05:25:50 *************** *** 136,142 **** (error (setq gnus-version "GNUS not found"))) (if (or (not (boundp 'gnus-version)) (string-match "v5.[.0-9]+$" gnus-version) ! (string-match "September" gnus-version)) nil (url-warn 'url (concat "The version of GNUS found on this system is too old and does\n" --- 136,142 ---- (error (setq gnus-version "GNUS not found"))) (if (or (not (boundp 'gnus-version)) (string-match "v5.[.0-9]+$" gnus-version) ! (string-match "Red" gnus-version)) nil (url-warn 'url (concat "The version of GNUS found on this system is too old and does\n"