* How to start Supercite
@ 2007-05-08 14:34 Robert J. Chassell
2007-05-08 15:18 ` Stefan Monnier
0 siblings, 1 reply; 3+ messages in thread
From: Robert J. Chassell @ 2007-05-08 14:34 UTC (permalink / raw)
To: emacs-devel
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.
--
Robert J. Chassell GnuPG Key ID: 004B4AC8
bob@rattlesnake.com bob@gnu.org
http://www.rattlesnake.com http://www.teak.cc
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How to start Supercite
2007-05-08 14:34 How to start Supercite Robert J. Chassell
@ 2007-05-08 15:18 ` Stefan Monnier
2007-05-08 17:01 ` Robert J. Chassell
0 siblings, 1 reply; 3+ messages in thread
From: Stefan Monnier @ 2007-05-08 15:18 UTC (permalink / raw)
To: bob; +Cc: emacs-devel
> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-05-08 17:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-08 14:34 How to start Supercite Robert J. Chassell
2007-05-08 15:18 ` Stefan Monnier
2007-05-08 17:01 ` Robert J. Chassell
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.