Function: gnus-summary-article-pos
gnus-summary-article-pos is a macro defined in gnus-sum.el.gz.
Signature
(gnus-summary-article-pos &optional NUMBER)
Documentation
Return the position of the line of article NUMBER.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defmacro gnus-summary-article-pos (&optional number)
"Return the position of the line of article NUMBER."
`(gnus-data-pos (gnus-data-find
,(or number '(gnus-summary-article-number)))))