From: yamaoka Date: Wed, 3 Sep 2003 02:06:17 +0000 (+0000) Subject: Synch to Gnus 200309030106. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=37d88281f840e7661d655f3296cde76b78752bd6;p=elisp%2Fgnus.git- Synch to Gnus 200309030106. --- diff --git a/texi/ChangeLog b/texi/ChangeLog index 015b500..0fb6847 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,8 @@ +2003-09-03 Jesper Harder + + * gnus.texi (Creating a Virtual Server): Use nnml for the example. + nnspool doesn't work on ms-windows due to file name restrictions. + 2003-08-29 Teodor Zlatanov * gnus.texi (Gmane Spam Reporting): added explanation of diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index caac4b7..f0d0a8a 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -11507,27 +11507,26 @@ Remove security related MML tags from message. せん。 最初に、新しいサーバーを付け加える必要があります。命令 @kbd{a} がそれを -します。おそらくキャッシュを読むためには @code{nnspool} を使うのが一番良 -いでしょう。@code{nnml} や @code{nnmh} も使う事ができますけど。 +します。おそらくキャッシュを読むためには @code{nnml} を使うのが一番良い +でしょう。@code{nnspool} や @code{nnmh} も使う事ができますけど。 -@kbd{a nnspool RET cache RET} と打ってください。 +@kbd{a nnml RET cache RET} と打ってください。 -すると @samp{cache} と呼ばれる, @code{nnspool} の事実上のサーバー -ができるはずです。次はそれを編集して、正しい定義を与えるだけです。サーバー -を編集するために @kbd{e} を打ってください。以下のものを含むバッファに入 -るでしょう。 +すると @samp{cache} と呼ばれる、@code{nnml} の事実上のサーバーができるは +ずです。次はそれを編集して、正しい定義を与えるだけです。サーバーを編集す +るために @kbd{e} を打ってください。以下のものを含むバッファに入るでしょ +う。 @lisp -(nnspool "cache") +(nnml "cache") @end lisp それを次のものに変更してください: @lisp -(nnspool "cache" - (nnspool-spool-directory "~/News/cache/") - (nnspool-nov-directory "~/News/cache/") - (nnspool-active-file "~/News/cache/active")) +(nnml "cache" + (nnml-directory "~/News/cache/") + (nnml-active-file "~/News/cache/active")) @end lisp サーバーバッファに戻るために @kbd{C-c C-c} と打ってください。今やこの事 diff --git a/texi/gnus.texi b/texi/gnus.texi index f1a5267..d73fe5b 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -12194,27 +12194,26 @@ If you're saving lots of articles in the cache by using persistent articles, you may want to create a virtual server to read the cache. First you need to add a new server. The @kbd{a} command does that. It -would probably be best to use @code{nnspool} to read the cache. You -could also use @code{nnml} or @code{nnmh}, though. +would probably be best to use @code{nnml} to read the cache. You +could also use @code{nnspool} or @code{nnmh}, though. -Type @kbd{a nnspool RET cache RET}. +Type @kbd{a nnml RET cache RET}. -You should now have a brand new @code{nnspool} virtual server called +You should now have a brand new @code{nnml} virtual server called @samp{cache}. You now need to edit it to have the right definitions. Type @kbd{e} to edit the server. You'll be entered into a buffer that will contain the following: @lisp -(nnspool "cache") +(nnml "cache") @end lisp Change that to: @lisp -(nnspool "cache" - (nnspool-spool-directory "~/News/cache/") - (nnspool-nov-directory "~/News/cache/") - (nnspool-active-file "~/News/cache/active")) +(nnml "cache" + (nnml-directory "~/News/cache/") + (nnml-active-file "~/News/cache/active")) @end lisp Type @kbd{C-c C-c} to return to the server buffer. If you now press