emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to start Supercite


From: Stefan Monnier
Subject: Re: How to start Supercite
Date: Tue, 08 May 2007 11:18:09 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.94 (gnu/linux)

> In either its documention, the node Getting Connected in
> ...emacs/man/sc.texi, or in the Commentary in the source,
> ... emacs/lisp/mail/supercite.el, or better yet in both, Supercite
> should say what to put in a .emacs file for Emacs 22.

> At the moment, nothing is said, but the following is implied:

>     (load "supercite")
>     (setq mail-citation-hook 'sc-cite-original)

> The documentation does not help a novice who knows nothing.  Doubtless
> people who use Supercite will provide better text to copy.

The `load' should not be necessary.
And you should *never* *ever* use setq on a hook.  It's terribly bad for
your karma.  Use `add-hook' instead.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]