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

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

Can't start Gnus because of absence of news-path


From: Katsumi Yamaoka
Subject: Can't start Gnus because of absence of news-path
Date: Mon, 18 Oct 2004 11:06:59 +0900
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

Hi,

Could you please use defvaralias isntead of defalias?

2004-10-17  Richard M. Stallman  <address@hidden>

        * paths.el (news-directory): Rename from news-path.  Old name alias.

Otherwise, should we modify nnspool.el as follows?

< (defvoo nnspool-spool-directory (file-name-as-directory news-path)
<   "Local news spool directory.")

> (defvoo nnspool-spool-directory (if (boundp 'news-directory)
>                                   (symbol-value 'news-directory)
>                                 news-path)
>   "Local news spool directory.")




reply via email to

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