aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/sc.texi
diff options
context:
space:
mode:
authorStefan Monnier2012-03-25 16:37:21 -0400
committerStefan Monnier2012-03-25 16:37:21 -0400
commit699c782b7668c44d0fa4446331b0590a6d5dac82 (patch)
tree5dcce364741d0761920a3d274b0fc8aba4103d45 /doc/misc/sc.texi
parent98fb480ee31bf74cf554044f60f21df16566dd7f (diff)
parente99a9b8bdccadded1f6fae88ee7a2a93dfd4eacf (diff)
downloademacs-pending.tar.gz
emacs-pending.zip
Merge from trunkpending
Diffstat (limited to 'doc/misc/sc.texi')
-rw-r--r--doc/misc/sc.texi16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/misc/sc.texi b/doc/misc/sc.texi
index 8853192af04..b921882af67 100644
--- a/doc/misc/sc.texi
+++ b/doc/misc/sc.texi
@@ -14,7 +14,7 @@
14This document describes Supercite, an Emacs package for citing and 14This document describes Supercite, an Emacs package for citing and
15attributing replies to mail and news messages. 15attributing replies to mail and news messages.
16 16
17Copyright @copyright{} 1993, 2001-2011 Free Software Foundation, Inc. 17Copyright @copyright{} 1993, 2001-2012 Free Software Foundation, Inc.
18 18
19@quotation 19@quotation
20Permission is granted to copy, distribute and/or modify this document 20Permission is granted to copy, distribute and/or modify this document
@@ -56,7 +56,7 @@ developing GNU and promoting software freedom.''
56@top Supercite 56@top Supercite
57@comment node-name, next, previous, up 57@comment node-name, next, previous, up
58 58
59@insertcopying 59@insertcopying
60 60
61The manual is divided 61The manual is divided
62into the following chapters. 62into the following chapters.
@@ -204,7 +204,7 @@ When the original message is cited by @code{sc-cite-original}, it will
204(optionally) be filled by Supercite. However, if you manually edit the 204(optionally) be filled by Supercite. However, if you manually edit the
205cited text and want to re-fill it, you must use an add-on package such 205cited text and want to re-fill it, you must use an add-on package such
206as @cite{filladapt} or @cite{gin-mode}. These packages can recognize 206as @cite{filladapt} or @cite{gin-mode}. These packages can recognize
207Supercited text and will fill them appropriately. Emacs' built-in 207Supercited text and will fill them appropriately. Emacs's built-in
208filling routines, e.g@. @code{fill-paragraph}, do not recognize cited 208filling routines, e.g@. @code{fill-paragraph}, do not recognize cited
209text and will not re-fill them properly because it cannot guess the 209text and will not re-fill them properly because it cannot guess the
210@code{fill-prefix} being used. 210@code{fill-prefix} being used.
@@ -786,7 +786,7 @@ pertaining to the MUAs you are using.
786One final note. After Supercite is loaded into your Emacs session, it 786One final note. After Supercite is loaded into your Emacs session, it
787runs the hook @code{sc-load-hook}. You can put any customizations into 787runs the hook @code{sc-load-hook}. You can put any customizations into
788this hook since it is only run once. This will not work, however, if 788this hook since it is only run once. This will not work, however, if
789your Emacs maintainer has put Supercite into your dumped Emacs' image. 789your Emacs maintainer has put Supercite into your dumped Emacs image.
790In that case, you can use the @code{sc-pre-hook} variable, but this will 790In that case, you can use the @code{sc-pre-hook} variable, but this will
791get executed every time @code{sc-cite-original} is called. @xref{Reply 791get executed every time @code{sc-cite-original} is called. @xref{Reply
792Buffer Initialization}.@refill 792Buffer Initialization}.@refill
@@ -1008,7 +1008,7 @@ fill each cited paragraph in the reply buffer.
1008 1008
1009I usually run with both these variables containing their default values. 1009I usually run with both these variables containing their default values.
1010When Supercite's automatic filling breaks on a particular message, I 1010When Supercite's automatic filling breaks on a particular message, I
1011will use Emacs' undo feature to undo back before the citation was 1011will use Emacs's undo feature to undo back before the citation was
1012applied to the original message. Then I'll toggle the variables and 1012applied to the original message. Then I'll toggle the variables and
1013manually cite those paragraphs that I don't want to fill or collapse 1013manually cite those paragraphs that I don't want to fill or collapse
1014whitespace on. @xref{Variable Toggling Shortcuts}.@refill 1014whitespace on. @xref{Variable Toggling Shortcuts}.@refill
@@ -1688,7 +1688,7 @@ Toggles the variable @code{sc-fixup-whitespace-p}.
1688 1688
1689@findex set-variable 1689@findex set-variable
1690The following commands let you set the value of multi-value variables, 1690The following commands let you set the value of multi-value variables,
1691in the same way that Emacs' @code{set-variable} does: 1691in the same way that Emacs's @code{set-variable} does:
1692 1692
1693@table @kbd 1693@table @kbd
1694@item C-c C-p C-t a 1694@item C-c C-p C-t a
@@ -1777,7 +1777,7 @@ old information is lost.@refill
1777@findex open-line 1777@findex open-line
1778@kindex C-c C-p o 1778@kindex C-c C-p o
1779@item @code{sc-open-line} (@kbd{C-c C-p o}) 1779@item @code{sc-open-line} (@kbd{C-c C-p o})
1780Similar to Emacs' standard @code{open-line} commands, but inserts the 1780Similar to Emacs's standard @code{open-line} commands, but inserts the
1781citation string in front of the new line. As with @code{open-line}, 1781citation string in front of the new line. As with @code{open-line},
1782an optional numeric argument inserts that many new lines.@refill 1782an optional numeric argument inserts that many new lines.@refill
1783@end table 1783@end table
@@ -1877,7 +1877,7 @@ been continuously added through the comments and suggestions of the
1877Supercite mailing list participants. 1877Supercite mailing list participants.
1878 1878
1879With version 3, Supercite underwent an almost complete rewrite, 1879With version 3, Supercite underwent an almost complete rewrite,
1880benefitting in a number of ways, including vast improvements in the 1880benefiting in a number of ways, including vast improvements in the
1881speed of performance, a big reduction in size of the code and in the use 1881speed of performance, a big reduction in size of the code and in the use
1882of Emacs resources, and a much cleaner and flexible internal 1882of Emacs resources, and a much cleaner and flexible internal
1883architecture. Most of this work was internal and not of very great 1883architecture. Most of this work was internal and not of very great