Function: gnus-mouse-pick-topic
gnus-mouse-pick-topic is an interactive and byte-compiled function
defined in gnus-topic.el.gz.
Signature
(gnus-mouse-pick-topic E)
Documentation
Select the group or topic under the mouse pointer.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-topic.el.gz
(defun gnus-mouse-pick-topic (e)
"Select the group or topic under the mouse pointer."
(interactive "e" gnus-topic-mode)
(mouse-set-point e)
(gnus-topic-read-group nil))