Search the FAQ Archives

3 - A - B - C - D - E - F - G - H - I - J - K - L - M
N - O - P - Q - R - S - T - U - V - W - X - Y - Z
faqs.org - Internet FAQ Archives

Gnus (Emacs Newsreader) FAQ
Section - Q2.2 How do I quote messages?

( Single Page )
[ Usenet FAQs | Web FAQs | Documents | RFC Index | Zip codes ]


Top Document: Gnus (Emacs Newsreader) FAQ
Previous Document: Q1.16 Does Gnus have MIME support?
Next Document: Q2.4 Any good suggestions on stuff for an all.SCORE file?
See reader questions & answers on this topic! - Help others by sharing your knowledge
   I see lots of messages with quoted material in them. I am wondering
   how to have Gnus do it for me.
   
   This is Gnus, so there are a number of ways of doing this. You can use
   the built-in commands to do this. There are the ``F'' and ``R'' keys
   from the summary buffer which automatically include the article being
   responded to. These commands are also selectable as Followup and Yank
   and Reply and Yank in the Post menu.
   
   C-c C-y grabs the previous message and prefixes each line with
   `message-indentation-spaces' spaces or `message-yank-prefix' if that
   is non-nil, unless you have set your own `message-cite-function',
   which will be called to do the job.
   
   You might also consider the Supercite package, which allows for pretty
   arbitrarily complex quoting styles. Some people love it, some people
   hate it.
   
   If you decide to use Supercite, you need to modify more than just
   `mail-citation-hook'. You need something similar to the following:
(autoload 'sc-cite-original     "supercite" "Supercite 3.1" t)
(setq message-cite-function 'sc-cite-original)

User Contributions:

Comment about this article, ask questions, or add new information about this topic:




Top Document: Gnus (Emacs Newsreader) FAQ
Previous Document: Q1.16 Does Gnus have MIME support?
Next Document: Q2.4 Any good suggestions on stuff for an all.SCORE file?

Single Page

[ Usenet FAQs | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
Justin Sheehy <dworkin@ccs.neu.edu>





Last Update March 27 2014 @ 02:11 PM