Function: nntp-list-active-group

nntp-list-active-group is a byte-compiled function defined in nntp.el.gz.

Signature

(nntp-list-active-group GROUP &optional SERVER)

Documentation

Return the active info on GROUP (which can be a regexp).

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nntp.el.gz
(deffoo nntp-list-active-group (group &optional server)
  "Return the active info on GROUP (which can be a regexp)."
  (nntp-with-open-group
   nil server
   (nntp-send-command "^\\.*\r?\n" "LIST ACTIVE" group)))