Gnus development mailing list
 help / color / mirror / Atom feed
From: "William M. Perry" <wmperry@aventail.com>
Cc: "William M. Perry" <wmperry@aventail.com>, ding@ifi.uio.no
Subject: Re: not sure if these are  right addresses, but...
Date: Mon, 4 Nov 1996 21:27:02 -0800	[thread overview]
Message-ID: <199611050527.VAA00476@wmperry.in.aventail.com> (raw)
In-Reply-To: <199611050229.VAA03327@neuromancer.stat.sc.edu>

Anthony Rossini writes:
>
>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"


      reply	other threads:[~1996-11-05  5:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-11-05  2:29 Anthony Rossini
1996-11-05  5:27 ` William M. Perry [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=199611050527.VAA00476@wmperry.in.aventail.com \
    --to=wmperry@aventail.com \
    --cc=ding@ifi.uio.no \
    /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).