emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gnus refuses to start


From: Katsumi Yamaoka
Subject: Re: Gnus refuses to start
Date: Thu, 21 Oct 2004 08:09:36 +0900
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

>>>>> In <address@hidden> Jason Rumney wrote:

> After updating Emacs from CVS today, Gnus will no longer start. It prompts:
> "Convert gnus from version 'Gnus v5.11' to 'Gnus v5.11'? (n/y/?)"

Gnus misidentifies that Gnus v5.11 is older than No Gnus v0.2.
It is obviously incorrect, isn't it?  Here's a temporary measure:

*** gnus-start.el~      Wed Oct 20 05:13:28 2004
--- gnus-start.el       Wed Oct 20 23:07:19 2004
***************
*** 2228,2233 ****
--- 2228,2236 ----
                  (gnus-continuum-version gnus-newsrc-file-version))))
      (when fcv
        ;; A newsrc file was loaded.
+       (when (= fcv 5.11)
+       ;; Gnus v5.11 is not older than No Gnus v0.2.
+       (setq fcv 5.110002))
        (let (prompt-displayed
              (converters
               (sort

Although it is only a temporary measure, cannot it be a lasting
measure only for Gnus v5.11?

In addition, isn't it necessary to install legacy-gnus-agent.el
also in the Emacs trunk?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]