Variable: nntp-end-of-line

nntp-end-of-line is a variable defined in nntp.el.gz.

Value

"
\n"

Documentation

String to use on the end of lines when talking to the NNTP server.

This is "\\r\\n" by default, but should be "\\n" when using an indirect connection method (nntp-open-via-*).

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-end-of-line "\r\n"
  "String to use on the end of lines when talking to the NNTP server.
This is \"\\r\\n\" by default, but should be \"\\n\" when using an indirect
connection method (nntp-open-via-*).")