Go to the previous, next section.

GNEWS with any Emacsen

As far as I know, no version of GNEWS supports the citation interface required by Supercite. To connect Supercite with GNEWS, please first see section Overloading for Non-conforming MUAs.

After you have followed the directions in that section. You should add the following lisp code to your `.emacs' file:

(add-hook 'mail-citation-hook 'sc-cite-original)

Note that if you are using Emacs 18 or Epoch 4, you will not have the add-hook function. See section GNUS, RMAIL, PCMAIL, RNEWS with Emacs 18 or Epoch 4 for details on how to proceed without add-hook.

Go to the previous, next section.