(NNTP): Mention nntp-never-echoes-commands and
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 27 Feb 2007 01:55:44 +0000 (01:55 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 27 Feb 2007 01:55:44 +0000 (01:55 +0000)
 nntp-open-connection-functions-never-echo-commands.

texi/ChangeLog
texi/gnus.texi

index a14f9c2..ed7521b 100644 (file)
@@ -1,3 +1,8 @@
+2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
+       nntp-open-connection-functions-never-echo-commands.
+
 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
 
        * gnus.texi (Batching Agents): Fix example.  Reported by Tassilo Horn
index d1923fa..395bbe5 100644 (file)
@@ -13164,6 +13164,23 @@ Seven pre-made functions are supplied.  These functions can be grouped
 in two categories: direct connection functions (four pre-made), and
 indirect ones (three pre-made).
 
+@item nntp-never-echoes-commands
+@vindex nntp-never-echoes-commands
+Non-@code{nil} means the nntp server never echoes commands.  It is
+reported that some nntps server doesn't echo commands.  So, you may want
+to set this to non-@code{nil} in the method for such a server setting
+@code{nntp-open-connection-function} to @code{nntp-open-ssl-stream} for
+example.  The default value is @code{nil}.  Note that the
+@code{nntp-open-connection-functions-never-echo-commands} variable
+overrides the @code{nil} value of this variable.
+
+@item nntp-open-connection-functions-never-echo-commands
+List of functions that never echo commands.  Add or set a function which
+you set to @code{nntp-open-connection-function} to this list if it does
+not echo commands.  Note that a non-@code{nil} value of the
+@code{nntp-never-echoes-commands} variable overrides this variable.  The
+default value is @code{(nntp-open-network-stream)}.
+
 @item nntp-prepare-post-hook
 @vindex nntp-prepare-post-hook
 A hook run just before posting an article.  If there is no