Gnus development mailing list
 help / color / mirror / Atom feed
* not sure if these are  right addresses, but...
@ 1996-11-05  2:29 Anthony Rossini
  1996-11-05  5:27 ` William M. Perry
  0 siblings, 1 reply; 2+ messages in thread
From: Anthony Rossini @ 1996-11-05  2:29 UTC (permalink / raw)
  Cc: ding


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


enjoy,

----
-tony (Anthony Rossini)		Asst. Prof and General Nuisance
Department of Statistics        rossini@stat.sc.edu
University of South Carolina	http://www.stat.sc.edu/~rossini/
Columbia, SC 29208              803-777-3578(O) ..7-4048 (fax)


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: not sure if these are  right addresses, but...
  1996-11-05  2:29 not sure if these are right addresses, but Anthony Rossini
@ 1996-11-05  5:27 ` William M. Perry
  0 siblings, 0 replies; 2+ messages in thread
From: William M. Perry @ 1996-11-05  5:27 UTC (permalink / raw)
  Cc: William M. Perry, ding

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"


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1996-11-05  5:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-11-05  2:29 not sure if these are right addresses, but Anthony Rossini
1996-11-05  5:27 ` William M. Perry

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).