Function: gnus-summary-followup-with-original

gnus-summary-followup-with-original is an autoloaded, interactive and byte-compiled function defined in gnus-msg.el.gz.

Signature

(gnus-summary-followup-with-original N &optional FORCE-NEWS)

Documentation

Compose a followup to an article and include the original article.

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-msg.el.gz
(defun gnus-summary-followup-with-original (n &optional force-news)
  "Compose a followup to an article and include the original article.
The text in the region will be yanked.  If the region isn't
active, the entire article will be yanked."
  (interactive "P" gnus-summary-mode)
  (gnus-summary-followup (gnus-summary-work-articles n) force-news))