Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1817fda0
Commit
1817fda0
authored
Sep 05, 1993
by
Richard M. Stallman
Browse files
Comment fixes.
parent
4f1388fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
25 deletions
+3
-25
lisp/sc.el
lisp/sc.el
+3
-25
No files found.
lisp/sc.el
View file @
1817fda0
...
...
@@ -3,13 +3,9 @@
;; ========== Introduction ==========
;; Citation and attribution package for various GNU emacs news and
;; electronic mail reading subsystems. This version of supercite will
;; interface to VM 4.40+ and MH-E 3.7 (shipped w/ emacs 18.57) as is.
;; It will also interface with GNUS 3.12+, RMAIL 18.55+, GNEWS, and
;; probably most other news/mail subsystems by using the overloading
;; functions provided in sc-oloads.el (see that file or the README for
;; more information on interfacing supercite with your reader subsystem).
;; This version should now be compatible with Lucid Emacs 19.x emacses.
;; electronic mail reading subsystems. This version of supercite should
;; work with Rmail and GNUS as found in Emacs 19. It may also work with
;; VM 4.40+ and MH-E 3.7.
;; This package does not do any yanking of messages, but instead
;; massages raw reply buffers set up by the reply/forward functions in
...
...
@@ -84,15 +80,6 @@
;; replies that personalized flair, but the instructions in this
;; section should be sufficient for getting started.
;; With this release of supercite overloading is the only supported
;; way to get supercite hooked into your favorite news/mail reading
;; subsystems. Overloading will be necessary for RMAIL, GNUS, GNEWS,
;; RNEWS and PCMAIL. Overloading will not be needed for VM 4.37+ or
;; MH-E 3.7+. MH-E comes with emacs 18.57 but if you have an earlier
;; version of emacs, you should be able to ftp MH-E 3.7 separately. Or
;; you can extract the MH-E overloading stuff from version 2.1's
;; sc-oloads.el.
;; First, to connect supercite to any mail/news reading subsystem, put
;; this in your .emacs file:
;;
...
...
@@ -105,15 +92,6 @@
;;
;; (autoload 'sc-cite-original "sc" "Supercite 2.3" t)
;;
;; Then, if you need to overload, put the following in your .emacs file:
;;
;; (defun my-sc-overload-hook ()
;; (require 'sc-oloads) ; be sure this file is on your load-path
;; (sc-overload-functions))
;;
;; (setq news-reply-mode-hook 'my-sc-overload-hook) ; for RNEWS,GNUS,GNEWS
;; (setq mail-setup-hook 'my-sc-overload-hook) ; for RMAIL, PCMAIL
;;
;; Finally, if you want to customize supercite, you should do it in a
;; function called my-supercite-hook and:
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment