/[emacs]/emacs/man/sc.texi
ViewVC logotype

Diff of /emacs/man/sc.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by karl, Wed Oct 2 23:24:31 2002 UTC revision 1.10 by lektu, Tue Feb 4 14:53:28 2003 UTC
# Line 41  license to the document, as described in Line 41  license to the document, as described in
41    
42  @dircategory Emacs  @dircategory Emacs
43  @direntry  @direntry
44  * SC: (sc).             Supercite lets you cite parts of messages you're  * SC: (sc).             Supercite lets you cite parts of messages you're
45                            replying to, in flexible ways.                            replying to, in flexible ways.
46  @end direntry  @end direntry
47    
# Line 1178  Executing @code{sc-cite-original} perfor Line 1178  Executing @code{sc-cite-original} perfor
1178  initializes the reply buffer:  initializes the reply buffer:
1179    
1180  @enumerate  @enumerate
1181  @item  @item
1182  @vindex sc-pre-hook  @vindex sc-pre-hook
1183  @vindex pre-hook (sc-)  @vindex pre-hook (sc-)
1184  @emph{Runs @code{sc-pre-hook}.}  @emph{Runs @code{sc-pre-hook}.}
# Line 1222  Supercite sets an undo boundary before i Line 1222  Supercite sets an undo boundary before i
1222  yanked text.  This allows you to easily undo Supercite's changes to  yanked text.  This allows you to easily undo Supercite's changes to
1223  affect alternative citing styles.  affect alternative citing styles.
1224    
1225  @item  @item
1226  @emph{Processes the mail headers.}  @emph{Processes the mail headers.}
1227  @vindex sc-confirm-always-p  @vindex sc-confirm-always-p
1228  @vindex confirm-always-p (sc-)  @vindex confirm-always-p (sc-)
# Line 1275  Once the mail headers have been processe Line 1275  Once the mail headers have been processe
1275  attribution string and a citation string which it will use to cite the  attribution string and a citation string which it will use to cite the
1276  original message.  @xref{Selecting an Attribution}, for details.  original message.  @xref{Selecting an Attribution}, for details.
1277    
1278  @item  @item
1279  @emph{Cites the message body.}  @emph{Cites the message body.}
1280  @vindex sc-cite-region-limit  @vindex sc-cite-region-limit
1281  @vindex cite-region-limit (sc-)b  @vindex cite-region-limit (sc-)b
# Line 1316  wouldn't encounter them all anyway.  But Line 1316  wouldn't encounter them all anyway.  But
1316  recognize those styles you see often.  recognize those styles you see often.
1317  @xref{Configuring the Citation Engine}, for details.@refill  @xref{Configuring the Citation Engine}, for details.@refill
1318    
1319  @item  @item
1320  @emph{Runs @code{sc-post-hook}.}  @emph{Runs @code{sc-post-hook}.}
1321  @vindex sc-post-hook  @vindex sc-post-hook
1322  @vindex post-hook (sc-)  @vindex post-hook (sc-)
# Line 1581  Use the last selected attribution, if th Line 1581  Use the last selected attribution, if th
1581  @item  @item
1582  Use the value of the @code{"x-attribution"} key.  Use the value of the @code{"x-attribution"} key.
1583    
1584  @item  @item
1585  Use the author's first name.  Use the author's first name.
1586    
1587  @item  @item
# Line 1590  Use the author's last name. Line 1590  Use the author's last name.
1590  @item  @item
1591  Use the author's initials.  Use the author's initials.
1592    
1593  @item  @item
1594  Find the first non-@code{nil}, non-empty attribution string in the  Find the first non-@code{nil}, non-empty attribution string in the
1595  attribution alist.  attribution alist.
1596    
1597  @item  @item
1598  @code{sc-default-attribution} is used.  @code{sc-default-attribution} is used.
1599  @end enumerate  @end enumerate
1600    
# Line 2135  together is bound on @kbd{C-c C-p C-p}.@ Line 2135  together is bound on @kbd{C-c C-p C-p}.@
2135    
2136  Finally, the command @kbd{C-c C-p C-t h} (also @kbd{C-c C-p C-t ?})  Finally, the command @kbd{C-c C-p C-t h} (also @kbd{C-c C-p C-t ?})
2137  brings up a Help message on the toggling keymap.  brings up a Help message on the toggling keymap.
2138      
2139    
2140  @node  Mail Field Commands, Miscellaneous Commands, Variable Toggling Shortcuts, Post-yank Formatting Commands  @node  Mail Field Commands, Miscellaneous Commands, Variable Toggling Shortcuts, Post-yank Formatting Commands
2141  @comment  node-name,  next,  previous,  up  @comment  node-name,  next,  previous,  up
# Line 2299  setting up a reply or forward buffer, yo Line 2299  setting up a reply or forward buffer, yo
2299  steps:  steps:
2300    
2301  @enumerate  @enumerate
2302  @item  @item
2303  Insert the original message, including the mail headers into the reply  Insert the original message, including the mail headers into the reply
2304  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, and
2305  you should place all the original headers into the body of the reply.  you should place all the original headers into the body of the reply.
# Line 2307  This means that many of the mail headers Line 2307  This means that many of the mail headers
2307  above the @code{mail-header-separator} line and one copy below,  above the @code{mail-header-separator} line and one copy below,
2308  however there will probably be more headers below this line.@refill  however there will probably be more headers below this line.@refill
2309    
2310  @item  @item
2311  Set @samp{point} to the beginning of the line containing the first mail  Set @samp{point} to the beginning of the line containing the first mail
2312  header in the body of the reply. Set @samp{mark} at the end of the  header in the body of the reply. Set @samp{mark} at the end of the
2313  message text.  It is very important that the region be set around the  message text.  It is very important that the region be set around the
# Line 2319  Emacs 19, the region need not be set act Line 2319  Emacs 19, the region need not be set act
2319  properly when the region is inactive, as should any other like-minded  properly when the region is inactive, as should any other like-minded
2320  package.@refill  package.@refill
2321    
2322  @item  @item
2323  Run the hook @code{mail-citation-hook}. You will probably want to  Run the hook @code{mail-citation-hook}. You will probably want to
2324  provide some kind of default citation functions in cases where the user  provide some kind of default citation functions in cases where the user
2325  does not have Supercite installed.  By default, your MUA should  does not have Supercite installed.  By default, your MUA should

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26