Variable: nntp-open-connection-functions-never-echo-commands

nntp-open-connection-functions-never-echo-commands is a variable defined in nntp.el.gz.

Value

(nntp-open-network-stream)

Documentation

List of functions that never echo commands.

Add or set a function which you set to nntp-open-connection-function to this list if it does not echo commands. Note that a non-nil value of the nntp-never-echoes-commands variable overrides this variable.

This is a Gnus server variable. See Info node (gnus)Select Methods.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nntp.el.gz
(defvoo nntp-open-connection-functions-never-echo-commands
    '(nntp-open-network-stream)
  "List of functions that never echo commands.
Add or set a function which you set to `nntp-open-connection-function'
to this list if it does not echo commands.  Note that a non-nil value
of the `nntp-never-echoes-commands' variable overrides this variable.")