VM with any Emacsen
Getting Connected
Overloading for Non-conforming MUAs
As far as I know, no version of GNEWS supports the citation interface required by Supercite. To connect Supercite with GNEWS, please first see 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 Emacs 18 MUAs for details on how to
proceed without add-hook
.