diff options
| author | Glenn Morris | 2013-08-13 00:02:00 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-08-13 00:02:00 -0700 |
| commit | 8121e4813da7e5898eb216a5de3c17f4875cac61 (patch) | |
| tree | f43c92817d5e1e66db1ba42c960d0eec7d1a9db2 | |
| parent | 916119ec9eecb97a2834896d80b286ddb9cf423c (diff) | |
| parent | 55f612f03ead76efe6be0e42ca14410f11345c36 (diff) | |
| download | emacs-8121e4813da7e5898eb216a5de3c17f4875cac61.tar.gz emacs-8121e4813da7e5898eb216a5de3c17f4875cac61.zip | |
Merge from emacs-24; up to 2013-01-02T16:37:04Z!eggert@cs.ucla.edu
| -rw-r--r-- | doc/misc/ChangeLog | 15 | ||||
| -rw-r--r-- | doc/misc/cc-mode.texi | 22 | ||||
| -rw-r--r-- | doc/misc/edt.texi | 4 | ||||
| -rw-r--r-- | doc/misc/epa.texi | 8 | ||||
| -rw-r--r-- | doc/misc/mairix-el.texi | 29 | ||||
| -rw-r--r-- | doc/misc/reftex.texi | 117 | ||||
| -rw-r--r-- | etc/ChangeLog | 6 | ||||
| -rw-r--r-- | etc/refcards/Makefile | 16 |
8 files changed, 123 insertions, 94 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 02f52869f84..d612c37fcb2 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2013-08-13 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * reftex.texi (LaTeX xr Package, Options - Table of Contents) | ||
| 4 | (Options - Defining Label Environments, Options - Creating Labels) | ||
| 5 | (Options - Referencing Labels, Options - Creating Citations) | ||
| 6 | (Options - Index Support, Options - Viewing Cross-References) | ||
| 7 | (Options - Finding Files, Options - Optimizations) | ||
| 8 | (Options - Fontification, Options - Misc): | ||
| 9 | * cc-mode.texi (Sample Init File): | ||
| 10 | * edt.texi (Init file): | ||
| 11 | * epa.texi (Encrypting/decrypting gpg files): | ||
| 12 | * mairix-el.texi (About, Setting up the mairix interface, Using) | ||
| 13 | (Extending): | ||
| 14 | Rename nodes to avoid characters that can cause Texinfo problems. | ||
| 15 | |||
| 1 | 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org> | 16 | 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 17 | ||
| 3 | * gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave. | 18 | * gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave. |
diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi index 4cc5d9c5767..c62d7026541 100644 --- a/doc/misc/cc-mode.texi +++ b/doc/misc/cc-mode.texi | |||
| @@ -241,7 +241,7 @@ functions, classes, etc.; there are other packages for that. | |||
| 241 | * Customizing Indentation:: | 241 | * Customizing Indentation:: |
| 242 | * Custom Macros:: | 242 | * Custom Macros:: |
| 243 | * Odds and Ends:: | 243 | * Odds and Ends:: |
| 244 | * Sample .emacs File:: | 244 | * Sample Init File:: |
| 245 | * Performance Issues:: | 245 | * Performance Issues:: |
| 246 | * Limitations and Known Bugs:: | 246 | * Limitations and Known Bugs:: |
| 247 | * FAQ:: | 247 | * FAQ:: |
| @@ -1113,7 +1113,7 @@ valid.}. | |||
| 1113 | This function is not bound to a key by default, but it's intended to be | 1113 | This function is not bound to a key by default, but it's intended to be |
| 1114 | used on the @kbd{RET} key. If you like the behavior of | 1114 | used on the @kbd{RET} key. If you like the behavior of |
| 1115 | @code{newline-and-indent} on @kbd{RET}, you should consider switching to | 1115 | @code{newline-and-indent} on @kbd{RET}, you should consider switching to |
| 1116 | this function. @xref{Sample .emacs File}. | 1116 | this function. @xref{Sample Init File}. |
| 1117 | 1117 | ||
| 1118 | @item @kbd{M-x c-context-open-line} | 1118 | @item @kbd{M-x c-context-open-line} |
| 1119 | @findex c-context-open-line | 1119 | @findex c-context-open-line |
| @@ -1170,7 +1170,7 @@ and @ref{Indentation Engine Basics}. | |||
| 1170 | 1170 | ||
| 1171 | You can toggle each of these minor modes on and off, and you can | 1171 | You can toggle each of these minor modes on and off, and you can |
| 1172 | configure @ccmode{} so that it starts up with your favorite | 1172 | configure @ccmode{} so that it starts up with your favorite |
| 1173 | combination of them (@pxref{Sample .emacs File}). By default, when | 1173 | combination of them (@pxref{Sample Init File}). By default, when |
| 1174 | you initialize a buffer, electric mode and syntactic-indentation mode | 1174 | you initialize a buffer, electric mode and syntactic-indentation mode |
| 1175 | are enabled but the other two modes are disabled. | 1175 | are enabled but the other two modes are disabled. |
| 1176 | 1176 | ||
| @@ -2378,7 +2378,7 @@ those set by @code{c-default-style}. | |||
| 2378 | @vindex initialization-hook (c-) | 2378 | @vindex initialization-hook (c-) |
| 2379 | Hook run only once per Emacs session, when @ccmode{} is initialized. | 2379 | Hook run only once per Emacs session, when @ccmode{} is initialized. |
| 2380 | This is a good place to change key bindings (or add new ones) in any | 2380 | This is a good place to change key bindings (or add new ones) in any |
| 2381 | of the @ccmode{} key maps. @xref{Sample .emacs File}. | 2381 | of the @ccmode{} key maps. @xref{Sample Init File}. |
| 2382 | @end defvar | 2382 | @end defvar |
| 2383 | 2383 | ||
| 2384 | @defvar c-mode-common-hook | 2384 | @defvar c-mode-common-hook |
| @@ -2406,7 +2406,7 @@ overwritten when @ccmode{} gets loaded. | |||
| 2406 | Here's a simplified example of what you can add to your @file{.emacs} | 2406 | Here's a simplified example of what you can add to your @file{.emacs} |
| 2407 | file to do things whenever any @ccmode{} language is edited. See the | 2407 | file to do things whenever any @ccmode{} language is edited. See the |
| 2408 | Emacs manuals for more information on customizing Emacs via hooks. | 2408 | Emacs manuals for more information on customizing Emacs via hooks. |
| 2409 | @xref{Sample .emacs File}, for a more complete sample @file{.emacs} | 2409 | @xref{Sample Init File}, for a more complete sample @file{.emacs} |
| 2410 | file. | 2410 | file. |
| 2411 | 2411 | ||
| 2412 | @example | 2412 | @example |
| @@ -2685,7 +2685,7 @@ create a new @dfn{style definition}, possibly based on an existing | |||
| 2685 | style. To do this, put the new style's settings into a list with the | 2685 | style. To do this, put the new style's settings into a list with the |
| 2686 | following format; the list can then be passed as an argument to the | 2686 | following format; the list can then be passed as an argument to the |
| 2687 | function @code{c-add-style}. You can see an example of a style | 2687 | function @code{c-add-style}. You can see an example of a style |
| 2688 | definition in @ref{Sample .emacs File}. | 2688 | definition in @ref{Sample Init File}. |
| 2689 | 2689 | ||
| 2690 | @cindex style definition | 2690 | @cindex style definition |
| 2691 | @c @defvr {List} style definition | 2691 | @c @defvr {List} style definition |
| @@ -2753,7 +2753,7 @@ deprecated and it might be removed from @ccmode{} in a future release. | |||
| 2753 | You should use @code{c-set-style} instead. | 2753 | You should use @code{c-set-style} instead. |
| 2754 | 2754 | ||
| 2755 | The sample @file{.emacs} file provides a concrete example of how a new | 2755 | The sample @file{.emacs} file provides a concrete example of how a new |
| 2756 | style can be added and automatically set. @xref{Sample .emacs File}. | 2756 | style can be added and automatically set. @xref{Sample Init File}. |
| 2757 | @end defun | 2757 | @end defun |
| 2758 | 2758 | ||
| 2759 | @defvar c-style-alist | 2759 | @defvar c-style-alist |
| @@ -6760,7 +6760,7 @@ initialization code. | |||
| 6760 | @end defun | 6760 | @end defun |
| 6761 | 6761 | ||
| 6762 | @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | 6762 | @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 6763 | @node Odds and Ends, Sample .emacs File, Custom Macros, Top | 6763 | @node Odds and Ends, Sample Init File, Custom Macros, Top |
| 6764 | @comment node-name, next, previous, up | 6764 | @comment node-name, next, previous, up |
| 6765 | @chapter Odds and Ends | 6765 | @chapter Odds and Ends |
| 6766 | @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | 6766 | @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| @@ -6804,9 +6804,9 @@ anchoring position to indent the line in that case. | |||
| 6804 | 6804 | ||
| 6805 | 6805 | ||
| 6806 | @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | 6806 | @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 6807 | @node Sample .emacs File, Performance Issues, Odds and Ends, Top | 6807 | @node Sample Init File, Performance Issues, Odds and Ends, Top |
| 6808 | @comment node-name, next, previous, up | 6808 | @comment node-name, next, previous, up |
| 6809 | @appendix Sample .emacs File | 6809 | @appendix Sample Init File |
| 6810 | @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | 6810 | @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 6811 | 6811 | ||
| 6812 | Here's a sample .emacs file fragment that might help you along the way. | 6812 | Here's a sample .emacs file fragment that might help you along the way. |
| @@ -6863,7 +6863,7 @@ to change some of the actual values. | |||
| 6863 | @end verbatim | 6863 | @end verbatim |
| 6864 | 6864 | ||
| 6865 | @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | 6865 | @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 6866 | @node Performance Issues, Limitations and Known Bugs, Sample .emacs File, Top | 6866 | @node Performance Issues, Limitations and Known Bugs, Sample Init File, Top |
| 6867 | @comment node-name, next, previous, up | 6867 | @comment node-name, next, previous, up |
| 6868 | @chapter Performance Issues | 6868 | @chapter Performance Issues |
| 6869 | @cindex performance | 6869 | @cindex performance |
diff --git a/doc/misc/edt.texi b/doc/misc/edt.texi index 339d59bd123..40aeae836ef 100644 --- a/doc/misc/edt.texi +++ b/doc/misc/edt.texi | |||
| @@ -789,13 +789,13 @@ so the above directions may need some modification if your site has such | |||
| 789 | special needs. | 789 | special needs. |
| 790 | 790 | ||
| 791 | @menu | 791 | @menu |
| 792 | * edt-user.el:: Creating your own @file{edt-user.el} file. | 792 | * Init file:: Creating your own @file{edt-user.el} file. |
| 793 | * Words:: Specifying word entities. | 793 | * Words:: Specifying word entities. |
| 794 | * Control keys:: Enabling EDT control key sequence bindings. | 794 | * Control keys:: Enabling EDT control key sequence bindings. |
| 795 | * Scroll margins:: Setting scroll margins. | 795 | * Scroll margins:: Setting scroll margins. |
| 796 | @end menu | 796 | @end menu |
| 797 | 797 | ||
| 798 | @node edt-user.el | 798 | @node Init file |
| 799 | @section Creating your own @file{edt-user.el} File | 799 | @section Creating your own @file{edt-user.el} File |
| 800 | 800 | ||
| 801 | A sample @file{edt-user.el} file is provided in the Emacs @file{etc/} | 801 | A sample @file{edt-user.el} file is provided in the Emacs @file{etc/} |
diff --git a/doc/misc/epa.texi b/doc/misc/epa.texi index adc63cc0bdb..bdba071be55 100644 --- a/doc/misc/epa.texi +++ b/doc/misc/epa.texi | |||
| @@ -106,7 +106,7 @@ This chapter introduces various commands for typical use cases. | |||
| 106 | * Cryptographic operations on files:: | 106 | * Cryptographic operations on files:: |
| 107 | * Dired integration:: | 107 | * Dired integration:: |
| 108 | * Mail-mode integration:: | 108 | * Mail-mode integration:: |
| 109 | * Encrypting/decrypting *.gpg files:: | 109 | * Encrypting/decrypting gpg files:: |
| 110 | @end menu | 110 | @end menu |
| 111 | 111 | ||
| 112 | @node Key management | 112 | @node Key management |
| @@ -346,8 +346,8 @@ key in the recipient list, use @samp{encrypt-to} option in | |||
| 346 | 346 | ||
| 347 | @end table | 347 | @end table |
| 348 | 348 | ||
| 349 | @node Encrypting/decrypting *.gpg files | 349 | @node Encrypting/decrypting gpg files |
| 350 | @section Encrypting/decrypting *.gpg files | 350 | @section Encrypting/decrypting gpg files |
| 351 | By default, every file whose name ends with @samp{.gpg} will be | 351 | By default, every file whose name ends with @samp{.gpg} will be |
| 352 | treated as encrypted. That is, when you open such a file, the | 352 | treated as encrypted. That is, when you open such a file, the |
| 353 | decrypted text is inserted in the buffer rather than encrypted one. | 353 | decrypted text is inserted in the buffer rather than encrypted one. |
| @@ -464,7 +464,7 @@ To set up gpg-agent, follow the instruction in GnuPG manual. | |||
| 464 | 464 | ||
| 465 | To set up elisp passphrase cache, set | 465 | To set up elisp passphrase cache, set |
| 466 | @code{epa-file-cache-passphrase-for-symmetric-encryption}. | 466 | @code{epa-file-cache-passphrase-for-symmetric-encryption}. |
| 467 | @xref{Encrypting/decrypting *.gpg files}. | 467 | @xref{Encrypting/decrypting gpg files}. |
| 468 | 468 | ||
| 469 | @node Bug Reports | 469 | @node Bug Reports |
| 470 | @chapter Bug Reports | 470 | @chapter Bug Reports |
diff --git a/doc/misc/mairix-el.texi b/doc/misc/mairix-el.texi index 73a1294d28d..210b709c1ea 100644 --- a/doc/misc/mairix-el.texi +++ b/doc/misc/mairix-el.texi | |||
| @@ -55,15 +55,15 @@ database. | |||
| 55 | @end ifnottex | 55 | @end ifnottex |
| 56 | 56 | ||
| 57 | @menu | 57 | @menu |
| 58 | * About mairix and mairix.el:: About the mairix search engine and mairix.el | 58 | * About:: About the mairix search engine and mairix.el. |
| 59 | * Configuring mairix:: How to configure mairix | 59 | * Configuring mairix:: How to configure mairix. |
| 60 | * Setting up mairix.el:: Set up mairix.el | 60 | * Setting up the mairix interface:: Set up mairix.el. |
| 61 | * Using mairix.el:: List of interactive functions | 61 | * Using:: List of interactive functions |
| 62 | * Extending mairix.el:: Support your favorite mail reader! | 62 | * Extending:: Support your favorite mail reader! |
| 63 | * GNU Free Documentation License:: The license for this documentation. | 63 | * GNU Free Documentation License:: The license for this documentation. |
| 64 | @end menu | 64 | @end menu |
| 65 | 65 | ||
| 66 | @node About mairix and mairix.el | 66 | @node About |
| 67 | @chapter About mairix and mairix.el | 67 | @chapter About mairix and mairix.el |
| 68 | 68 | ||
| 69 | Mairix is a tool for indexing and searching words in locally stored | 69 | Mairix is a tool for indexing and searching words in locally stored |
| @@ -98,7 +98,7 @@ Currently, @code{mairix.el} is only tested with mbox output together | |||
| 98 | with RMail, Gnus, or VM as the Emacs mail program. However, it should | 98 | with RMail, Gnus, or VM as the Emacs mail program. However, it should |
| 99 | also work with Maildir or MH, and it should be very easy to integrate | 99 | also work with Maildir or MH, and it should be very easy to integrate |
| 100 | other Emacs mail programs into @code{mairix.el} | 100 | other Emacs mail programs into @code{mairix.el} |
| 101 | (@pxref{Extending mairix.el}). | 101 | (@pxref{Extending}). |
| 102 | 102 | ||
| 103 | If you use Gnus with maildir or MH, you should really use the native | 103 | If you use Gnus with maildir or MH, you should really use the native |
| 104 | Gnus back end @code{nnmairix} instead, since it is more tightly | 104 | Gnus back end @code{nnmairix} instead, since it is more tightly |
| @@ -165,8 +165,8 @@ Now simply call @code{mairix} to create the index for the first time. | |||
| 165 | Note that this may take a few minutes, but every following index will do | 165 | Note that this may take a few minutes, but every following index will do |
| 166 | the updates incrementally and hence is very fast. | 166 | the updates incrementally and hence is very fast. |
| 167 | 167 | ||
| 168 | @node Setting up mairix.el | 168 | @node Setting up the mairix interface |
| 169 | @chapter Setting up mairix.el | 169 | @chapter Setting up the mairix interface |
| 170 | 170 | ||
| 171 | First, put @code{mairix.el} in your Emacs search path and put | 171 | First, put @code{mairix.el} in your Emacs search path and put |
| 172 | @code{(require 'mairix)} into your @file{.emacs} file. Then, use | 172 | @code{(require 'mairix)} into your @file{.emacs} file. Then, use |
| @@ -179,13 +179,12 @@ If you use Gnus with maildir or mh, use the native Gnus back end | |||
| 179 | nnmairix instead. | 179 | nnmairix instead. |
| 180 | 180 | ||
| 181 | If you use another Emacs mail program which is not yet supported by | 181 | If you use another Emacs mail program which is not yet supported by |
| 182 | mairix.el, it is pretty easy to integrate it. @xref{Extending | 182 | mairix.el, it is pretty easy to integrate it. @xref{Extending}, |
| 183 | mairix.el}, on how to integrate it into mairix.el. | 183 | on how to integrate it into mairix.el. |
| 184 | 184 | ||
| 185 | Now you should be ready to go. @xref{Using mairix.el}, for the available | 185 | Now you should be ready to go. @xref{Using}, for the available commands. |
| 186 | commands. | ||
| 187 | 186 | ||
| 188 | @node Using mairix.el | 187 | @node Using |
| 189 | @chapter Using mairix.el | 188 | @chapter Using mairix.el |
| 190 | 189 | ||
| 191 | There are currently no default key bindings for mairix.el, since those | 190 | There are currently no default key bindings for mairix.el, since those |
| @@ -314,7 +313,7 @@ will still be usable while the update is done. | |||
| 314 | @end table | 313 | @end table |
| 315 | 314 | ||
| 316 | 315 | ||
| 317 | @node Extending mairix.el | 316 | @node Extending |
| 318 | @chapter Extending mairix.el | 317 | @chapter Extending mairix.el |
| 319 | 318 | ||
| 320 | Your favorite Emacs mail program is not supported? Shame on me. But | 319 | Your favorite Emacs mail program is not supported? Shame on me. But |
diff --git a/doc/misc/reftex.texi b/doc/misc/reftex.texi index b9cf2335647..ba83d8129a8 100644 --- a/doc/misc/reftex.texi +++ b/doc/misc/reftex.texi | |||
| @@ -153,7 +153,7 @@ Labels and References | |||
| 153 | * Defining Label Environments:: ... and environments it doesn't. | 153 | * Defining Label Environments:: ... and environments it doesn't. |
| 154 | * Reference Info:: View the label corresponding to a \ref. | 154 | * Reference Info:: View the label corresponding to a \ref. |
| 155 | * Reference Styles:: Macros to be used instead of \ref. | 155 | * Reference Styles:: Macros to be used instead of \ref. |
| 156 | * xr (LaTeX package):: References to external documents. | 156 | * LaTeX xr Package:: References to external documents. |
| 157 | 157 | ||
| 158 | Defining Label Environments | 158 | Defining Label Environments |
| 159 | 159 | ||
| @@ -196,17 +196,17 @@ AUCTeX | |||
| 196 | 196 | ||
| 197 | Options, Keymaps, Hooks | 197 | Options, Keymaps, Hooks |
| 198 | 198 | ||
| 199 | * Options (Table of Contents):: | 199 | * Options - Table of Contents:: |
| 200 | * Options (Defining Label Environments):: | 200 | * Options - Defining Label Environments:: |
| 201 | * Options (Creating Labels):: | 201 | * Options - Creating Labels:: |
| 202 | * Options (Referencing Labels):: | 202 | * Options - Referencing Labels:: |
| 203 | * Options (Creating Citations):: | 203 | * Options - Creating Citations:: |
| 204 | * Options (Index Support):: | 204 | * Options - Index Support:: |
| 205 | * Options (Viewing Cross-References):: | 205 | * Options - Viewing Cross-References:: |
| 206 | * Options (Finding Files):: | 206 | * Options - Finding Files:: |
| 207 | * Options (Optimizations):: | 207 | * Options - Optimizations:: |
| 208 | * Options (Fontification):: | 208 | * Options - Fontification:: |
| 209 | * Options (Misc):: | 209 | * Options - Misc:: |
| 210 | 210 | ||
| 211 | @end detailmenu | 211 | @end detailmenu |
| 212 | @end menu | 212 | @end menu |
| @@ -581,8 +581,8 @@ called. | |||
| 581 | @item mouse-2 | 581 | @item mouse-2 |
| 582 | @vindex reftex-highlight-selection | 582 | @vindex reftex-highlight-selection |
| 583 | Clicking with mouse button 2 on a line has the same effect as @key{RET}. | 583 | Clicking with mouse button 2 on a line has the same effect as @key{RET}. |
| 584 | See also variable @code{reftex-highlight-selection}, @ref{Options | 584 | See also variable @code{reftex-highlight-selection}, |
| 585 | (Fontification)}. | 585 | @ref{Options - Fontification}. |
| 586 | 586 | ||
| 587 | @item f | 587 | @item f |
| 588 | @vindex reftex-toc-follow-mode | 588 | @vindex reftex-toc-follow-mode |
| @@ -701,9 +701,8 @@ buffer. | |||
| 701 | 701 | ||
| 702 | @item x | 702 | @item x |
| 703 | Switch to the @file{*toc*} buffer of an external document. When the | 703 | Switch to the @file{*toc*} buffer of an external document. When the |
| 704 | current document is using the @code{xr} package (@pxref{xr (LaTeX | 704 | current document is using the @code{xr} package (@pxref{LaTeX xr Package}), |
| 705 | package)}), @RefTeX{} will switch to one of the external | 705 | @RefTeX{} will switch to one of the external documents. |
| 706 | documents. | ||
| 707 | 706 | ||
| 708 | 707 | ||
| 709 | @tablesubheading{Automatic recentering} | 708 | @tablesubheading{Automatic recentering} |
| @@ -796,7 +795,7 @@ equation counter. | |||
| 796 | * Defining Label Environments:: ... and environments it doesn't. | 795 | * Defining Label Environments:: ... and environments it doesn't. |
| 797 | * Reference Info:: View the label corresponding to a \ref. | 796 | * Reference Info:: View the label corresponding to a \ref. |
| 798 | * Reference Styles:: Macros to be used instead of \ref. | 797 | * Reference Styles:: Macros to be used instead of \ref. |
| 799 | * xr (LaTeX package):: References to external documents. | 798 | * LaTeX xr Package:: References to external documents. |
| 800 | @end menu | 799 | @end menu |
| 801 | 800 | ||
| 802 | @node Creating Labels | 801 | @node Creating Labels |
| @@ -859,8 +858,8 @@ this label later. | |||
| 859 | 858 | ||
| 860 | @vindex reftex-insert-label-flags | 859 | @vindex reftex-insert-label-flags |
| 861 | If you want to change the way certain labels are created, check out the | 860 | If you want to change the way certain labels are created, check out the |
| 862 | variable @code{reftex-insert-label-flags} (@pxref{Options (Creating | 861 | variable @code{reftex-insert-label-flags} (@pxref{Options - Creating |
| 863 | Labels)}). | 862 | Labels}). |
| 864 | 863 | ||
| 865 | If you are using @AUCTeX{} to write your @LaTeX{} documents, you can | 864 | If you are using @AUCTeX{} to write your @LaTeX{} documents, you can |
| 866 | set it up to delegate the creation of labels to | 865 | set it up to delegate the creation of labels to |
| @@ -981,7 +980,7 @@ references all marked labels. | |||
| 981 | @vindex reftex-highlight-selection | 980 | @vindex reftex-highlight-selection |
| 982 | Clicking with mouse button 2 on a label will accept it like @key{RET} | 981 | Clicking with mouse button 2 on a label will accept it like @key{RET} |
| 983 | would. See also variable @code{reftex-highlight-selection}, | 982 | would. See also variable @code{reftex-highlight-selection}, |
| 984 | @ref{Options (Misc)}. | 983 | @ref{Options - Misc}. |
| 985 | 984 | ||
| 986 | @vindex reftex-multiref-punctuation | 985 | @vindex reftex-multiref-punctuation |
| 987 | @item m - + , | 986 | @item m - + , |
| @@ -1034,7 +1033,7 @@ buffer. | |||
| 1034 | @tablesubheading{Controlling what gets displayed} | 1033 | @tablesubheading{Controlling what gets displayed} |
| 1035 | @vindex reftex-label-menu-flags | 1034 | @vindex reftex-label-menu-flags |
| 1036 | The defaults for the following flags can be configured with the variable | 1035 | The defaults for the following flags can be configured with the variable |
| 1037 | @code{reftex-label-menu-flags} (@pxref{Options (Referencing Labels)}). | 1036 | @code{reftex-label-menu-flags} (@pxref{Options - Referencing Labels}). |
| 1038 | 1037 | ||
| 1039 | @item c | 1038 | @item c |
| 1040 | Toggle the display of the one-line label definition context in the | 1039 | Toggle the display of the one-line label definition context in the |
| @@ -1082,8 +1081,7 @@ a menu for that category will be shown. | |||
| 1082 | Reference a label from an external document. With the @LaTeX{} package | 1081 | Reference a label from an external document. With the @LaTeX{} package |
| 1083 | @code{xr} it is possible to reference labels defined in another | 1082 | @code{xr} it is possible to reference labels defined in another |
| 1084 | document. This key will switch to the label menu of an external | 1083 | document. This key will switch to the label menu of an external |
| 1085 | document and let you select a label from there (@pxref{xr (LaTeX | 1084 | document and let you select a label from there (@pxref{LaTeX xr Package,,xr}). |
| 1086 | package),,xr}). | ||
| 1087 | 1085 | ||
| 1088 | @end table | 1086 | @end table |
| 1089 | 1087 | ||
| @@ -1203,8 +1201,8 @@ them (@pxref{Defining Label Environments}). | |||
| 1203 | @vindex reftex-label-alist | 1201 | @vindex reftex-label-alist |
| 1204 | @RefTeX{} can be configured to recognize additional labeled | 1202 | @RefTeX{} can be configured to recognize additional labeled |
| 1205 | environments and macros. This is done with the variable | 1203 | environments and macros. This is done with the variable |
| 1206 | @code{reftex-label-alist} (@pxref{Options (Defining Label | 1204 | @code{reftex-label-alist} (@pxref{Options - Defining Label |
| 1207 | Environments)}). If you are not familiar with Lisp, you can use the | 1205 | Environments}). If you are not familiar with Lisp, you can use the |
| 1208 | @code{custom} library to configure this rather complex variable. To do | 1206 | @code{custom} library to configure this rather complex variable. To do |
| 1209 | this, use | 1207 | this, use |
| 1210 | 1208 | ||
| @@ -1302,8 +1300,7 @@ a @code{\macro} or after the @code{\begin} statement). @code{t} is | |||
| 1302 | @code{nil} means to use the text right after the label definition. | 1300 | @code{nil} means to use the text right after the label definition. |
| 1303 | @item | 1301 | @item |
| 1304 | For more complex ways of getting context, see the variable | 1302 | For more complex ways of getting context, see the variable |
| 1305 | @code{reftex-label-alist} (@ref{Options (Defining Label | 1303 | @code{reftex-label-alist} (@ref{Options - Defining Label Environments}). |
| 1306 | Environments)}). | ||
| 1307 | @end itemize | 1304 | @end itemize |
| 1308 | 1305 | ||
| 1309 | The following list of strings is used to guess the correct label type | 1306 | The following list of strings is used to guess the correct label type |
| @@ -1356,9 +1353,8 @@ Reftex Label Alist: [Hide] | |||
| 1356 | Depending on how you would like the label insertion and selection for | 1353 | Depending on how you would like the label insertion and selection for |
| 1357 | the new environments to work, you might want to add the letters @samp{a} | 1354 | the new environments to work, you might want to add the letters @samp{a} |
| 1358 | and @samp{h} to some of the flags in the variables | 1355 | and @samp{h} to some of the flags in the variables |
| 1359 | @code{reftex-insert-label-flags} (@pxref{Options (Creating Labels)}) | 1356 | @code{reftex-insert-label-flags} (@pxref{Options - Creating Labels}) |
| 1360 | and @code{reftex-label-menu-flags} (@pxref{Options (Referencing | 1357 | and @code{reftex-label-menu-flags} (@pxref{Options - Referencing Labels}). |
| 1361 | Labels)}). | ||
| 1362 | 1358 | ||
| 1363 | 1359 | ||
| 1364 | @node Quick Equation | 1360 | @node Quick Equation |
| @@ -1749,7 +1745,7 @@ and @code{reftex-fref-is-default} respectively. While still working, | |||
| 1749 | these variables are deprecated now. Instead of setting them, the | 1745 | these variables are deprecated now. Instead of setting them, the |
| 1750 | variable @code{reftex-ref-style-default-list} should be adapted now. | 1746 | variable @code{reftex-ref-style-default-list} should be adapted now. |
| 1751 | 1747 | ||
| 1752 | @node xr (LaTeX package) | 1748 | @node LaTeX xr Package |
| 1753 | @section @code{xr}: Cross-Document References | 1749 | @section @code{xr}: Cross-Document References |
| 1754 | @cindex @code{xr}, LaTeX package | 1750 | @cindex @code{xr}, LaTeX package |
| 1755 | @cindex LaTeX packages, @code{xr} | 1751 | @cindex LaTeX packages, @code{xr} |
| @@ -1883,8 +1879,8 @@ which the selection process was started. | |||
| 1883 | @item mouse-2 | 1879 | @item mouse-2 |
| 1884 | @vindex reftex-highlight-selection | 1880 | @vindex reftex-highlight-selection |
| 1885 | Clicking with mouse button 2 on a citation will accept it like @key{RET} | 1881 | Clicking with mouse button 2 on a citation will accept it like @key{RET} |
| 1886 | would. See also variable @code{reftex-highlight-selection}, @ref{Options | 1882 | would. See also variable @code{reftex-highlight-selection}, |
| 1887 | (Misc)}. | 1883 | @ref{Options - Misc}. |
| 1888 | 1884 | ||
| 1889 | @item m | 1885 | @item m |
| 1890 | Mark the current entry. When one or several entries are marked, | 1886 | Mark the current entry. When one or several entries are marked, |
| @@ -2403,8 +2399,9 @@ Abort the indexing process. | |||
| 2403 | 2399 | ||
| 2404 | The @samp{Find and Index in Document} menu in the phrases buffer also | 2400 | The @samp{Find and Index in Document} menu in the phrases buffer also |
| 2405 | lists a few options for the indexing process. The options have | 2401 | lists a few options for the indexing process. The options have |
| 2406 | associated customization variables to set the defaults (@pxref{Options | 2402 | associated customization variables to set the defaults |
| 2407 | (Index Support)}). Here is a short explanation of what the options do: | 2403 | (@pxref{Options - Index Support}). Here is a short explanation of |
| 2404 | what the options do: | ||
| 2408 | 2405 | ||
| 2409 | @table @i | 2406 | @table @i |
| 2410 | @item Match Whole Words | 2407 | @item Match Whole Words |
| @@ -2759,7 +2756,7 @@ variants@footnote{all macros that start with @samp{ref} or end with | |||
| 2759 | @samp{ref} or @samp{refrange}} of the @code{\ref} macro are active for | 2756 | @samp{ref} or @samp{refrange}} of the @code{\ref} macro are active for |
| 2760 | cross-reference display. This works also for labels defined in an | 2757 | cross-reference display. This works also for labels defined in an |
| 2761 | external document when the current document refers to them through the | 2758 | external document when the current document refers to them through the |
| 2762 | @code{xr} interface (@pxref{xr (LaTeX package)}). | 2759 | @code{xr} interface (@pxref{LaTeX xr Package}). |
| 2763 | 2760 | ||
| 2764 | @item @code{\label} | 2761 | @item @code{\label} |
| 2765 | @cindex @code{\label} | 2762 | @cindex @code{\label} |
| @@ -2908,7 +2905,7 @@ the ones defined in @file{font-lock.el}. Therefore, @RefTeX{} will | |||
| 2908 | use faces only when @code{font-lock} is loaded. This seems to be | 2905 | use faces only when @code{font-lock} is loaded. This seems to be |
| 2909 | reasonable because people who like faces will very likely have it | 2906 | reasonable because people who like faces will very likely have it |
| 2910 | loaded. If you wish to turn off fontification or change the involved | 2907 | loaded. If you wish to turn off fontification or change the involved |
| 2911 | faces, see @ref{Options (Fontification)}. | 2908 | faces, see @ref{Options - Fontification}. |
| 2912 | 2909 | ||
| 2913 | @node Multifile Documents | 2910 | @node Multifile Documents |
| 2914 | @section Multifile Documents | 2911 | @section Multifile Documents |
| @@ -3894,21 +3891,21 @@ Lisp (and even if you are) you might find it more comfortable to use | |||
| 3894 | reftex-customize} will get you there. | 3891 | reftex-customize} will get you there. |
| 3895 | 3892 | ||
| 3896 | @menu | 3893 | @menu |
| 3897 | * Options (Table of Contents):: | 3894 | * Options - Table of Contents:: |
| 3898 | * Options (Defining Label Environments):: | 3895 | * Options - Defining Label Environments:: |
| 3899 | * Options (Creating Labels):: | 3896 | * Options - Creating Labels:: |
| 3900 | * Options (Referencing Labels):: | 3897 | * Options - Referencing Labels:: |
| 3901 | * Options (Creating Citations):: | 3898 | * Options - Creating Citations:: |
| 3902 | * Options (Index Support):: | 3899 | * Options - Index Support:: |
| 3903 | * Options (Viewing Cross-References):: | 3900 | * Options - Viewing Cross-References:: |
| 3904 | * Options (Finding Files):: | 3901 | * Options - Finding Files:: |
| 3905 | * Options (Optimizations):: | 3902 | * Options - Optimizations:: |
| 3906 | * Options (Fontification):: | 3903 | * Options - Fontification:: |
| 3907 | * Options (Misc):: | 3904 | * Options - Misc:: |
| 3908 | * Keymaps and Hooks:: | 3905 | * Keymaps and Hooks:: |
| 3909 | @end menu | 3906 | @end menu |
| 3910 | 3907 | ||
| 3911 | @node Options (Table of Contents) | 3908 | @node Options - Table of Contents |
| 3912 | @section Table of Contents | 3909 | @section Table of Contents |
| 3913 | @cindex Options, table of contents | 3910 | @cindex Options, table of contents |
| 3914 | @cindex Table of contents, options | 3911 | @cindex Table of contents, options |
| @@ -4032,7 +4029,7 @@ The keymap which is active in the @file{*toc*} buffer. | |||
| 4032 | (@pxref{Table of Contents}). | 4029 | (@pxref{Table of Contents}). |
| 4033 | @end deffn | 4030 | @end deffn |
| 4034 | 4031 | ||
| 4035 | @node Options (Defining Label Environments) | 4032 | @node Options - Defining Label Environments |
| 4036 | @section Defining Label Environments | 4033 | @section Defining Label Environments |
| 4037 | @cindex Options, defining label environments | 4034 | @cindex Options, defining label environments |
| 4038 | @cindex Defining label environments, options | 4035 | @cindex Defining label environments, options |
| @@ -4259,7 +4256,7 @@ labels fn:xxx, you may want to set this variable to the value "^fn:$" or | |||
| 4259 | non-footnote labels. | 4256 | non-footnote labels. |
| 4260 | @end defopt | 4257 | @end defopt |
| 4261 | 4258 | ||
| 4262 | @node Options (Creating Labels) | 4259 | @node Options - Creating Labels |
| 4263 | @section Creating Labels | 4260 | @section Creating Labels |
| 4264 | @cindex Options, creating labels | 4261 | @cindex Options, creating labels |
| 4265 | @cindex Creating labels, options | 4262 | @cindex Creating labels, options |
| @@ -4375,7 +4372,7 @@ Character class after abbrev point in word. | |||
| 4375 | @end table | 4372 | @end table |
| 4376 | @end defopt | 4373 | @end defopt |
| 4377 | 4374 | ||
| 4378 | @node Options (Referencing Labels) | 4375 | @node Options - Referencing Labels |
| 4379 | @section Referencing Labels | 4376 | @section Referencing Labels |
| 4380 | @cindex Options, referencing labels | 4377 | @cindex Options, referencing labels |
| 4381 | @cindex Referencing labels, options | 4378 | @cindex Referencing labels, options |
| @@ -4497,7 +4494,7 @@ The keymap which is active in the labels selection process | |||
| 4497 | (@pxref{Referencing Labels}). | 4494 | (@pxref{Referencing Labels}). |
| 4498 | @end deffn | 4495 | @end deffn |
| 4499 | 4496 | ||
| 4500 | @node Options (Creating Citations) | 4497 | @node Options - Creating Citations |
| 4501 | @section Creating Citations | 4498 | @section Creating Citations |
| 4502 | @cindex Options, creating citations | 4499 | @cindex Options, creating citations |
| 4503 | @cindex Creating citations, options | 4500 | @cindex Creating citations, options |
| @@ -4676,7 +4673,7 @@ Footer to insert in BibTeX files generated by | |||
| 4676 | @end defopt | 4673 | @end defopt |
| 4677 | 4674 | ||
| 4678 | 4675 | ||
| 4679 | @node Options (Index Support) | 4676 | @node Options - Index Support, Options - Viewing Cross-References, Options - Creating Citations, Options |
| 4680 | @section Index Support | 4677 | @section Index Support |
| 4681 | @cindex Options, Index support | 4678 | @cindex Options, Index support |
| 4682 | @cindex Index support, options | 4679 | @cindex Index support, options |
| @@ -4896,7 +4893,7 @@ The keymap which is active in the @file{*Index*} buffer | |||
| 4896 | (@pxref{Index Support}). | 4893 | (@pxref{Index Support}). |
| 4897 | @end deffn | 4894 | @end deffn |
| 4898 | 4895 | ||
| 4899 | @node Options (Viewing Cross-References) | 4896 | @node Options - Viewing Cross-References |
| 4900 | @section Viewing Cross-References | 4897 | @section Viewing Cross-References |
| 4901 | @cindex Options, viewing cross-references | 4898 | @cindex Options, viewing cross-references |
| 4902 | @cindex Viewing cross-references, options | 4899 | @cindex Viewing cross-references, options |
| @@ -4955,7 +4952,7 @@ saved along with the parsing information. The cache survives document | |||
| 4955 | scans. In order to clear it, use @kbd{M-x reftex-reset-mode}. | 4952 | scans. In order to clear it, use @kbd{M-x reftex-reset-mode}. |
| 4956 | @end defopt | 4953 | @end defopt |
| 4957 | 4954 | ||
| 4958 | @node Options (Finding Files) | 4955 | @node Options - Finding Files |
| 4959 | @section Finding Files | 4956 | @section Finding Files |
| 4960 | @cindex Options, Finding Files | 4957 | @cindex Options, Finding Files |
| 4961 | @cindex Finding files, options | 4958 | @cindex Finding files, options |
| @@ -5045,7 +5042,7 @@ non-@code{nil}. | |||
| 5045 | @end defopt | 5042 | @end defopt |
| 5046 | 5043 | ||
| 5047 | @page | 5044 | @page |
| 5048 | @node Options (Optimizations) | 5045 | @node Options - Optimizations |
| 5049 | @section Optimizations | 5046 | @section Optimizations |
| 5050 | @cindex Options, optimizations | 5047 | @cindex Options, optimizations |
| 5051 | @cindex Optimizations, options | 5048 | @cindex Optimizations, options |
| @@ -5154,7 +5151,7 @@ effect when @code{reftex-use-multiple-selection-buffers} is | |||
| 5154 | non-@code{nil}. | 5151 | non-@code{nil}. |
| 5155 | @end defopt | 5152 | @end defopt |
| 5156 | 5153 | ||
| 5157 | @node Options (Fontification) | 5154 | @node Options - Fontification |
| 5158 | @section Fontification | 5155 | @section Fontification |
| 5159 | @cindex Options, fontification | 5156 | @cindex Options, fontification |
| 5160 | @cindex Fontification, options | 5157 | @cindex Fontification, options |
| @@ -5252,7 +5249,7 @@ Face name for index names (for multiple indices). | |||
| 5252 | Face name for index entries. | 5249 | Face name for index entries. |
| 5253 | @end defopt | 5250 | @end defopt |
| 5254 | 5251 | ||
| 5255 | @node Options (Misc) | 5252 | @node Options - Misc |
| 5256 | @section Miscellaneous | 5253 | @section Miscellaneous |
| 5257 | @cindex Options, misc | 5254 | @cindex Options, misc |
| 5258 | 5255 | ||
diff --git a/etc/ChangeLog b/etc/ChangeLog index cbaa780a4a4..2c5bf37e3a7 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-08-13 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * refcards/Makefile (all_pdf, all_ps, fr-survival.ps, dist): | ||
| 4 | New rules. | ||
| 5 | (SURVIVAL_CARDS_PDF): Add fr_survival.pdf. | ||
| 6 | |||
| 1 | 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | 7 | 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 8 | ||
| 3 | * NEWS: Mention -lz and `decompress-gzipped-region'. | 9 | * NEWS: Mention -lz and `decompress-gzipped-region'. |
diff --git a/etc/refcards/Makefile b/etc/refcards/Makefile index 66fbc96e181..ebd7ca9e408 100644 --- a/etc/refcards/Makefile +++ b/etc/refcards/Makefile | |||
| @@ -23,6 +23,10 @@ | |||
| 23 | ## PDF files that are included with Emacs. | 23 | ## PDF files that are included with Emacs. |
| 24 | all: refcards_pdf dired-refcards_pdf misc-refcards_pdf | 24 | all: refcards_pdf dired-refcards_pdf misc-refcards_pdf |
| 25 | 25 | ||
| 26 | all_pdf: all survival-cards_pdf viper-cards_pdf | ||
| 27 | all_ps: refcards_ps dired-refcards_ps misc-refcards_ps survival-cards_ps \ | ||
| 28 | viper-cards_ps | ||
| 29 | |||
| 26 | REFCARDS_PDF = refcard.pdf cs-refcard.pdf de-refcard.pdf fr-refcard.pdf \ | 30 | REFCARDS_PDF = refcard.pdf cs-refcard.pdf de-refcard.pdf fr-refcard.pdf \ |
| 27 | pl-refcard.pdf pt-br-refcard.pdf ru-refcard.pdf sk-refcard.pdf | 31 | pl-refcard.pdf pt-br-refcard.pdf ru-refcard.pdf sk-refcard.pdf |
| 28 | refcards_pdf: ${REFCARDS_PDF} | 32 | refcards_pdf: ${REFCARDS_PDF} |
| @@ -39,7 +43,7 @@ misc-refcards_ps: ${MISC_REFCARDS_PDF:.pdf=.ps} | |||
| 39 | 43 | ||
| 40 | 44 | ||
| 41 | ## The following files are not included with Emacs. | 45 | ## The following files are not included with Emacs. |
| 42 | SURVIVAL_CARDS_PDF = survival.pdf cs-survival.pdf sk-survival.pdf | 46 | SURVIVAL_CARDS_PDF = survival.pdf cs-survival.pdf fr-survival.pdf sk-survival.pdf |
| 43 | survival-cards_pdf: ${SURVIVAL_CARDS_PDF} | 47 | survival-cards_pdf: ${SURVIVAL_CARDS_PDF} |
| 44 | survival-cards_ps: ${SURVIVAL_CARDS_PDF:.pdf=.ps} | 48 | survival-cards_ps: ${SURVIVAL_CARDS_PDF:.pdf=.ps} |
| 45 | 49 | ||
| @@ -118,7 +122,7 @@ gnus-booklet.dvi: gnus-refcard.tex | |||
| 118 | ## FIXME orgcard.ps does not fit on letter (see orgcard.tex). | 122 | ## FIXME orgcard.ps does not fit on letter (see orgcard.tex). |
| 119 | 123 | ||
| 120 | ## A4, landscape. | 124 | ## A4, landscape. |
| 121 | de-refcard.ps fr-refcard.ps pt-br-refcard.ps orgcard.ps: %.ps: %.dvi | 125 | de-refcard.ps fr-refcard.ps fr-survival.ps pt-br-refcard.ps orgcard.ps: %.ps: %.dvi |
| 122 | dvips -t a4 -t landscape $< -o $@ | 126 | dvips -t a4 -t landscape $< -o $@ |
| 123 | 127 | ||
| 124 | ## A4, portrait. | 128 | ## A4, portrait. |
| @@ -142,4 +146,12 @@ viperCard.ps: %.ps: %.dvi | |||
| 142 | clean: | 146 | clean: |
| 143 | -rm -f *.dvi *.log *.aux | 147 | -rm -f *.dvi *.log *.aux |
| 144 | 148 | ||
| 149 | ## For the Emacs website. | ||
| 150 | dist: | ||
| 151 | rm -rf emacs-refcards | ||
| 152 | mkdir emacs-refcards | ||
| 153 | cp Makefile README *.tex gnus-logo.* pdflayout.sty emacs-refcards/ | ||
| 154 | tar -cf emacs-refcards.tar emacs-refcards | ||
| 155 | rm -rf emacs-refcards | ||
| 156 | |||
| 145 | ### Makefile ends here | 157 | ### Makefile ends here |