]> code.delx.au - gnu-emacs/blobdiff - doc/misc/sc.texi
Spelling fixes.
[gnu-emacs] / doc / misc / sc.texi
index 46d05a014e65b881e4ee6bfe2adf29ab6af76759..37ccc4045be8331f36550ca1dfce9996c9a797c8 100644 (file)
@@ -7,15 +7,14 @@
 @finalout
 @end iftex
 
-@c @setchapternewpage odd              % For book style double sided manual.
+@c @setchapternewpage odd               % For book style double sided manual.
 @comment %**end of header (This is for running Texinfo on a region.)
 
 @copying
 This document describes Supercite, an Emacs package for citing and
 attributing replies to mail and news messages.
 
-Copyright @copyright{} 1993, 2001, 2002, 2003, 2004,
-2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+Copyright @copyright{} 1993, 2001-2011 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -33,10 +32,10 @@ developing GNU and promoting software freedom.''
 
 @c      @smallbook
 
-@dircategory Emacs
+@dircategory Emacs network features
 @direntry
-* SC: (sc).            Supercite lets you cite parts of messages you're
-                         replying to, in flexible ways.
+* SC: (sc).                     Supercite lets you cite parts of messages
+                                  you're replying to, in flexible ways.
 @end direntry
 
 @titlepage
@@ -49,12 +48,17 @@ developing GNU and promoting software freedom.''
 @insertcopying
 @end titlepage
 
+@summarycontents
+@contents
+
 @ifnottex
 @node Top, Introduction, (dir), (dir)
+@top Supercite
 @comment  node-name,  next,  previous,  up
 
-This document describes Supercite, an Emacs package for citing and
-attributing replies to mail and news messages.  The manual is divided
+@insertcopying
+
+The manual is divided
 into the following chapters.
 
 @menu
@@ -748,8 +752,6 @@ interface specifications, or if you are writing or maintaining an MUA,
 @cindex .emacs file
 @findex sc-cite-original
 @findex cite-original (sc-)
-@findex sc-submit-bug-report
-@findex submit-bug-report (sc-)
 The first thing that everyone should do, regardless of the MUA you are
 using is to set up Emacs so it will load Supercite at the appropriate
 time.  This happens automatically if Supercite is distributed with your
@@ -1791,23 +1793,23 @@ interface was formally proposed by Martin Neitzel on Fri, 23 Jun 89, in
 a mail message to the Supercite mailing list:
 
 @example
-       Martin> Each news/mail-reader should provide a form of
-       Martin> mail-yank-original that
+        Martin> Each news/mail-reader should provide a form of
+        Martin> mail-yank-original that
 
-       Martin> 1: inserts the original message incl. header into the
-       Martin>    reply buffer; no indentation/prefixing is done, the header
-       Martin>    tends to be a "full blown" version rather than to be
-       Martin>    stripped down.
+        Martin> 1: inserts the original message incl. header into the
+        Martin>    reply buffer; no indentation/prefixing is done, the header
+        Martin>    tends to be a "full blown" version rather than to be
+        Martin>    stripped down.
 
-       Martin> 2: `point' is at the start of the header, `mark' at the
-       Martin>    end of the message body.
+        Martin> 2: `point' is at the start of the header, `mark' at the
+        Martin>    end of the message body.
 
-       Martin> 3: (run-hooks 'mail-yank-hooks)
+        Martin> 3: (run-hooks 'mail-yank-hooks)
 
-       Martin> [Supercite] should be run as such a hook and merely
-       Martin> rewrite the message.  This way it isn't anymore
-       Martin> [Supercite]'s job to gather the original from obscure
-       Martin> sources. [@dots{}]
+        Martin> [Supercite] should be run as such a hook and merely
+        Martin> rewrite the message.  This way it isn't anymore
+        Martin> [Supercite]'s job to gather the original from obscure
+        Martin> sources. [@dots{}]
 @end example
 
 @vindex mail-citation-hook
@@ -1831,11 +1833,12 @@ steps:
 @enumerate
 @item
 Insert the original message, including the mail headers into the reply
-buffer. At this point you should not modify the raw text in any way, and
+buffer. At this point you should not modify the raw text in any way
+(except for any necessary decoding, e.g. of quoted-printable text), and
 you should place all the original headers into the body of the reply.
 This means that many of the mail headers will be duplicated, one copy
-above the @code{mail-header-separator} line and one copy below,
-however there will probably be more headers below this line.@refill
+above the @code{mail-header-separator} line and one copy below, however
+there will probably be more headers below this line.@refill
 
 @item
 Set @samp{point} to the beginning of the line containing the first mail
@@ -1874,7 +1877,7 @@ been continuously added through the comments and suggestions of the
 Supercite mailing list participants.
 
 With version 3, Supercite underwent an almost complete rewrite,
-benefitting in a number of ways, including vast improvements in the
+benefiting in a number of ways, including vast improvements in the
 speed of performance, a big reduction in size of the code and in the use
 of Emacs resources, and a much cleaner and flexible internal
 architecture.  Most of this work was internal and not of very great
@@ -1935,11 +1938,4 @@ its @var{variable} name.
 @sp 2
 @end iftex
 @printindex vr
-@setchapternewpage odd
-@summarycontents
-@contents
 @bye
-
-@ignore
-   arch-tag: 0521847a-4680-44b6-ae6e-13ce20e18436
-@end ignore