Function: gnus-article-wide-reply-with-original
gnus-article-wide-reply-with-original is an interactive and
byte-compiled function defined in gnus-art.el.gz.
Signature
(gnus-article-wide-reply-with-original)
Documentation
Start composing a wide reply mail to the current message.
The text in the region will be yanked. If the region isn't active, the entire article will be yanked.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(defun gnus-article-wide-reply-with-original ()
"Start composing a wide reply mail to the current message.
The text in the region will be yanked. If the region isn't active,
the entire article will be yanked."
(interactive nil gnus-article-mode)
(gnus-article-reply-with-original t))