Function: gnus-topic-list-active
gnus-topic-list-active is an interactive and byte-compiled function
defined in gnus-topic.el.gz.
Signature
(gnus-topic-list-active &optional FORCE)
Documentation
List all groups that Gnus knows about in a topicsified fashion.
If FORCE, always re-read the active file.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-topic.el.gz
(defun gnus-topic-list-active (&optional force)
"List all groups that Gnus knows about in a topicsified fashion.
If FORCE, always re-read the active file."
(interactive "P" gnus-topic-mode)
(when force
(gnus-get-killed-groups))
(gnus-topic-grok-active force)
(let ((gnus-topic-topology gnus-topic-active-topology)
(gnus-topic-alist gnus-topic-active-alist)
gnus-killed-list gnus-zombie-list)
(gnus-group-list-groups gnus-level-killed nil 1)))