From: Stefan Monnier <monnier@iro.umontreal.ca>
To: bob@rattlesnake.com
Cc: emacs-devel@gnu.org
Subject: Re: How to start Supercite
Date: Tue, 08 May 2007 11:18:09 -0400 [thread overview]
Message-ID: <jwv8xbzgxe4.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <m1HlQm1-0027M2C@rattlesnake.com> (Robert J. Chassell's message of "Tue\, 8 May 2007 14\:34\:41 +0000 \(UTC\)")
> 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
next prev parent reply other threads:[~2007-05-08 15:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-08 14:34 How to start Supercite Robert J. Chassell
2007-05-08 15:18 ` Stefan Monnier [this message]
2007-05-08 17:01 ` Robert J. Chassell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jwv8xbzgxe4.fsf-monnier+emacs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=bob@rattlesnake.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.