From: yamaoka Date: Thu, 15 Sep 2005 02:09:51 +0000 (+0000) Subject: Synch to No Gnus 200509150209. X-Git-Tag: t-gnus-6_17_4-quimby-~367 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a6d2136176e7b562343513a12c527ceeb523724;p=elisp%2Fgnus.git- Synch to No Gnus 200509150209. --- diff --git a/texi/ChangeLog b/texi/ChangeLog index 323407d..df6cda2 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,8 @@ +2005-09-15 Katsumi Yamaoka + + * gnus.texi (Finding the Parent): Fix description of how Gnus + finds article. + 2005-09-14 Jari Aalto * gnus.texi (Advanced Scoring Examples): New exmples to teach how diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index 4c7f651..81eed2f 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -9126,21 +9126,18 @@ gnus でメールを読むことの利点は、それが単純なバグを素晴らしい不条理に置 @kindex M-^ (概略) @cindex Message-ID @cindex fetching by Message-ID -どのグループに属しているかに関わらず、任意の記事を @acronym{NNTP} サーバー -に要求することができます。 +どのグループに属しているかに関わらず、任意の記事を gnus に要求することが +できます。 @kbd{M-^} (@code{gnus-summary-refer-article}) は @code{Message-ID}、つま りあの長くてなかなか読むことのできな い @samp{<38o6up$6f2@@hymir.ifi.uio.no>} のようなものをあなたに尋ねます。 あなたはすべてを正確に打ち込まなければなりません。残念ながら、あいまいな 検索はできないのです。 -@end table -@c この機能は Pterodactyl Gnus v0.99 がリリースされる直前に削除されてい -@c る。gnus.texi ともども修正すべし。 -@c -@c ニュースではない選択方法から @code{Message-ID} によって取得するときには -@c 現在の選択方法が使われますが、この命令に接頭引数を与えると代わりにそれが -@c 使われます。 +Gnus はすでに取得してあるヘッダーたちの中で @code{Message-ID} を探します +が、見つからなかったら @code{gnus-refer-article-method} に設定されている +すべての選択方法を試してもみます。 +@end table @vindex gnus-refer-article-method もしあなたの読んでいるグループが @code{Message-ID} での取得があまり良く diff --git a/texi/gnus.texi b/texi/gnus.texi index e869166..18895e6 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -9715,17 +9715,16 @@ by giving the @kbd{A T} command a numerical prefix. @kindex M-^ (Summary) @cindex Message-ID @cindex fetching by Message-ID -You can also ask the @acronym{NNTP} server for an arbitrary article, no -matter what group it belongs to. @kbd{M-^} -(@code{gnus-summary-refer-article}) will ask you for a -@code{Message-ID}, which is one of those long, hard-to-read thingies -that look something like @samp{<38o6up$6f2@@hymir.ifi.uio.no>}. You -have to get it all exactly right. No fuzzy searches, I'm afraid. -@end table +You can also ask Gnus for an arbitrary article, no matter what group it +belongs to. @kbd{M-^} (@code{gnus-summary-refer-article}) will ask you +for a @code{Message-ID}, which is one of those long, hard-to-read +thingies that look something like @samp{<38o6up$6f2@@hymir.ifi.uio.no>}. +You have to get it all exactly right. No fuzzy searches, I'm afraid. -The current select method will be used when fetching by -@code{Message-ID} from non-news select method, but you can override this -by giving this command a prefix. +Gnus looks for the @code{Message-ID} in the headers that have already +been fetched, but also tries all the select methods specified by +@code{gnus-refer-article-method} if it is not found. +@end table @vindex gnus-refer-article-method If the group you are reading is located on a back end that does not