Variable: nntp-pre-command

nntp-pre-command is a variable defined in nntp.el.gz.

Value

nil

Documentation

Pre-command to use with the various nntp-open-via-* methods.

This is where you would put "runsocks" or stuff like that.

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-pre-command nil
  "Pre-command to use with the various nntp-open-via-* methods.
This is where you would put \"runsocks\" or stuff like that.")