Function: gnus-child-no-server

gnus-child-no-server is an autoloaded, interactive and byte-compiled function defined in gnus.el.gz.

Signature

(gnus-child-no-server &optional ARG)

Documentation

Read network news as a child, without connecting to the local server.

Probably introduced at or before Emacs version 28.1.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus.el.gz
;;; User-level commands.

;;;###autoload
(defun gnus-child-no-server (&optional arg)
  "Read network news as a child, without connecting to the local server."
  (interactive "P")
  (gnus-no-server arg t))