# HG changeset patch # User Richard M. Stallman # Date 747267871 0 # Node ID abe65b45d5f5fb984b4cf2a39929fba6317af44f # Parent 8ca17ed2aeb823f55ed998b165d8ca1596eff4c9 Comment fixes. diff -r 8ca17ed2aeb8 -r abe65b45d5f5 lisp/=sc.el --- a/lisp/=sc.el Mon Aug 30 16:17:35 1993 +0000 +++ b/lisp/=sc.el Sun Sep 05 22:24:31 1993 +0000 @@ -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: ;;