From: yamaoka Date: Wed, 22 Oct 2003 22:21:52 +0000 (+0000) Subject: Synch to Gnus 200310221533. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4278d1eb430b61abb7b5cb21585cea68826d6aff;p=elisp%2Fgnus.git- Synch to Gnus 200310221533. --- diff --git a/texi/ChangeLog b/texi/ChangeLog index 77e8f46..41be452 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,8 @@ +2003-10-22 Teodor Zlatanov + + * gnus.texi (Filtering Spam Using The Spam ELisp Package): + changed to use the new spam-initialize function + 2003-10-19 Reiner Steib * message.texi (Mailing Lists): Add Mail-Followup-To to index. diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index 6390b74..9a58e60 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -21450,25 +21450,15 @@ Spam と戦うための新しい技法は、メッセージを送信する際にいくばくかの負担 分析することです。@dfn{Ham} は @file{spam.el} のいたる所で spam ではない メッセージを示すために使う名前です。 -では @file{spam.el} を読み込むと何が起きるでしょうか? - -第一に、変数 @code{spam-install-hooks} を @code{t} に、そし -て @code{spam.el} のフックを @strong{設定しなければなりません}: +第一に、@code{spam.el} を自動読み込み (autoload) して @code{spam.el} の +各フックをインストールするために、関 +数 @code{spam-initialize} を @strong{実行しなければなりません}: @example -(setq spam-install-hooks t) -(spam-install-hooks-function) +(spam-initialize) @end example -これは、以下で説明される @code{spam-use-*} 変数群の一つを設定した後 -で @code{spam.el} をロードすれば、自動的に行なわれます。したがって、 -@code{spam-use-*} 変数群の一つを設定した後で、@code{spam.el} をロードし -なければなりません: - -@example -(setq spam-use-bogofilter t) -(require 'spam) -@end example +では @file{spam.el} を読み込むと何が起きるでしょうか? 以下のキーボード命令が使えるようになります: diff --git a/texi/gnus.texi b/texi/gnus.texi index 6ec6a10..eb8bc4c 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -22316,25 +22316,15 @@ filters incoming mail, and it analyzes mail known to be spam or ham. @dfn{Ham} is the name used throughout @file{spam.el} to indicate non-spam messages. -So, what happens when you load @file{spam.el}? - -First of all, you @strong{must} set the variable -@code{spam-install-hooks} to @code{t} and install the @code{spam.el} hooks: +First of all, you @strong{must} run the function +@code{spam-initialize} to autoload @code{spam.el} and to install the +@code{spam.el} hooks: @example -(setq spam-install-hooks t) -(spam-install-hooks-function) +(spam-initialize) @end example -This is automatically done for you if you load @code{spam.el} -@emph{after} one of the @code{spam-use-*} variables explained later -are set. So you should load @code{spam.el} after you set one of the -@code{spam-use-*} variables: - -@example -(setq spam-use-bogofilter t) -(require 'spam) -@end example +So, what happens when you load @file{spam.el}? You get the following keyboard commands: