Function: nntp-send-mode-reader

nntp-send-mode-reader is a byte-compiled function defined in nntp.el.gz.

Signature

(nntp-send-mode-reader)

Documentation

Send the MODE READER command to the nntp server.

This function is supposed to be called from nntp-server-opened-hook. It will make innd servers spawn an nnrpd process to allow actual article reading.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nntp.el.gz
;;; Hooky functions.

(defun nntp-send-mode-reader ()
  "Send the MODE READER command to the nntp server.
This function is supposed to be called from `nntp-server-opened-hook'.
It will make innd servers spawn an nnrpd process to allow actual article
reading."
  (nntp-send-command "^.*\n" "MODE READER"))