diff options
| author | Glenn Morris | 2014-03-12 16:52:34 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-03-12 16:52:34 -0400 |
| commit | d29fbf47e4b1ea635f96bada13645675a0c0506b (patch) | |
| tree | df2f7f135512e10a96252f8da61065adea3a4aa2 | |
| parent | 991f63c0f49388023045b7ce471a085fd320ca4e (diff) | |
| download | emacs-d29fbf47e4b1ea635f96bada13645675a0c0506b.tar.gz emacs-d29fbf47e4b1ea635f96bada13645675a0c0506b.zip | |
Use @file for buffers, per the Texinfo manual
* doc/misc/ada-mode.texi, doc/misc/auth.texi, doc/misc/calc.texi:
* doc/misc/ebrowse.texi, doc/misc/efaq.texi, doc/misc/emacs-gnutls.texi:
* doc/misc/epa.texi, doc/misc/ert.texi, doc/misc/eshell.texi:
* doc/misc/eww.texi, doc/misc/flymake.texi, doc/misc/gnus.texi:
* doc/misc/info.texi, doc/misc/message.texi, doc/misc/mh-e.texi:
* doc/misc/newsticker.texi, doc/misc/pcl-cvs.texi, doc/misc/rcirc.texi:
* doc/misc/sem-user.texi, doc/misc/smtpmail.texi, doc/misc/url.texi:
* doc/misc/viper.texi, doc/misc/wisent.texi, doc/misc/woman.texi:
Use @file for buffers, per the Texinfo manual.
| -rw-r--r-- | doc/misc/ChangeLog | 9 | ||||
| -rw-r--r-- | doc/misc/ada-mode.texi | 18 | ||||
| -rw-r--r-- | doc/misc/auth.texi | 4 | ||||
| -rw-r--r-- | doc/misc/calc.texi | 102 | ||||
| -rw-r--r-- | doc/misc/ebrowse.texi | 2 | ||||
| -rw-r--r-- | doc/misc/efaq.texi | 4 | ||||
| -rw-r--r-- | doc/misc/emacs-gnutls.texi | 4 | ||||
| -rw-r--r-- | doc/misc/epa.texi | 10 | ||||
| -rw-r--r-- | doc/misc/ert.texi | 2 | ||||
| -rw-r--r-- | doc/misc/eshell.texi | 2 | ||||
| -rw-r--r-- | doc/misc/eww.texi | 8 | ||||
| -rw-r--r-- | doc/misc/flymake.texi | 4 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 16 | ||||
| -rw-r--r-- | doc/misc/info.texi | 2 | ||||
| -rw-r--r-- | doc/misc/message.texi | 2 | ||||
| -rw-r--r-- | doc/misc/mh-e.texi | 74 | ||||
| -rw-r--r-- | doc/misc/newsticker.texi | 4 | ||||
| -rw-r--r-- | doc/misc/pcl-cvs.texi | 52 | ||||
| -rw-r--r-- | doc/misc/rcirc.texi | 2 | ||||
| -rw-r--r-- | doc/misc/sem-user.texi | 4 | ||||
| -rw-r--r-- | doc/misc/smtpmail.texi | 2 | ||||
| -rw-r--r-- | doc/misc/url.texi | 2 | ||||
| -rw-r--r-- | doc/misc/viper.texi | 4 | ||||
| -rw-r--r-- | doc/misc/wisent.texi | 4 | ||||
| -rw-r--r-- | doc/misc/woman.texi | 6 |
25 files changed, 176 insertions, 167 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 770819ee445..13d147f7e72 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2014-03-12 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * ada-mode.texi, auth.texi, calc.texi, ebrowse.texi, efaq.texi: | ||
| 4 | * emacs-gnutls.texi, epa.texi, ert.texi, eshell.texi, eww.texi: | ||
| 5 | * flymake.texi, gnus.texi, info.texi, message.texi, mh-e.texi: | ||
| 6 | * newsticker.texi, pcl-cvs.texi, rcirc.texi, sem-user.texi: | ||
| 7 | * smtpmail.texi, url.texi, viper.texi, wisent.texi, woman.texi: | ||
| 8 | Use @file for buffers, per the Texinfo manual. | ||
| 9 | |||
| 1 | 2014-03-12 Paul Eggert <eggert@cs.ucla.edu> | 10 | 2014-03-12 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 11 | ||
| 3 | * org.texi: Don't set txicodequoteundirected and txicodequotebacktick | 12 | * org.texi: Don't set txicodequoteundirected and txicodequotebacktick |
diff --git a/doc/misc/ada-mode.texi b/doc/misc/ada-mode.texi index f20f0910763..71f020ceb28 100644 --- a/doc/misc/ada-mode.texi +++ b/doc/misc/ada-mode.texi | |||
| @@ -352,7 +352,7 @@ Invoke @samp{Ada | Project | Load}, and load a project file that specifies @code | |||
| 352 | 352 | ||
| 353 | The @code{Check file}, @code{Compile file}, and @code{Build} commands | 353 | The @code{Check file}, @code{Compile file}, and @code{Build} commands |
| 354 | all place compilation errors in a separate buffer named | 354 | all place compilation errors in a separate buffer named |
| 355 | @code{*compilation*}. | 355 | @file{*compilation*}. |
| 356 | 356 | ||
| 357 | Each line in this buffer will become active: you can simply click on | 357 | Each line in this buffer will become active: you can simply click on |
| 358 | it with the middle button of the mouse, or move point to it and press | 358 | it with the middle button of the mouse, or move point to it and press |
| @@ -374,8 +374,8 @@ An Emacs Ada mode project file specifies what directories hold sources | |||
| 374 | for your project, and allows you to customize the compilation commands | 374 | for your project, and allows you to customize the compilation commands |
| 375 | and other things on a per-project basis. | 375 | and other things on a per-project basis. |
| 376 | 376 | ||
| 377 | Note that Ada mode project files @samp{*.adp} are different than GNAT | 377 | Note that Ada mode project files @file{*.adp} are different than GNAT |
| 378 | compiler project files @samp{*.gpr}. However, Emacs Ada mode can use a | 378 | compiler project files @file{*.gpr}. However, Emacs Ada mode can use a |
| 379 | GNAT project file to specify the project directories. If no | 379 | GNAT project file to specify the project directories. If no |
| 380 | other customization is needed, a GNAT project file can be used without | 380 | other customization is needed, a GNAT project file can be used without |
| 381 | an Emacs Ada mode project file. | 381 | an Emacs Ada mode project file. |
| @@ -728,7 +728,7 @@ Yes, this is missing the keyword @code{body}; another compiler error | |||
| 728 | example. | 728 | example. |
| 729 | 729 | ||
| 730 | In buffer @file{hello.adb}, invoke @samp{Ada | Check file}. You should | 730 | In buffer @file{hello.adb}, invoke @samp{Ada | Check file}. You should |
| 731 | get a @code{*compilation*} buffer containing something like (the | 731 | get a @file{*compilation*} buffer containing something like (the |
| 732 | directory paths will be different): | 732 | directory paths will be different): |
| 733 | 733 | ||
| 734 | @smallexample | 734 | @smallexample |
| @@ -815,7 +815,7 @@ Emacs has remembered the main file, in the project variable | |||
| 815 | @code{main}, and used it for the Build command. | 815 | @code{main}, and used it for the Build command. |
| 816 | 816 | ||
| 817 | Finally, again while in @file{hello_pkg.adb}, invoke @samp{Ada | Run}. | 817 | Finally, again while in @file{hello_pkg.adb}, invoke @samp{Ada | Run}. |
| 818 | The @code{*run*} buffer displays @code{Hello from hello_pkg.adb}. | 818 | The @file{*run*} buffer displays @code{Hello from hello_pkg.adb}. |
| 819 | 819 | ||
| 820 | One final point. If you switch back to buffer @file{hello.adb}, and | 820 | One final point. If you switch back to buffer @file{hello.adb}, and |
| 821 | invoke @samp{Ada | Run}, @file{hello_2.exe} will be run. That is | 821 | invoke @samp{Ada | Run}, @file{hello_2.exe} will be run. That is |
| @@ -876,7 +876,7 @@ In buffer @file{hello.adb}, invoke @samp{Ada | Project | Load...}, and | |||
| 876 | select @file{Example_2/hello.adp}. | 876 | select @file{Example_2/hello.adp}. |
| 877 | 877 | ||
| 878 | Then, again in buffer @file{hello.adb}, invoke @samp{Ada | Set main and | 878 | Then, again in buffer @file{hello.adb}, invoke @samp{Ada | Set main and |
| 879 | Build}. You should get a @code{*compilation*} buffer containing | 879 | Build}. You should get a @file{*compilation*} buffer containing |
| 880 | something like (the directory paths will be different): | 880 | something like (the directory paths will be different): |
| 881 | 881 | ||
| 882 | @example | 882 | @example |
| @@ -960,7 +960,7 @@ In buffer @file{hello_3.adb}, invoke @samp{Ada | Project | Load...}, and | |||
| 960 | select @file{Example_3/Other/other.adp}. | 960 | select @file{Example_3/Other/other.adp}. |
| 961 | 961 | ||
| 962 | Then, again in @file{hello_3.adb}, invoke @samp{Ada | Set main and | 962 | Then, again in @file{hello_3.adb}, invoke @samp{Ada | Set main and |
| 963 | Build}. You should get a @code{*compilation*} buffer containing | 963 | Build}. You should get a @file{*compilation*} buffer containing |
| 964 | something like (the directory paths will be different): | 964 | something like (the directory paths will be different): |
| 965 | 965 | ||
| 966 | @example | 966 | @example |
| @@ -1043,7 +1043,7 @@ In buffer @file{hello_4.adb}, invoke @samp{Ada | Project | Load...}, and | |||
| 1043 | select @file{Example_4/Gnat_Project/hello_4.gpr}. | 1043 | select @file{Example_4/Gnat_Project/hello_4.gpr}. |
| 1044 | 1044 | ||
| 1045 | Then, again in @file{hello_4.adb}, invoke @samp{Ada | Set main and | 1045 | Then, again in @file{hello_4.adb}, invoke @samp{Ada | Set main and |
| 1046 | Build}. You should get a @code{*compilation*} buffer containing | 1046 | Build}. You should get a @file{*compilation*} buffer containing |
| 1047 | something like (the directory paths will be different): | 1047 | something like (the directory paths will be different): |
| 1048 | 1048 | ||
| 1049 | @smallexample | 1049 | @smallexample |
| @@ -1110,7 +1110,7 @@ In buffer @file{hello_5.adb}, invoke @samp{Ada | Project | Load...}, and | |||
| 1110 | select @file{Example_5/hello_5.adp}. | 1110 | select @file{Example_5/hello_5.adp}. |
| 1111 | 1111 | ||
| 1112 | Then, again in @file{hello_5.adb}, invoke @samp{Ada | Set main and | 1112 | Then, again in @file{hello_5.adb}, invoke @samp{Ada | Set main and |
| 1113 | Build}. You should get a @code{*compilation*} buffer containing | 1113 | Build}. You should get a @file{*compilation*} buffer containing |
| 1114 | something like (the directory paths will be different): | 1114 | something like (the directory paths will be different): |
| 1115 | 1115 | ||
| 1116 | @smallexample | 1116 | @smallexample |
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi index 993062f8082..110473209c4 100644 --- a/doc/misc/auth.texi +++ b/doc/misc/auth.texi | |||
| @@ -127,7 +127,7 @@ later. | |||
| 127 | 127 | ||
| 128 | If you have problems with the search, set @code{auth-source-debug} to | 128 | If you have problems with the search, set @code{auth-source-debug} to |
| 129 | @code{'trivia} and see what host, port, and user the library is | 129 | @code{'trivia} and see what host, port, and user the library is |
| 130 | checking in the @samp{*Messages*} buffer. Ditto for any other | 130 | checking in the @file{*Messages*} buffer. Ditto for any other |
| 131 | problems, your first step is always to see what's being checked. The | 131 | problems, your first step is always to see what's being checked. The |
| 132 | second step, of course, is to write a blog entry about it and wait for | 132 | second step, of course, is to write a blog entry about it and wait for |
| 133 | the answer in the comments. | 133 | the answer in the comments. |
| @@ -382,7 +382,7 @@ The auth-source library lets you control logging output easily. | |||
| 382 | 382 | ||
| 383 | @defvar auth-source-debug | 383 | @defvar auth-source-debug |
| 384 | Set this variable to @code{'trivia} to see lots of output in | 384 | Set this variable to @code{'trivia} to see lots of output in |
| 385 | @samp{*Messages*}, or set it to a function that behaves like | 385 | @file{*Messages*}, or set it to a function that behaves like |
| 386 | @code{message} to do your own logging. | 386 | @code{message} to do your own logging. |
| 387 | @end defvar | 387 | @end defvar |
| 388 | 388 | ||
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index 4010d6c8c19..366f1e3f03d 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi | |||
| @@ -3960,7 +3960,7 @@ Next, let's add the line we got from our least-squares fit. | |||
| 3960 | @ifinfo | 3960 | @ifinfo |
| 3961 | (If you are reading this tutorial on-line while running Calc, typing | 3961 | (If you are reading this tutorial on-line while running Calc, typing |
| 3962 | @kbd{g a} may cause the tutorial to disappear from its window and be | 3962 | @kbd{g a} may cause the tutorial to disappear from its window and be |
| 3963 | replaced by a buffer named @samp{*Gnuplot Commands*}. The tutorial | 3963 | replaced by a buffer named @file{*Gnuplot Commands*}. The tutorial |
| 3964 | will reappear when you terminate GNUPLOT by typing @kbd{g q}.) | 3964 | will reappear when you terminate GNUPLOT by typing @kbd{g q}.) |
| 3965 | @end ifinfo | 3965 | @end ifinfo |
| 3966 | 3966 | ||
| @@ -9617,8 +9617,8 @@ numeric entry, undo, numeric prefix arguments, etc. | |||
| 9617 | @cindex Starting the Calculator | 9617 | @cindex Starting the Calculator |
| 9618 | @cindex Running the Calculator | 9618 | @cindex Running the Calculator |
| 9619 | To start the Calculator in its standard interface, type @kbd{M-x calc}. | 9619 | To start the Calculator in its standard interface, type @kbd{M-x calc}. |
| 9620 | By default this creates a pair of small windows, @samp{*Calculator*} | 9620 | By default this creates a pair of small windows, @file{*Calculator*} |
| 9621 | and @samp{*Calc Trail*}. The former displays the contents of the | 9621 | and @file{*Calc Trail*}. The former displays the contents of the |
| 9622 | Calculator stack and is manipulated exclusively through Calc commands. | 9622 | Calculator stack and is manipulated exclusively through Calc commands. |
| 9623 | It is possible (though not usually necessary) to create several Calc | 9623 | It is possible (though not usually necessary) to create several Calc |
| 9624 | mode buffers each of which has an independent stack, undo list, and | 9624 | mode buffers each of which has an independent stack, undo list, and |
| @@ -9626,7 +9626,7 @@ mode settings. There is exactly one Calc Trail buffer; it records a | |||
| 9626 | list of the results of all calculations that have been done. The | 9626 | list of the results of all calculations that have been done. The |
| 9627 | Calc Trail buffer uses a variant of Calc mode, so Calculator commands | 9627 | Calc Trail buffer uses a variant of Calc mode, so Calculator commands |
| 9628 | still work when the trail buffer's window is selected. It is possible | 9628 | still work when the trail buffer's window is selected. It is possible |
| 9629 | to turn the trail window off, but the @samp{*Calc Trail*} buffer itself | 9629 | to turn the trail window off, but the @file{*Calc Trail*} buffer itself |
| 9630 | still exists and is updated silently. @xref{Trail Commands}. | 9630 | still exists and is updated silently. @xref{Trail Commands}. |
| 9631 | 9631 | ||
| 9632 | @kindex C-x * c | 9632 | @kindex C-x * c |
| @@ -10150,10 +10150,10 @@ forget what it was, just run @code{C-x * q} again and enter | |||
| 10150 | @samp{$} as the formula. | 10150 | @samp{$} as the formula. |
| 10151 | 10151 | ||
| 10152 | If this is the first time you have used the Calculator in this Emacs | 10152 | If this is the first time you have used the Calculator in this Emacs |
| 10153 | session, the @kbd{C-x * q} command will create the @code{*Calculator*} | 10153 | session, the @kbd{C-x * q} command will create the @file{*Calculator*} |
| 10154 | buffer and perform all the usual initializations; it simply will | 10154 | buffer and perform all the usual initializations; it simply will |
| 10155 | refrain from putting that buffer up in a new window. The Quick | 10155 | refrain from putting that buffer up in a new window. The Quick |
| 10156 | Calculator refers to the @code{*Calculator*} buffer for all mode | 10156 | Calculator refers to the @file{*Calculator*} buffer for all mode |
| 10157 | settings. Thus, for example, to set the precision that the Quick | 10157 | settings. Thus, for example, to set the precision that the Quick |
| 10158 | Calculator uses, simply run the full Calculator momentarily and use | 10158 | Calculator uses, simply run the full Calculator momentarily and use |
| 10159 | the regular @kbd{p} command. | 10159 | the regular @kbd{p} command. |
| @@ -10341,9 +10341,9 @@ that you must always press @kbd{w} yourself to see the messages). | |||
| 10341 | @pindex another-calc | 10341 | @pindex another-calc |
| 10342 | It is possible to have any number of Calc mode buffers at once. | 10342 | It is possible to have any number of Calc mode buffers at once. |
| 10343 | Usually this is done by executing @kbd{M-x another-calc}, which | 10343 | Usually this is done by executing @kbd{M-x another-calc}, which |
| 10344 | is similar to @kbd{C-x * c} except that if a @samp{*Calculator*} | 10344 | is similar to @kbd{C-x * c} except that if a @file{*Calculator*} |
| 10345 | buffer already exists, a new, independent one with a name of the | 10345 | buffer already exists, a new, independent one with a name of the |
| 10346 | form @samp{*Calculator*<@var{n}>} is created. You can also use the | 10346 | form @file{*Calculator*<@var{n}>} is created. You can also use the |
| 10347 | command @code{calc-mode} to put any buffer into Calculator mode, but | 10347 | command @code{calc-mode} to put any buffer into Calculator mode, but |
| 10348 | this would ordinarily never be done. | 10348 | this would ordinarily never be done. |
| 10349 | 10349 | ||
| @@ -10358,7 +10358,7 @@ global default values of these variables are used only when a new | |||
| 10358 | Calculator buffer is created. The @code{calc-quit} command saves | 10358 | Calculator buffer is created. The @code{calc-quit} command saves |
| 10359 | the stack and mode settings of the buffer being quit as the new defaults. | 10359 | the stack and mode settings of the buffer being quit as the new defaults. |
| 10360 | 10360 | ||
| 10361 | There is only one trail buffer, @samp{*Calc Trail*}, used by all | 10361 | There is only one trail buffer, @file{*Calc Trail*}, used by all |
| 10362 | Calculator buffers. | 10362 | Calculator buffers. |
| 10363 | 10363 | ||
| 10364 | @node Troubleshooting Commands, , Multiple Calculators, Introduction | 10364 | @node Troubleshooting Commands, , Multiple Calculators, Introduction |
| @@ -11882,7 +11882,7 @@ the stack objects at the levels determined by the point and the mark. | |||
| 11882 | @pindex calc-edit-finish | 11882 | @pindex calc-edit-finish |
| 11883 | @cindex Editing the stack with Emacs | 11883 | @cindex Editing the stack with Emacs |
| 11884 | The @kbd{`} (@code{calc-edit}) command creates a temporary buffer | 11884 | The @kbd{`} (@code{calc-edit}) command creates a temporary buffer |
| 11885 | (@samp{*Calc Edit*}) for editing the top-of-stack value using regular | 11885 | (@file{*Calc Edit*}) for editing the top-of-stack value using regular |
| 11886 | Emacs commands. Note that @kbd{`} is a backquote, not a quote. With a | 11886 | Emacs commands. Note that @kbd{`} is a backquote, not a quote. With a |
| 11887 | numeric prefix argument, it edits the specified number of stack entries | 11887 | numeric prefix argument, it edits the specified number of stack entries |
| 11888 | at once. (An argument of zero edits the entire stack; a negative | 11888 | at once. (An argument of zero edits the entire stack; a negative |
| @@ -11895,9 +11895,9 @@ usual meaning (``insert a newline'') if it's a situation where you | |||
| 11895 | might want to insert new lines into the editing buffer. | 11895 | might want to insert new lines into the editing buffer. |
| 11896 | 11896 | ||
| 11897 | When you finish editing, the Calculator parses the lines of text in | 11897 | When you finish editing, the Calculator parses the lines of text in |
| 11898 | the @samp{*Calc Edit*} buffer as numbers or formulas, replaces the | 11898 | the @file{*Calc Edit*} buffer as numbers or formulas, replaces the |
| 11899 | original stack elements in the original buffer with these new values, | 11899 | original stack elements in the original buffer with these new values, |
| 11900 | then kills the @samp{*Calc Edit*} buffer. The original Calculator buffer | 11900 | then kills the @file{*Calc Edit*} buffer. The original Calculator buffer |
| 11901 | continues to exist during editing, but for best results you should be | 11901 | continues to exist during editing, but for best results you should be |
| 11902 | careful not to change it until you have finished the edit. You can | 11902 | careful not to change it until you have finished the edit. You can |
| 11903 | also cancel the edit by killing the buffer with @kbd{C-x k}. | 11903 | also cancel the edit by killing the buffer with @kbd{C-x k}. |
| @@ -11908,7 +11908,7 @@ For example, editing @samp{a + 2} to @samp{3 + 2} and pressing | |||
| 11908 | finish, Calc will put the result on the stack without evaluating it. | 11908 | finish, Calc will put the result on the stack without evaluating it. |
| 11909 | 11909 | ||
| 11910 | If you give a prefix argument to @kbd{C-c C-c}, | 11910 | If you give a prefix argument to @kbd{C-c C-c}, |
| 11911 | Calc will not kill the @samp{*Calc Edit*} buffer. You can switch | 11911 | Calc will not kill the @file{*Calc Edit*} buffer. You can switch |
| 11912 | back to that buffer and continue editing if you wish. However, you | 11912 | back to that buffer and continue editing if you wish. However, you |
| 11913 | should understand that if you initiated the edit with @kbd{`}, the | 11913 | should understand that if you initiated the edit with @kbd{`}, the |
| 11914 | @kbd{C-c C-c} operation will be programmed to replace the top of the | 11914 | @kbd{C-c C-c} operation will be programmed to replace the top of the |
| @@ -11918,13 +11918,13 @@ with other editing commands, though, such as @kbd{s e} | |||
| 11918 | (@code{calc-edit-variable}; @pxref{Operations on Variables}). | 11918 | (@code{calc-edit-variable}; @pxref{Operations on Variables}). |
| 11919 | 11919 | ||
| 11920 | If the @code{calc-edit} command involves more than one stack entry, | 11920 | If the @code{calc-edit} command involves more than one stack entry, |
| 11921 | each line of the @samp{*Calc Edit*} buffer is interpreted as a | 11921 | each line of the @file{*Calc Edit*} buffer is interpreted as a |
| 11922 | separate formula. Otherwise, the entire buffer is interpreted as | 11922 | separate formula. Otherwise, the entire buffer is interpreted as |
| 11923 | one formula, with line breaks ignored. (You can use @kbd{C-o} or | 11923 | one formula, with line breaks ignored. (You can use @kbd{C-o} or |
| 11924 | @kbd{C-q C-j} to insert a newline in the buffer without pressing @key{RET}.) | 11924 | @kbd{C-q C-j} to insert a newline in the buffer without pressing @key{RET}.) |
| 11925 | 11925 | ||
| 11926 | The @kbd{`} key also works during numeric or algebraic entry. The | 11926 | The @kbd{`} key also works during numeric or algebraic entry. The |
| 11927 | text entered so far is moved to the @code{*Calc Edit*} buffer for | 11927 | text entered so far is moved to the @file{*Calc Edit*} buffer for |
| 11928 | more extensive editing than is convenient in the minibuffer. | 11928 | more extensive editing than is convenient in the minibuffer. |
| 11929 | 11929 | ||
| 11930 | @node Trail Commands, Keep Arguments, Editing Stack Entries, Stack and Trail | 11930 | @node Trail Commands, Keep Arguments, Editing Stack Entries, Stack and Trail |
| @@ -23604,7 +23604,7 @@ of 3 is used. The lower this limit is, the greater the chance that Calc | |||
| 23604 | will be unable to integrate a function it could otherwise handle. Raising | 23604 | will be unable to integrate a function it could otherwise handle. Raising |
| 23605 | this limit allows the Calculator to solve more integrals, though the time | 23605 | this limit allows the Calculator to solve more integrals, though the time |
| 23606 | it takes may grow exponentially. You can monitor the integrator's actions | 23606 | it takes may grow exponentially. You can monitor the integrator's actions |
| 23607 | by creating an Emacs buffer called @code{*Trace*}. If such a buffer | 23607 | by creating an Emacs buffer called @file{*Trace*}. If such a buffer |
| 23608 | exists, the @kbd{a i} command will write a log of its actions there. | 23608 | exists, the @kbd{a i} command will write a log of its actions there. |
| 23609 | 23609 | ||
| 23610 | If you want to manipulate integrals in a purely symbolic way, you can | 23610 | If you want to manipulate integrals in a purely symbolic way, you can |
| @@ -27653,17 +27653,17 @@ only during integration by @kbd{a i}. | |||
| 27653 | @subsection Debugging Rewrites | 27653 | @subsection Debugging Rewrites |
| 27654 | 27654 | ||
| 27655 | @noindent | 27655 | @noindent |
| 27656 | If a buffer named @samp{*Trace*} exists, the rewrite mechanism will | 27656 | If a buffer named @file{*Trace*} exists, the rewrite mechanism will |
| 27657 | record some useful information there as it operates. The original | 27657 | record some useful information there as it operates. The original |
| 27658 | formula is written there, as is the result of each successful rewrite, | 27658 | formula is written there, as is the result of each successful rewrite, |
| 27659 | and the final result of the rewriting. All phase changes are also | 27659 | and the final result of the rewriting. All phase changes are also |
| 27660 | noted. | 27660 | noted. |
| 27661 | 27661 | ||
| 27662 | Calc always appends to @samp{*Trace*}. You must empty this buffer | 27662 | Calc always appends to @file{*Trace*}. You must empty this buffer |
| 27663 | yourself periodically if it is in danger of growing unwieldy. | 27663 | yourself periodically if it is in danger of growing unwieldy. |
| 27664 | 27664 | ||
| 27665 | Note that the rewriting mechanism is substantially slower when the | 27665 | Note that the rewriting mechanism is substantially slower when the |
| 27666 | @samp{*Trace*} buffer exists, even if the buffer is not visible on | 27666 | @file{*Trace*} buffer exists, even if the buffer is not visible on |
| 27667 | the screen. Once you are done, you will probably want to kill this | 27667 | the screen. Once you are done, you will probably want to kill this |
| 27668 | buffer (with @kbd{C-x k *Trace* @key{RET}}). If you leave it in | 27668 | buffer (with @kbd{C-x k *Trace* @key{RET}}). If you leave it in |
| 27669 | existence and forget about it, all your future rewrite commands will | 27669 | existence and forget about it, all your future rewrite commands will |
| @@ -27986,7 +27986,7 @@ be considered a ``femto-ton,'' but it is written as @samp{1000 at} | |||
| 27986 | @kindex u v | 27986 | @kindex u v |
| 27987 | @pindex calc-enter-units-table | 27987 | @pindex calc-enter-units-table |
| 27988 | The @kbd{u v} (@code{calc-enter-units-table}) command displays the units table | 27988 | The @kbd{u v} (@code{calc-enter-units-table}) command displays the units table |
| 27989 | in another buffer called @code{*Units Table*}. Each entry in this table | 27989 | in another buffer called @file{*Units Table*}. Each entry in this table |
| 27990 | gives the unit name as it would appear in an expression, the definition | 27990 | gives the unit name as it would appear in an expression, the definition |
| 27991 | of the unit in terms of simpler units, and a full name or description of | 27991 | of the unit in terms of simpler units, and a full name or description of |
| 27992 | the unit. Fundamental units are defined as themselves; these are the | 27992 | the unit. Fundamental units are defined as themselves; these are the |
| @@ -29267,7 +29267,7 @@ result is a surface plot where | |||
| 29267 | is the height of the point | 29267 | is the height of the point |
| 29268 | at coordinate @expr{(x_i, y_j)} on the surface. The 3D graph will | 29268 | at coordinate @expr{(x_i, y_j)} on the surface. The 3D graph will |
| 29269 | be displayed from a certain default viewpoint; you can change this | 29269 | be displayed from a certain default viewpoint; you can change this |
| 29270 | viewpoint by adding a @samp{set view} to the @samp{*Gnuplot Commands*} | 29270 | viewpoint by adding a @samp{set view} to the @file{*Gnuplot Commands*} |
| 29271 | buffer as described later. See the GNUPLOT documentation for a | 29271 | buffer as described later. See the GNUPLOT documentation for a |
| 29272 | description of the @samp{set view} command. | 29272 | description of the @samp{set view} command. |
| 29273 | 29273 | ||
| @@ -29330,7 +29330,7 @@ you give the @kbd{g p} command, all the curves will be drawn superimposed | |||
| 29330 | on the same axes. | 29330 | on the same axes. |
| 29331 | 29331 | ||
| 29332 | The @kbd{g a} command (and many others that affect the current graph) | 29332 | The @kbd{g a} command (and many others that affect the current graph) |
| 29333 | will cause a special buffer, @samp{*Gnuplot Commands*}, to be displayed | 29333 | will cause a special buffer, @file{*Gnuplot Commands*}, to be displayed |
| 29334 | in another window. This buffer is a template of the commands that will | 29334 | in another window. This buffer is a template of the commands that will |
| 29335 | be sent to GNUPLOT when it is time to draw the graph. The first | 29335 | be sent to GNUPLOT when it is time to draw the graph. The first |
| 29336 | @kbd{g a} command adds a @code{plot} command to this buffer. Succeeding | 29336 | @kbd{g a} command adds a @code{plot} command to this buffer. Succeeding |
| @@ -29341,7 +29341,7 @@ directly, but you can if you wish. The only constraint is that there | |||
| 29341 | must be only one @code{plot} command, and it must be the last command | 29341 | must be only one @code{plot} command, and it must be the last command |
| 29342 | in the buffer. If you want to save and later restore a complete graph | 29342 | in the buffer. If you want to save and later restore a complete graph |
| 29343 | configuration, you can use regular Emacs commands to save and restore | 29343 | configuration, you can use regular Emacs commands to save and restore |
| 29344 | the contents of the @samp{*Gnuplot Commands*} buffer. | 29344 | the contents of the @file{*Gnuplot Commands*} buffer. |
| 29345 | 29345 | ||
| 29346 | @vindex PlotData1 | 29346 | @vindex PlotData1 |
| 29347 | @vindex PlotData2 | 29347 | @vindex PlotData2 |
| @@ -29393,10 +29393,10 @@ separate ``z''s). With a zero prefix, it takes three stack entries | |||
| 29393 | but the ``z'' entry is a vector of curve values. With a negative | 29393 | but the ``z'' entry is a vector of curve values. With a negative |
| 29394 | prefix @expr{-n}, it takes @expr{n} vectors of the form @expr{[x, y, z]}. | 29394 | prefix @expr{-n}, it takes @expr{n} vectors of the form @expr{[x, y, z]}. |
| 29395 | The @kbd{g A} command works by adding a @code{splot} (surface-plot) | 29395 | The @kbd{g A} command works by adding a @code{splot} (surface-plot) |
| 29396 | command to the @samp{*Gnuplot Commands*} buffer. | 29396 | command to the @file{*Gnuplot Commands*} buffer. |
| 29397 | 29397 | ||
| 29398 | (Although @kbd{g a} adds a 2D @code{plot} command to the | 29398 | (Although @kbd{g a} adds a 2D @code{plot} command to the |
| 29399 | @samp{*Gnuplot Commands*} buffer, Calc changes this to @code{splot} | 29399 | @file{*Gnuplot Commands*} buffer, Calc changes this to @code{splot} |
| 29400 | before sending it to GNUPLOT if it notices that the data points are | 29400 | before sending it to GNUPLOT if it notices that the data points are |
| 29401 | evaluating to @code{xyz} calls. It will not work to mix 2D and 3D | 29401 | evaluating to @code{xyz} calls. It will not work to mix 2D and 3D |
| 29402 | @kbd{g a} curves in a single graph, although Calc does not currently | 29402 | @kbd{g a} curves in a single graph, although Calc does not currently |
| @@ -29428,7 +29428,7 @@ affect the last curve in the list. | |||
| 29428 | @kindex g p | 29428 | @kindex g p |
| 29429 | @pindex calc-graph-plot | 29429 | @pindex calc-graph-plot |
| 29430 | The @kbd{g p} (@code{calc-graph-plot}) command uses GNUPLOT to draw | 29430 | The @kbd{g p} (@code{calc-graph-plot}) command uses GNUPLOT to draw |
| 29431 | the graph described in the @samp{*Gnuplot Commands*} buffer. Any | 29431 | the graph described in the @file{*Gnuplot Commands*} buffer. Any |
| 29432 | GNUPLOT parameters which are not defined by commands in this buffer | 29432 | GNUPLOT parameters which are not defined by commands in this buffer |
| 29433 | are reset to their default values. The variables named in the @code{plot} | 29433 | are reset to their default values. The variables named in the @code{plot} |
| 29434 | command are written to a temporary data file and the variable names | 29434 | command are written to a temporary data file and the variable names |
| @@ -29462,7 +29462,7 @@ the current graph is three-dimensional. | |||
| 29462 | The @kbd{g P} (@code{calc-graph-print}) command is like @kbd{g p}, | 29462 | The @kbd{g P} (@code{calc-graph-print}) command is like @kbd{g p}, |
| 29463 | except that it sends the output to a printer instead of to the | 29463 | except that it sends the output to a printer instead of to the |
| 29464 | screen. More precisely, @kbd{g p} looks for @samp{set terminal} | 29464 | screen. More precisely, @kbd{g p} looks for @samp{set terminal} |
| 29465 | or @samp{set output} commands in the @samp{*Gnuplot Commands*} buffer; | 29465 | or @samp{set output} commands in the @file{*Gnuplot Commands*} buffer; |
| 29466 | lacking these it uses the default settings. However, @kbd{g P} | 29466 | lacking these it uses the default settings. However, @kbd{g P} |
| 29467 | ignores @samp{set terminal} and @samp{set output} commands and | 29467 | ignores @samp{set terminal} and @samp{set output} commands and |
| 29468 | uses a different set of default values. All of these values are | 29468 | uses a different set of default values. All of these values are |
| @@ -29481,7 +29481,7 @@ The @kbd{g g} (@code{calc-graph-grid}) command turns the ``grid'' | |||
| 29481 | on and off. It is off by default; tick marks appear only at the | 29481 | on and off. It is off by default; tick marks appear only at the |
| 29482 | edges of the graph. With the grid turned on, dotted lines appear | 29482 | edges of the graph. With the grid turned on, dotted lines appear |
| 29483 | across the graph at each tick mark. Note that this command only | 29483 | across the graph at each tick mark. Note that this command only |
| 29484 | changes the setting in @samp{*Gnuplot Commands*}; to see the effects | 29484 | changes the setting in @file{*Gnuplot Commands*}; to see the effects |
| 29485 | of the change you must give another @kbd{g p} command. | 29485 | of the change you must give another @kbd{g p} command. |
| 29486 | 29486 | ||
| 29487 | @kindex g b | 29487 | @kindex g b |
| @@ -29519,7 +29519,7 @@ time. This is usually more than adequate, but there are cases where | |||
| 29519 | it will not be. For example, plotting @expr{1 + x} with @expr{x} in the | 29519 | it will not be. For example, plotting @expr{1 + x} with @expr{x} in the |
| 29520 | interval @samp{[0 ..@: 1e-6]} will round all the data points down | 29520 | interval @samp{[0 ..@: 1e-6]} will round all the data points down |
| 29521 | to 1.0! Putting the command @samp{set precision @var{n}} in the | 29521 | to 1.0! Putting the command @samp{set precision @var{n}} in the |
| 29522 | @samp{*Gnuplot Commands*} buffer will cause the data to be computed | 29522 | @file{*Gnuplot Commands*} buffer will cause the data to be computed |
| 29523 | at precision @var{n} instead of 5. Since this is such a rare case, | 29523 | at precision @var{n} instead of 5. Since this is such a rare case, |
| 29524 | there is no keystroke-based command to set the precision. | 29524 | there is no keystroke-based command to set the precision. |
| 29525 | 29525 | ||
| @@ -29534,9 +29534,9 @@ The default title is blank (no title). | |||
| 29534 | The @kbd{g n} (@code{calc-graph-name}) command sets the title of an | 29534 | The @kbd{g n} (@code{calc-graph-name}) command sets the title of an |
| 29535 | individual curve. Like the other curve-manipulating commands, it | 29535 | individual curve. Like the other curve-manipulating commands, it |
| 29536 | affects the most recently added curve, i.e., the last curve on the | 29536 | affects the most recently added curve, i.e., the last curve on the |
| 29537 | list in the @samp{*Gnuplot Commands*} buffer. To set the title of | 29537 | list in the @file{*Gnuplot Commands*} buffer. To set the title of |
| 29538 | the other curves you must first juggle them to the end of the list | 29538 | the other curves you must first juggle them to the end of the list |
| 29539 | with @kbd{g j}, or edit the @samp{*Gnuplot Commands*} buffer by hand. | 29539 | with @kbd{g j}, or edit the @file{*Gnuplot Commands*} buffer by hand. |
| 29540 | Curve titles appear in the key; if the key is turned off they are | 29540 | Curve titles appear in the key; if the key is turned off they are |
| 29541 | not used. | 29541 | not used. |
| 29542 | 29542 | ||
| @@ -29549,7 +29549,7 @@ The @kbd{g t} (@code{calc-graph-title-x}) and @kbd{g T} | |||
| 29549 | and ``y'' axes, respectively. These titles appear next to the | 29549 | and ``y'' axes, respectively. These titles appear next to the |
| 29550 | tick marks on the left and bottom edges of the graph, respectively. | 29550 | tick marks on the left and bottom edges of the graph, respectively. |
| 29551 | Calc does not have commands to control the tick marks themselves, | 29551 | Calc does not have commands to control the tick marks themselves, |
| 29552 | but you can edit them into the @samp{*Gnuplot Commands*} buffer if | 29552 | but you can edit them into the @file{*Gnuplot Commands*} buffer if |
| 29553 | you wish. See the GNUPLOT documentation for details. | 29553 | you wish. See the GNUPLOT documentation for details. |
| 29554 | 29554 | ||
| 29555 | @kindex g r | 29555 | @kindex g r |
| @@ -29663,7 +29663,7 @@ value. | |||
| 29663 | The @code{dumb} device is an interface to ``dumb terminals,'' i.e., | 29663 | The @code{dumb} device is an interface to ``dumb terminals,'' i.e., |
| 29664 | terminals with no special graphics facilities. It writes a crude | 29664 | terminals with no special graphics facilities. It writes a crude |
| 29665 | picture of the graph composed of characters like @code{-} and @code{|} | 29665 | picture of the graph composed of characters like @code{-} and @code{|} |
| 29666 | to a buffer called @samp{*Gnuplot Trail*}, which Calc then displays. | 29666 | to a buffer called @file{*Gnuplot Trail*}, which Calc then displays. |
| 29667 | The graph is made the same size as the Emacs screen, which on most | 29667 | The graph is made the same size as the Emacs screen, which on most |
| 29668 | dumb terminals will be | 29668 | dumb terminals will be |
| 29669 | @texline @math{80\times24} | 29669 | @texline @math{80\times24} |
| @@ -29678,7 +29678,7 @@ spaces. These are the desired width and height of the graph in | |||
| 29678 | characters. Also, the device name @code{big} is like @code{dumb} | 29678 | characters. Also, the device name @code{big} is like @code{dumb} |
| 29679 | but creates a graph four times the width and height of the Emacs | 29679 | but creates a graph four times the width and height of the Emacs |
| 29680 | screen. You will then have to scroll around to view the entire | 29680 | screen. You will then have to scroll around to view the entire |
| 29681 | graph. In the @samp{*Gnuplot Trail*} buffer, @key{SPC}, @key{DEL}, | 29681 | graph. In the @file{*Gnuplot Trail*} buffer, @key{SPC}, @key{DEL}, |
| 29682 | @kbd{<}, and @kbd{>} are defined to scroll by one screenful in each | 29682 | @kbd{<}, and @kbd{>} are defined to scroll by one screenful in each |
| 29683 | of the four directions. | 29683 | of the four directions. |
| 29684 | 29684 | ||
| @@ -29697,7 +29697,7 @@ used. Many other ``devices'' are really file formats like | |||
| 29697 | @code{postscript}; in these cases the output in the desired format | 29697 | @code{postscript}; in these cases the output in the desired format |
| 29698 | goes into the file you name with @kbd{g O}. Type @kbd{g O stdout | 29698 | goes into the file you name with @kbd{g O}. Type @kbd{g O stdout |
| 29699 | @key{RET}} to set GNUPLOT to write to its standard output stream, | 29699 | @key{RET}} to set GNUPLOT to write to its standard output stream, |
| 29700 | i.e., to @samp{*Gnuplot Trail*}. This is the default setting. | 29700 | i.e., to @file{*Gnuplot Trail*}. This is the default setting. |
| 29701 | 29701 | ||
| 29702 | Another special output name is @code{tty}, which means that GNUPLOT | 29702 | Another special output name is @code{tty}, which means that GNUPLOT |
| 29703 | is going to write graphics commands directly to its standard output, | 29703 | is going to write graphics commands directly to its standard output, |
| @@ -29721,7 +29721,7 @@ permanently by the @kbd{m m} (@code{calc-save-modes}) command. The | |||
| 29721 | default number of data points (see @kbd{g N}) and the X geometry | 29721 | default number of data points (see @kbd{g N}) and the X geometry |
| 29722 | (see @kbd{g X}) are also saved. Other graph information is @emph{not} | 29722 | (see @kbd{g X}) are also saved. Other graph information is @emph{not} |
| 29723 | saved; you can save a graph's configuration simply by saving the contents | 29723 | saved; you can save a graph's configuration simply by saving the contents |
| 29724 | of the @samp{*Gnuplot Commands*} buffer. | 29724 | of the @file{*Gnuplot Commands*} buffer. |
| 29725 | 29725 | ||
| 29726 | @vindex calc-gnuplot-plot-command | 29726 | @vindex calc-gnuplot-plot-command |
| 29727 | @vindex calc-gnuplot-default-device | 29727 | @vindex calc-gnuplot-default-device |
| @@ -29762,7 +29762,7 @@ Entering @samp{800x500+0+0} would create an 800-by-500 pixel | |||
| 29762 | window in the upper-left corner of the screen. This command has no | 29762 | window in the upper-left corner of the screen. This command has no |
| 29763 | effect if the current device is @code{windows}. | 29763 | effect if the current device is @code{windows}. |
| 29764 | 29764 | ||
| 29765 | The buffer called @samp{*Gnuplot Trail*} holds a transcript of the | 29765 | The buffer called @file{*Gnuplot Trail*} holds a transcript of the |
| 29766 | session with GNUPLOT@. This shows the commands Calc has ``typed'' to | 29766 | session with GNUPLOT@. This shows the commands Calc has ``typed'' to |
| 29767 | GNUPLOT and the responses it has received. Calc tries to notice when an | 29767 | GNUPLOT and the responses it has received. Calc tries to notice when an |
| 29768 | error message has appeared here and display the buffer for you when | 29768 | error message has appeared here and display the buffer for you when |
| @@ -29779,7 +29779,7 @@ usage of GNUPLOT. | |||
| 29779 | @pindex calc-graph-command | 29779 | @pindex calc-graph-command |
| 29780 | The @kbd{g C} (@code{calc-graph-command}) command prompts you to | 29780 | The @kbd{g C} (@code{calc-graph-command}) command prompts you to |
| 29781 | enter any line of text, then simply sends that line to the current | 29781 | enter any line of text, then simply sends that line to the current |
| 29782 | GNUPLOT process. The @samp{*Gnuplot Trail*} buffer looks deceptively | 29782 | GNUPLOT process. The @file{*Gnuplot Trail*} buffer looks deceptively |
| 29783 | like a Shell buffer but you can't type commands in it yourself. | 29783 | like a Shell buffer but you can't type commands in it yourself. |
| 29784 | Instead, you must use @kbd{g C} for this purpose. | 29784 | Instead, you must use @kbd{g C} for this purpose. |
| 29785 | 29785 | ||
| @@ -29788,21 +29788,21 @@ Instead, you must use @kbd{g C} for this purpose. | |||
| 29788 | @pindex calc-graph-view-commands | 29788 | @pindex calc-graph-view-commands |
| 29789 | @pindex calc-graph-view-trail | 29789 | @pindex calc-graph-view-trail |
| 29790 | The @kbd{g v} (@code{calc-graph-view-commands}) and @kbd{g V} | 29790 | The @kbd{g v} (@code{calc-graph-view-commands}) and @kbd{g V} |
| 29791 | (@code{calc-graph-view-trail}) commands display the @samp{*Gnuplot Commands*} | 29791 | (@code{calc-graph-view-trail}) commands display the @file{*Gnuplot Commands*} |
| 29792 | and @samp{*Gnuplot Trail*} buffers, respectively, in another window. | 29792 | and @file{*Gnuplot Trail*} buffers, respectively, in another window. |
| 29793 | This happens automatically when Calc thinks there is something you | 29793 | This happens automatically when Calc thinks there is something you |
| 29794 | will want to see in either of these buffers. If you type @kbd{g v} | 29794 | will want to see in either of these buffers. If you type @kbd{g v} |
| 29795 | or @kbd{g V} when the relevant buffer is already displayed, the | 29795 | or @kbd{g V} when the relevant buffer is already displayed, the |
| 29796 | buffer is hidden again. (Note that on MS-Windows, the @samp{*Gnuplot | 29796 | buffer is hidden again. (Note that on MS-Windows, the @file{*Gnuplot |
| 29797 | Trail*} buffer will usually show nothing of interest, because | 29797 | Trail*} buffer will usually show nothing of interest, because |
| 29798 | GNUPLOT's responses are not communicated back to Calc.) | 29798 | GNUPLOT's responses are not communicated back to Calc.) |
| 29799 | 29799 | ||
| 29800 | One reason to use @kbd{g v} is to add your own commands to the | 29800 | One reason to use @kbd{g v} is to add your own commands to the |
| 29801 | @samp{*Gnuplot Commands*} buffer. Press @kbd{g v}, then use | 29801 | @file{*Gnuplot Commands*} buffer. Press @kbd{g v}, then use |
| 29802 | @kbd{C-x o} to switch into that window. For example, GNUPLOT has | 29802 | @kbd{C-x o} to switch into that window. For example, GNUPLOT has |
| 29803 | @samp{set label} and @samp{set arrow} commands that allow you to | 29803 | @samp{set label} and @samp{set arrow} commands that allow you to |
| 29804 | annotate your plots. Since Calc doesn't understand these commands, | 29804 | annotate your plots. Since Calc doesn't understand these commands, |
| 29805 | you have to add them to the @samp{*Gnuplot Commands*} buffer | 29805 | you have to add them to the @file{*Gnuplot Commands*} buffer |
| 29806 | yourself, then use @w{@kbd{g p}} to replot using these new commands. Note | 29806 | yourself, then use @w{@kbd{g p}} to replot using these new commands. Note |
| 29807 | that your commands must appear @emph{before} the @code{plot} command. | 29807 | that your commands must appear @emph{before} the @code{plot} command. |
| 29808 | To get help on any GNUPLOT feature, type, e.g., @kbd{g C help set label}. | 29808 | To get help on any GNUPLOT feature, type, e.g., @kbd{g C help set label}. |
| @@ -29826,7 +29826,7 @@ exit Emacs if you haven't killed it manually by then. | |||
| 29826 | @kindex g K | 29826 | @kindex g K |
| 29827 | @pindex calc-graph-kill | 29827 | @pindex calc-graph-kill |
| 29828 | The @kbd{g K} (@code{calc-graph-kill}) command is like @kbd{g q} | 29828 | The @kbd{g K} (@code{calc-graph-kill}) command is like @kbd{g q} |
| 29829 | except that it also views the @samp{*Gnuplot Trail*} buffer so that | 29829 | except that it also views the @file{*Gnuplot Trail*} buffer so that |
| 29830 | you can see the process being killed. This is better if you are | 29830 | you can see the process being killed. This is better if you are |
| 29831 | killing GNUPLOT because you think it has gotten stuck. | 29831 | killing GNUPLOT because you think it has gotten stuck. |
| 29832 | 29832 | ||
| @@ -30181,7 +30181,7 @@ trail all at once. This mode would normally be used when running | |||
| 30181 | Calc standalone (@pxref{Standalone Operation}). | 30181 | Calc standalone (@pxref{Standalone Operation}). |
| 30182 | 30182 | ||
| 30183 | If you aren't using the X window system, you must switch into | 30183 | If you aren't using the X window system, you must switch into |
| 30184 | the @samp{*Calc Keypad*} window, place the cursor on the desired | 30184 | the @file{*Calc Keypad*} window, place the cursor on the desired |
| 30185 | ``key,'' and type @key{SPC} or @key{RET}. If you think this | 30185 | ``key,'' and type @key{SPC} or @key{RET}. If you think this |
| 30186 | is easier than using Calc normally, go right ahead. | 30186 | is easier than using Calc normally, go right ahead. |
| 30187 | 30187 | ||
| @@ -32313,7 +32313,7 @@ after Calc itself is loaded. | |||
| 32313 | The properties of @code{calc-define} are evaluated in the same order | 32313 | The properties of @code{calc-define} are evaluated in the same order |
| 32314 | that they were added. They can assume that the Calc modules @file{calc.el}, | 32314 | that they were added. They can assume that the Calc modules @file{calc.el}, |
| 32315 | @file{calc-ext.el}, and @file{calc-macs.el} have been fully loaded, and | 32315 | @file{calc-ext.el}, and @file{calc-macs.el} have been fully loaded, and |
| 32316 | that the @samp{*Calculator*} buffer will be the current buffer. | 32316 | that the @file{*Calculator*} buffer will be the current buffer. |
| 32317 | 32317 | ||
| 32318 | If your @code{calc-define} property only defines algebraic functions, | 32318 | If your @code{calc-define} property only defines algebraic functions, |
| 32319 | you can be sure that it will have been evaluated before Calc tries to | 32319 | you can be sure that it will have been evaluated before Calc tries to |
| @@ -32400,9 +32400,9 @@ the function with code that looks roughly like this: | |||
| 32400 | @end smallexample | 32400 | @end smallexample |
| 32401 | 32401 | ||
| 32402 | @findex calc-select-buffer | 32402 | @findex calc-select-buffer |
| 32403 | The @code{calc-select-buffer} function selects the @samp{*Calculator*} | 32403 | The @code{calc-select-buffer} function selects the @file{*Calculator*} |
| 32404 | buffer if necessary, say, because the command was invoked from inside | 32404 | buffer if necessary, say, because the command was invoked from inside |
| 32405 | the @samp{*Calc Trail*} window. | 32405 | the @file{*Calc Trail*} window. |
| 32406 | 32406 | ||
| 32407 | @findex calc-set-command-flag | 32407 | @findex calc-set-command-flag |
| 32408 | You can call, for example, @code{(calc-set-command-flag 'no-align)} to | 32408 | You can call, for example, @code{(calc-set-command-flag 'no-align)} to |
| @@ -32432,7 +32432,7 @@ Do not clear @code{calc-inverse-flag}, @code{calc-hyperbolic-flag}, | |||
| 32432 | and @code{calc-keep-args-flag} at the end of this command. | 32432 | and @code{calc-keep-args-flag} at the end of this command. |
| 32433 | 32433 | ||
| 32434 | @item do-edit | 32434 | @item do-edit |
| 32435 | Switch to buffer @samp{*Calc Edit*} after this command. | 32435 | Switch to buffer @file{*Calc Edit*} after this command. |
| 32436 | 32436 | ||
| 32437 | @item hold-trail | 32437 | @item hold-trail |
| 32438 | Do not move trail pointer to end of trail when something is recorded | 32438 | Do not move trail pointer to end of trail when something is recorded |
| @@ -33154,7 +33154,7 @@ It is, of course, polite to put the Calc stack back the way you | |||
| 33154 | found it when you are done, unless the user of your program is | 33154 | found it when you are done, unless the user of your program is |
| 33155 | actually expecting it to affect the stack. | 33155 | actually expecting it to affect the stack. |
| 33156 | 33156 | ||
| 33157 | Note that you do not actually have to switch into the @samp{*Calculator*} | 33157 | Note that you do not actually have to switch into the @file{*Calculator*} |
| 33158 | buffer in order to use @code{calc-eval}; it temporarily switches into | 33158 | buffer in order to use @code{calc-eval}; it temporarily switches into |
| 33159 | the stack buffer if necessary. | 33159 | the stack buffer if necessary. |
| 33160 | 33160 | ||
| @@ -33689,7 +33689,7 @@ entries.) | |||
| 33689 | @end defun | 33689 | @end defun |
| 33690 | 33690 | ||
| 33691 | @defun calc-refresh | 33691 | @defun calc-refresh |
| 33692 | Erase the @code{*Calculator*} buffer and reformat its contents from memory. | 33692 | Erase the @file{*Calculator*} buffer and reformat its contents from memory. |
| 33693 | This must be called after changing any parameter, such as the current | 33693 | This must be called after changing any parameter, such as the current |
| 33694 | display radix, which might change the appearance of existing stack | 33694 | display radix, which might change the appearance of existing stack |
| 33695 | entries. (During a keyboard macro invoked by the @kbd{X} key, refreshing | 33695 | entries. (During a keyboard macro invoked by the @kbd{X} key, refreshing |
diff --git a/doc/misc/ebrowse.texi b/doc/misc/ebrowse.texi index 9e9596d236a..3d1ce5e5da3 100644 --- a/doc/misc/ebrowse.texi +++ b/doc/misc/ebrowse.texi | |||
| @@ -495,7 +495,7 @@ The same functionality is available from the menu opened with | |||
| 495 | 495 | ||
| 496 | @node Member Display | 496 | @node Member Display |
| 497 | @section Displaying Members | 497 | @section Displaying Members |
| 498 | @cindex @samp{*Members*} buffer | 498 | @cindex @file{*Members*} buffer |
| 499 | @cindex @samp{*Globals*} | 499 | @cindex @samp{*Globals*} |
| 500 | @cindex freezing a member buffer | 500 | @cindex freezing a member buffer |
| 501 | @cindex member lists, in tree buffers | 501 | @cindex member lists, in tree buffers |
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index ca9e24fbeaa..51d2cc00d5a 100644 --- a/doc/misc/efaq.texi +++ b/doc/misc/efaq.texi | |||
| @@ -2410,12 +2410,12 @@ printed an error message? If so, compiling from within Emacs using the | |||
| 2410 | @kbd{M-x compile} and @kbd{M-x recompile} commands is a much more | 2410 | @kbd{M-x compile} and @kbd{M-x recompile} commands is a much more |
| 2411 | effective way of doing that. Emacs automatically intercepts the compile | 2411 | effective way of doing that. Emacs automatically intercepts the compile |
| 2412 | error messages, inserts them into a special buffer called | 2412 | error messages, inserts them into a special buffer called |
| 2413 | @code{*compilation*}, and lets you visit the locus of each message in | 2413 | @file{*compilation*}, and lets you visit the locus of each message in |
| 2414 | the source. Type @kbd{C-x `} to step through the offending lines one by | 2414 | the source. Type @kbd{C-x `} to step through the offending lines one by |
| 2415 | one (starting with Emacs 22, you can also use @kbd{M-g M-p} and | 2415 | one (starting with Emacs 22, you can also use @kbd{M-g M-p} and |
| 2416 | @kbd{M-g M-n} to go to the previous and next matches directly). Click | 2416 | @kbd{M-g M-n} to go to the previous and next matches directly). Click |
| 2417 | @kbd{Mouse-2} or press @key{RET} on a message text in the | 2417 | @kbd{Mouse-2} or press @key{RET} on a message text in the |
| 2418 | @code{*compilation*} buffer to go to the line whose number is mentioned | 2418 | @file{*compilation*} buffer to go to the line whose number is mentioned |
| 2419 | in that message. | 2419 | in that message. |
| 2420 | 2420 | ||
| 2421 | But if you indeed need to go to a certain text line, type @kbd{M-g M-g} | 2421 | But if you indeed need to go to a certain text line, type @kbd{M-g M-g} |
diff --git a/doc/misc/emacs-gnutls.texi b/doc/misc/emacs-gnutls.texi index 9d250e06888..d6a95a46296 100644 --- a/doc/misc/emacs-gnutls.texi +++ b/doc/misc/emacs-gnutls.texi | |||
| @@ -104,7 +104,7 @@ properly. Well, there's something to be done in the last case. | |||
| 104 | @defvar gnutls-log-level | 104 | @defvar gnutls-log-level |
| 105 | The @code{gnutls-log-level} variable sets the log level. 1 is | 105 | The @code{gnutls-log-level} variable sets the log level. 1 is |
| 106 | verbose. 2 is very verbose. 5 is crazy. Crazy! Set it to 1 or 2 | 106 | verbose. 2 is very verbose. 5 is crazy. Crazy! Set it to 1 or 2 |
| 107 | and look in the @code{*Messages*} buffer for the debugging | 107 | and look in the @file{*Messages*} buffer for the debugging |
| 108 | information. | 108 | information. |
| 109 | @end defvar | 109 | @end defvar |
| 110 | 110 | ||
| @@ -148,7 +148,7 @@ instead. | |||
| 148 | 148 | ||
| 149 | Because of the low-level interactions with the GnuTLS library, there | 149 | Because of the low-level interactions with the GnuTLS library, there |
| 150 | is no way currently to ask if a certificate can be accepted. You have | 150 | is no way currently to ask if a certificate can be accepted. You have |
| 151 | to look in the @code{*Messages*} buffer. | 151 | to look in the @file{*Messages*} buffer. |
| 152 | @end defvar | 152 | @end defvar |
| 153 | 153 | ||
| 154 | @defvar gnutls-min-prime-bits | 154 | @defvar gnutls-min-prime-bits |
diff --git a/doc/misc/epa.texi b/doc/misc/epa.texi index 4dbc1373d32..76794517692 100644 --- a/doc/misc/epa.texi +++ b/doc/misc/epa.texi | |||
| @@ -97,7 +97,7 @@ EasyPG Assistant commands are prefixed by @samp{epa-}. For example, | |||
| 97 | 97 | ||
| 98 | EasyPG Assistant provides several cryptographic features which can be | 98 | EasyPG Assistant provides several cryptographic features which can be |
| 99 | integrated into other Emacs functionalities. For example, automatic | 99 | integrated into other Emacs functionalities. For example, automatic |
| 100 | encryption/decryption of @samp{*.gpg} files. | 100 | encryption/decryption of @file{*.gpg} files. |
| 101 | 101 | ||
| 102 | @node Commands | 102 | @node Commands |
| 103 | @chapter Commands | 103 | @chapter Commands |
| @@ -161,7 +161,7 @@ Show all keys matched with @var{name} from the private keyring. | |||
| 161 | @end deffn | 161 | @end deffn |
| 162 | 162 | ||
| 163 | @noindent | 163 | @noindent |
| 164 | In @samp{*Keys*} buffer, several commands are available. The common | 164 | In @file{*Keys*} buffer, several commands are available. The common |
| 165 | use case is to export some keys to a file. To do that, type @kbd{m} | 165 | use case is to export some keys to a file. To do that, type @kbd{m} |
| 166 | to select keys, type @kbd{o}, and then supply the filename. | 166 | to select keys, type @kbd{o}, and then supply the filename. |
| 167 | 167 | ||
| @@ -355,10 +355,10 @@ use that option to ignore specific recipients for encryption purposes. | |||
| 355 | 355 | ||
| 356 | @node Encrypting/decrypting gpg files | 356 | @node Encrypting/decrypting gpg files |
| 357 | @section Encrypting/decrypting gpg files | 357 | @section Encrypting/decrypting gpg files |
| 358 | By default, every file whose name ends with @samp{.gpg} will be | 358 | By default, every file whose name ends with @file{.gpg} will be |
| 359 | treated as encrypted. That is, when you open such a file, the | 359 | treated as encrypted. That is, when you open such a file, the |
| 360 | decrypted text is inserted in the buffer rather than encrypted one. | 360 | decrypted text is inserted in the buffer rather than encrypted one. |
| 361 | Similarly, when you save the buffer to a @samp{foo.gpg} file, | 361 | Similarly, when you save the buffer to a @file{foo.gpg} file, |
| 362 | encrypted data is written. | 362 | encrypted data is written. |
| 363 | 363 | ||
| 364 | The file name pattern for encrypted files can be controlled by | 364 | The file name pattern for encrypted files can be controlled by |
| @@ -492,7 +492,7 @@ collect necessary information to fix the bug, such as: | |||
| 492 | 492 | ||
| 493 | Before reporting the bug, you should set @code{epg-debug} in the | 493 | Before reporting the bug, you should set @code{epg-debug} in the |
| 494 | @file{~/.emacs} file and repeat the bug. Then, include the contents | 494 | @file{~/.emacs} file and repeat the bug. Then, include the contents |
| 495 | of the @samp{ *epg-debug*} buffer. Note that the first letter of the | 495 | of the @file{ *epg-debug*} buffer. Note that the first letter of the |
| 496 | buffer name is a whitespace. | 496 | buffer name is a whitespace. |
| 497 | 497 | ||
| 498 | @node GNU Free Documentation License | 498 | @node GNU Free Documentation License |
diff --git a/doc/misc/ert.texi b/doc/misc/ert.texi index d57e629775c..586fab6cd5b 100644 --- a/doc/misc/ert.texi +++ b/doc/misc/ert.texi | |||
| @@ -513,7 +513,7 @@ occurs even if the test fails. | |||
| 513 | 513 | ||
| 514 | An exception to this are messages that the code under test prints with | 514 | An exception to this are messages that the code under test prints with |
| 515 | @code{message} and similar logging; tests should not bother restoring | 515 | @code{message} and similar logging; tests should not bother restoring |
| 516 | the @code{*Message*} buffer to its original state. | 516 | the @file{*Message*} buffer to its original state. |
| 517 | 517 | ||
| 518 | The above guidelines imply that tests should avoid calling highly | 518 | The above guidelines imply that tests should avoid calling highly |
| 519 | customizable commands such as @code{find-file}, except, of course, if | 519 | customizable commands such as @code{find-file}, except, of course, if |
diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi index befe3187d89..d52f3d92747 100644 --- a/doc/misc/eshell.texi +++ b/doc/misc/eshell.texi | |||
| @@ -665,7 +665,7 @@ virtual devices. | |||
| 665 | The buffer redirection operator, @code{>>>}, expects a buffer object | 665 | The buffer redirection operator, @code{>>>}, expects a buffer object |
| 666 | on the right-hand side, into which it inserts the output of the | 666 | on the right-hand side, into which it inserts the output of the |
| 667 | left-hand side. e.g., @samp{echo hello >>> #<buffer *scratch*>} | 667 | left-hand side. e.g., @samp{echo hello >>> #<buffer *scratch*>} |
| 668 | inserts the string @code{"hello"} into the @code{*scratch*} buffer. | 668 | inserts the string @code{"hello"} into the @file{*scratch*} buffer. |
| 669 | 669 | ||
| 670 | @code{eshell-virtual-targets} is a list of mappings of virtual device | 670 | @code{eshell-virtual-targets} is a list of mappings of virtual device |
| 671 | names to functions. Eshell comes with two virtual devices: | 671 | names to functions. Eshell comes with two virtual devices: |
diff --git a/doc/misc/eww.texi b/doc/misc/eww.texi index 38bec5a4c8b..ebccb055c62 100644 --- a/doc/misc/eww.texi +++ b/doc/misc/eww.texi | |||
| @@ -91,7 +91,7 @@ either prefix the file name with @code{file://} or use the command | |||
| 91 | @kindex q | 91 | @kindex q |
| 92 | @kindex w | 92 | @kindex w |
| 93 | @kindex g | 93 | @kindex g |
| 94 | If loading the URL was successful the buffer @code{*eww*} is opened | 94 | If loading the URL was successful the buffer @file{*eww*} is opened |
| 95 | and the web page is rendered in it. You can leave EWW by pressing | 95 | and the web page is rendered in it. You can leave EWW by pressing |
| 96 | @kbd{q} or exit the browser by calling @kbd{eww-quit}. To reload the | 96 | @kbd{q} or exit the browser by calling @kbd{eww-quit}. To reload the |
| 97 | web page hit @kbd{g} (@code{eww-reload}). Pressing @kbd{w} | 97 | web page hit @kbd{g} (@code{eww-reload}). Pressing @kbd{w} |
| @@ -117,7 +117,7 @@ forth between them. By pressing @kbd{l} (@code{eww-back-url}) you go | |||
| 117 | to the previous URL. You can go forward again with @kbd{r} | 117 | to the previous URL. You can go forward again with @kbd{r} |
| 118 | (@code{eww-forward-url}). If you want an overview of your browsing | 118 | (@code{eww-forward-url}). If you want an overview of your browsing |
| 119 | history press @kbd{H} (@code{eww-list-histories}) to open the history | 119 | history press @kbd{H} (@code{eww-list-histories}) to open the history |
| 120 | buffer @code{*eww history*}. The history is lost when EWW is quit. | 120 | buffer @file{*eww history*}. The history is lost when EWW is quit. |
| 121 | If you want to remember websites you can use bookmarks. | 121 | If you want to remember websites you can use bookmarks. |
| 122 | 122 | ||
| 123 | @findex eww-add-bookmark | 123 | @findex eww-add-bookmark |
| @@ -129,7 +129,7 @@ If you want to remember websites you can use bookmarks. | |||
| 129 | (@code{eww-add-bookmark}) to store a bookmark for the current website. | 129 | (@code{eww-add-bookmark}) to store a bookmark for the current website. |
| 130 | You can view stored bookmarks with @kbd{B} | 130 | You can view stored bookmarks with @kbd{B} |
| 131 | (@code{eww-list-bookmarks}). This will open the bookmark buffer | 131 | (@code{eww-list-bookmarks}). This will open the bookmark buffer |
| 132 | @code{*eww bookmarks*}. | 132 | @file{*eww bookmarks*}. |
| 133 | 133 | ||
| 134 | @findex eww-browse-with-external-browser | 134 | @findex eww-browse-with-external-browser |
| 135 | @vindex shr-external-browser | 135 | @vindex shr-external-browser |
| @@ -156,7 +156,7 @@ browser by customizing | |||
| 156 | @cindex Viewing Source | 156 | @cindex Viewing Source |
| 157 | You can view the source of a website with @kbd{v} | 157 | You can view the source of a website with @kbd{v} |
| 158 | (@code{eww-view-source}). This will open a new buffer | 158 | (@code{eww-view-source}). This will open a new buffer |
| 159 | @code{*eww-source*} and insert the source. The buffer will be set to | 159 | @file{*eww-source*} and insert the source. The buffer will be set to |
| 160 | @code{html-mode} if available. | 160 | @code{html-mode} if available. |
| 161 | 161 | ||
| 162 | @findex url-cookie-list | 162 | @findex url-cookie-list |
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi index 5125acd1f0d..362bcd8280b 100644 --- a/doc/misc/flymake.texi +++ b/doc/misc/flymake.texi | |||
| @@ -255,7 +255,7 @@ syntax check tool). | |||
| 255 | 255 | ||
| 256 | Flymake uses a simple logging facility for indicating important points | 256 | Flymake uses a simple logging facility for indicating important points |
| 257 | in the control flow. The logging facility sends logging messages to | 257 | in the control flow. The logging facility sends logging messages to |
| 258 | the @code{*Messages*} buffer. The information logged can be used for | 258 | the @file{*Messages*} buffer. The information logged can be used for |
| 259 | resolving various problems related to Flymake. | 259 | resolving various problems related to Flymake. |
| 260 | 260 | ||
| 261 | Logging output is controlled by the @code{flymake-log-level} | 261 | Logging output is controlled by the @code{flymake-log-level} |
| @@ -326,7 +326,7 @@ started after @code{flymake-no-changes-timeout} seconds. | |||
| 326 | @item flymake-gui-warnings-enabled | 326 | @item flymake-gui-warnings-enabled |
| 327 | A boolean flag indicating whether Flymake will show message boxes for | 327 | A boolean flag indicating whether Flymake will show message boxes for |
| 328 | non-recoverable errors. If @code{flymake-gui-warnings-enabled} is | 328 | non-recoverable errors. If @code{flymake-gui-warnings-enabled} is |
| 329 | @code{nil}, these errors will only be logged to the @code{*Messages*} | 329 | @code{nil}, these errors will only be logged to the @file{*Messages*} |
| 330 | buffer. | 330 | buffer. |
| 331 | 331 | ||
| 332 | @item flymake-start-syntax-check-on-newline | 332 | @item flymake-start-syntax-check-on-newline |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 44d1f0352f3..10bc617734f 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -998,7 +998,7 @@ terminology section (@pxref{Terminology}). | |||
| 998 | @cindex finding news | 998 | @cindex finding news |
| 999 | 999 | ||
| 1000 | First of all, you should know that there is a special buffer called | 1000 | First of all, you should know that there is a special buffer called |
| 1001 | @code{*Server*} that lists all the servers Gnus knows about. You can | 1001 | @file{*Server*} that lists all the servers Gnus knows about. You can |
| 1002 | press @kbd{^} from the Group buffer to see it. In the Server buffer, | 1002 | press @kbd{^} from the Group buffer to see it. In the Server buffer, |
| 1003 | you can press @kbd{RET} on a defined server to see all the groups it | 1003 | you can press @kbd{RET} on a defined server to see all the groups it |
| 1004 | serves (subscribed or not!). You can also add or delete servers, edit | 1004 | serves (subscribed or not!). You can also add or delete servers, edit |
| @@ -5888,7 +5888,7 @@ have posted almost the same article twice. | |||
| 5888 | If you have just posted the article, and change your mind right away, | 5888 | If you have just posted the article, and change your mind right away, |
| 5889 | there is a trick you can use to cancel/supersede the article without | 5889 | there is a trick you can use to cancel/supersede the article without |
| 5890 | waiting for the article to appear on your site first. You simply return | 5890 | waiting for the article to appear on your site first. You simply return |
| 5891 | to the post buffer (which is called @code{*sent ...*}). There you will | 5891 | to the post buffer (which is called @file{*sent ...*}). There you will |
| 5892 | find the article you just posted, with all the headers intact. Change | 5892 | find the article you just posted, with all the headers intact. Change |
| 5893 | the @code{Message-ID} header to a @code{Cancel} or @code{Supersedes} | 5893 | the @code{Message-ID} header to a @code{Cancel} or @code{Supersedes} |
| 5894 | header by substituting one of those words for the word | 5894 | header by substituting one of those words for the word |
| @@ -11139,7 +11139,7 @@ If you're in the habit of exiting groups, and then changing your mind | |||
| 11139 | about it, you might set @code{gnus-kill-summary-on-exit} to @code{nil}. | 11139 | about it, you might set @code{gnus-kill-summary-on-exit} to @code{nil}. |
| 11140 | If you do that, Gnus won't kill the summary buffer when you exit it. | 11140 | If you do that, Gnus won't kill the summary buffer when you exit it. |
| 11141 | (Quelle surprise!) Instead it will change the name of the buffer to | 11141 | (Quelle surprise!) Instead it will change the name of the buffer to |
| 11142 | something like @samp{*Dead Summary ... *} and install a minor mode | 11142 | something like @file{*Dead Summary ... *} and install a minor mode |
| 11143 | called @code{gnus-dead-summary-mode}. Now, if you switch back to this | 11143 | called @code{gnus-dead-summary-mode}. Now, if you switch back to this |
| 11144 | buffer, you'll find that all keys are mapped to a function called | 11144 | buffer, you'll find that all keys are mapped to a function called |
| 11145 | @code{gnus-summary-wake-up-the-dead}. So tapping any keys in a dead | 11145 | @code{gnus-summary-wake-up-the-dead}. So tapping any keys in a dead |
| @@ -13732,7 +13732,7 @@ A hook run before attempting to connect to an @acronym{NNTP} server. | |||
| 13732 | @item nntp-record-commands | 13732 | @item nntp-record-commands |
| 13733 | @vindex nntp-record-commands | 13733 | @vindex nntp-record-commands |
| 13734 | If non-@code{nil}, @code{nntp} will log all commands it sends to the | 13734 | If non-@code{nil}, @code{nntp} will log all commands it sends to the |
| 13735 | @acronym{NNTP} server (along with a timestamp) in the @samp{*nntp-log*} | 13735 | @acronym{NNTP} server (along with a timestamp) in the @file{*nntp-log*} |
| 13736 | buffer. This is useful if you are debugging a Gnus/@acronym{NNTP} connection | 13736 | buffer. This is useful if you are debugging a Gnus/@acronym{NNTP} connection |
| 13737 | that doesn't seem to work. | 13737 | that doesn't seem to work. |
| 13738 | 13738 | ||
| @@ -19438,7 +19438,7 @@ Display the score of the current article | |||
| 19438 | @kindex V t (Summary) | 19438 | @kindex V t (Summary) |
| 19439 | @findex gnus-score-find-trace | 19439 | @findex gnus-score-find-trace |
| 19440 | Display all score rules that have been used on the current article | 19440 | Display all score rules that have been used on the current article |
| 19441 | (@code{gnus-score-find-trace}). In the @code{*Score Trace*} buffer, you | 19441 | (@code{gnus-score-find-trace}). In the @file{*Score Trace*} buffer, you |
| 19442 | may type @kbd{e} to edit score file corresponding to the score rule on | 19442 | may type @kbd{e} to edit score file corresponding to the score rule on |
| 19443 | current line and @kbd{f} to format (@code{gnus-score-pretty-print}) the | 19443 | current line and @kbd{f} to format (@code{gnus-score-pretty-print}) the |
| 19444 | score file and edit it. | 19444 | score file and edit it. |
| @@ -25919,7 +25919,7 @@ Fortunately, setting up the Gnus registry is pretty easy: | |||
| 25919 | @end lisp | 25919 | @end lisp |
| 25920 | 25920 | ||
| 25921 | This adds registry saves to Gnus newsrc saves (which happen on exit | 25921 | This adds registry saves to Gnus newsrc saves (which happen on exit |
| 25922 | and when you press @kbd{s} from the @code{*Group*} buffer. It also | 25922 | and when you press @kbd{s} from the @file{*Group*} buffer. It also |
| 25923 | adds registry calls to article actions in Gnus (copy, move, etc.)@: so | 25923 | adds registry calls to article actions in Gnus (copy, move, etc.)@: so |
| 25924 | it's not easy to undo the initialization. See | 25924 | it's not easy to undo the initialization. See |
| 25925 | @code{gnus-registry-initialize} for the gory details. | 25925 | @code{gnus-registry-initialize} for the gory details. |
| @@ -26204,8 +26204,8 @@ This variable controls whether to add timestamps to messages that are | |||
| 26204 | controlled by @code{gnus-verbose} and @code{gnus-verbose-backends} and | 26204 | controlled by @code{gnus-verbose} and @code{gnus-verbose-backends} and |
| 26205 | are issued. The default value is @code{nil} which means never to add | 26205 | are issued. The default value is @code{nil} which means never to add |
| 26206 | timestamp. If it is @code{log}, add timestamps to only the messages | 26206 | timestamp. If it is @code{log}, add timestamps to only the messages |
| 26207 | that go into the @samp{*Messages*} buffer (in XEmacs, it is the | 26207 | that go into the @file{*Messages*} buffer (in XEmacs, it is the |
| 26208 | @w{@samp{ *Message-Log*}} buffer). If it is neither @code{nil} nor | 26208 | @w{@file{ *Message-Log*}} buffer). If it is neither @code{nil} nor |
| 26209 | @code{log}, add timestamps not only to log messages but also to the ones | 26209 | @code{log}, add timestamps not only to log messages but also to the ones |
| 26210 | displayed in the echo area. | 26210 | displayed in the echo area. |
| 26211 | 26211 | ||
diff --git a/doc/misc/info.texi b/doc/misc/info.texi index 384dfde2dc6..810f4d0f371 100644 --- a/doc/misc/info.texi +++ b/doc/misc/info.texi | |||
| @@ -1145,7 +1145,7 @@ select in another window. | |||
| 1145 | Another way to produce new Info buffers in Emacs is to use a numeric | 1145 | Another way to produce new Info buffers in Emacs is to use a numeric |
| 1146 | prefix argument for the @kbd{C-h i} command (@code{info}) which | 1146 | prefix argument for the @kbd{C-h i} command (@code{info}) which |
| 1147 | switches to the Info buffer with that number. Thus, @kbd{C-u 2 C-h i} | 1147 | switches to the Info buffer with that number. Thus, @kbd{C-u 2 C-h i} |
| 1148 | switches to the buffer @samp{*info*<2>}, creating it if necessary. | 1148 | switches to the buffer @file{*info*<2>}, creating it if necessary. |
| 1149 | 1149 | ||
| 1150 | @findex info-display-manual | 1150 | @findex info-display-manual |
| 1151 | If you have created many Info buffers in Emacs, you might find it | 1151 | If you have created many Info buffers in Emacs, you might find it |
diff --git a/doc/misc/message.texi b/doc/misc/message.texi index 4f0795eccc4..9be8ca05620 100644 --- a/doc/misc/message.texi +++ b/doc/misc/message.texi | |||
| @@ -1451,7 +1451,7 @@ Look like @code{angles} if that doesn't require quoting, and | |||
| 1451 | Headers in this list that were previously generated by Message will be | 1451 | Headers in this list that were previously generated by Message will be |
| 1452 | deleted before posting. Let's say you post an article. Then you decide | 1452 | deleted before posting. Let's say you post an article. Then you decide |
| 1453 | to post it again to some other group, you naughty boy, so you jump back | 1453 | to post it again to some other group, you naughty boy, so you jump back |
| 1454 | to the @code{*post-buf*} buffer, edit the @code{Newsgroups} line, and | 1454 | to the @file{*post-buf*} buffer, edit the @code{Newsgroups} line, and |
| 1455 | ship it off again. By default, this variable makes sure that the old | 1455 | ship it off again. By default, this variable makes sure that the old |
| 1456 | generated @code{Message-ID} is deleted, and a new one generated. If | 1456 | generated @code{Message-ID} is deleted, and a new one generated. If |
| 1457 | this isn't done, the entire empire would probably crumble, anarchy would | 1457 | this isn't done, the entire empire would probably crumble, anarchy would |
diff --git a/doc/misc/mh-e.texi b/doc/misc/mh-e.texi index f08ad954a93..c3b646fa145 100644 --- a/doc/misc/mh-e.texi +++ b/doc/misc/mh-e.texi | |||
| @@ -1086,7 +1086,7 @@ on a desert island with a laptop and are without your manuals, you can | |||
| 1086 | get a summary of all these commands with GNU Emacs online help: use | 1086 | get a summary of all these commands with GNU Emacs online help: use |
| 1087 | @kbd{C-h m} (@code{describe-mode}) for a brief summary of commands, | 1087 | @kbd{C-h m} (@code{describe-mode}) for a brief summary of commands, |
| 1088 | @kbd{?} (@code{mh-help}) for an even briefer summary@footnote{This | 1088 | @kbd{?} (@code{mh-help}) for an even briefer summary@footnote{This |
| 1089 | help appears in a buffer called @samp{*MH-E Help*} | 1089 | help appears in a buffer called @file{*MH-E Help*} |
| 1090 | (@pxref{Miscellaneous}).} (@kbd{C-c ?} in MH-Letter mode), or @kbd{C-h | 1090 | (@pxref{Miscellaneous}).} (@kbd{C-c ?} in MH-Letter mode), or @kbd{C-h |
| 1091 | i} to read this manual via Info. The online help is quite good; try | 1091 | i} to read this manual via Info. The online help is quite good; try |
| 1092 | running @kbd{C-h C-h}. This brings up a list of available help topics, | 1092 | running @kbd{C-h C-h}. This brings up a list of available help topics, |
| @@ -3692,8 +3692,8 @@ Set the options @code{mh-new-messages-folders} and | |||
| 3692 | folders. Otherwise, list the folders that should be searched with the | 3692 | folders. Otherwise, list the folders that should be searched with the |
| 3693 | @samp{Choose Folders} menu item. See @code{mh-recursive-folders-flag}. | 3693 | @samp{Choose Folders} menu item. See @code{mh-recursive-folders-flag}. |
| 3694 | 3694 | ||
| 3695 | @cindex buffers, @samp{*MH-E Folders*} | 3695 | @cindex buffers, @file{*MH-E Folders*} |
| 3696 | @cindex @samp{*MH-E Folders*} | 3696 | @cindex @file{*MH-E Folders*} |
| 3697 | @findex mh-kill-folder | 3697 | @findex mh-kill-folder |
| 3698 | @findex mh-list-folders | 3698 | @findex mh-list-folders |
| 3699 | @findex mh-pack-folder | 3699 | @findex mh-pack-folder |
| @@ -3707,7 +3707,7 @@ folders. Otherwise, list the folders that should be searched with the | |||
| 3707 | 3707 | ||
| 3708 | Other commands you can perform on folders include: @kbd{F l} | 3708 | Other commands you can perform on folders include: @kbd{F l} |
| 3709 | (@code{mh-list-folders}), to place a listing of all the folders in | 3709 | (@code{mh-list-folders}), to place a listing of all the folders in |
| 3710 | your mail directory in a buffer called @samp{*MH-E Folders*} | 3710 | your mail directory in a buffer called @file{*MH-E Folders*} |
| 3711 | (@pxref{Miscellaneous}); @kbd{F k} (@code{mh-kill-folder}), to remove | 3711 | (@pxref{Miscellaneous}); @kbd{F k} (@code{mh-kill-folder}), to remove |
| 3712 | a folder; @kbd{F S} (@code{mh-sort-folder}), to sort the messages by | 3712 | a folder; @kbd{F S} (@code{mh-sort-folder}), to sort the messages by |
| 3713 | date (see @command{sortm}(1) to see how to sort by other criteria); | 3713 | date (see @command{sortm}(1) to see how to sort by other criteria); |
| @@ -3781,7 +3781,7 @@ When you want to quit using MH-E and go back to editing, you can use | |||
| 3781 | the @kbd{q} (@code{mh-quit}) command. This buries the buffers of the | 3781 | the @kbd{q} (@code{mh-quit}) command. This buries the buffers of the |
| 3782 | current MH-E folder and restores the buffers that were present when | 3782 | current MH-E folder and restores the buffers that were present when |
| 3783 | you first ran @kbd{M-x mh-rmail}. It also removes any MH-E working | 3783 | you first ran @kbd{M-x mh-rmail}. It also removes any MH-E working |
| 3784 | buffers whose name begins with @samp{ *mh-} or @samp{*MH-E } | 3784 | buffers whose name begins with @samp{ *mh-} or @file{*MH-E } |
| 3785 | (@pxref{Miscellaneous}). You can later restore your MH-E session by | 3785 | (@pxref{Miscellaneous}). You can later restore your MH-E session by |
| 3786 | selecting the @samp{+inbox} buffer or by running @kbd{M-x mh-rmail} | 3786 | selecting the @samp{+inbox} buffer or by running @kbd{M-x mh-rmail} |
| 3787 | again. | 3787 | again. |
| @@ -5618,10 +5618,10 @@ field, this setting is vital so that you can read the mail you write! | |||
| 5618 | @node Checking Recipients, Sending Message, Sending PGP, Editing Drafts | 5618 | @node Checking Recipients, Sending Message, Sending PGP, Editing Drafts |
| 5619 | @section Checking Recipients | 5619 | @section Checking Recipients |
| 5620 | 5620 | ||
| 5621 | @cindex @samp{*MH-E Recipients*} | 5621 | @cindex @file{*MH-E Recipients*} |
| 5622 | @cindex @command{whom} | 5622 | @cindex @command{whom} |
| 5623 | @cindex MH commands, @command{whom} | 5623 | @cindex MH commands, @command{whom} |
| 5624 | @cindex buffers, @samp{*MH-E Recipients*} | 5624 | @cindex buffers, @file{*MH-E Recipients*} |
| 5625 | @cindex checking recipients | 5625 | @cindex checking recipients |
| 5626 | @cindex recipients, checking | 5626 | @cindex recipients, checking |
| 5627 | @findex mh-check-whom | 5627 | @findex mh-check-whom |
| @@ -5629,7 +5629,7 @@ field, this setting is vital so that you can read the mail you write! | |||
| 5629 | 5629 | ||
| 5630 | The command @kbd{C-c C-w} (@code{mh-check-whom}) expands aliases so | 5630 | The command @kbd{C-c C-w} (@code{mh-check-whom}) expands aliases so |
| 5631 | you can check the actual address(es) in the alias. A new buffer named | 5631 | you can check the actual address(es) in the alias. A new buffer named |
| 5632 | @samp{*MH-E Recipients*} is created with the output of @command{whom} | 5632 | @file{*MH-E Recipients*} is created with the output of @command{whom} |
| 5633 | (@pxref{Miscellaneous})@footnote{See the section | 5633 | (@pxref{Miscellaneous})@footnote{See the section |
| 5634 | @uref{@value{MH-BOOK-HOME}/senove.html#WhaPro, What now?---and the | 5634 | @uref{@value{MH-BOOK-HOME}/senove.html#WhaPro, What now?---and the |
| 5635 | whatnow Program} in the MH book.}. | 5635 | whatnow Program} in the MH book.}. |
| @@ -5637,8 +5637,8 @@ whatnow Program} in the MH book.}. | |||
| 5637 | @node Sending Message, Killing Draft, Checking Recipients, Editing Drafts | 5637 | @node Sending Message, Killing Draft, Checking Recipients, Editing Drafts |
| 5638 | @section Sending a Message | 5638 | @section Sending a Message |
| 5639 | 5639 | ||
| 5640 | @cindex buffers, @samp{*MH-E Mail Delivery*} | 5640 | @cindex buffers, @file{*MH-E Mail Delivery*} |
| 5641 | @cindex @samp{*MH-E Mail Delivery*} | 5641 | @cindex @file{*MH-E Mail Delivery*} |
| 5642 | @cindex sending mail | 5642 | @cindex sending mail |
| 5643 | @findex mh-send-letter | 5643 | @findex mh-send-letter |
| 5644 | @kindex C-c C-c | 5644 | @kindex C-c C-c |
| @@ -5646,7 +5646,7 @@ whatnow Program} in the MH book.}. | |||
| 5646 | When you are all through editing a message, you send it with the | 5646 | When you are all through editing a message, you send it with the |
| 5647 | command @kbd{C-c C-c} (@code{mh-send-letter}). You can give a prefix | 5647 | command @kbd{C-c C-c} (@code{mh-send-letter}). You can give a prefix |
| 5648 | argument (as in @kbd{C-u C-c C-c}) to monitor the first stage of the | 5648 | argument (as in @kbd{C-u C-c C-c}) to monitor the first stage of the |
| 5649 | delivery; this output can be found in a buffer called @samp{*MH-E Mail | 5649 | delivery; this output can be found in a buffer called @file{*MH-E Mail |
| 5650 | Delivery*} (@pxref{Miscellaneous}). | 5650 | Delivery*} (@pxref{Miscellaneous}). |
| 5651 | 5651 | ||
| 5652 | @cindex sending mail | 5652 | @cindex sending mail |
| @@ -7157,7 +7157,7 @@ MH-E has been byte-compiled, you could try running @samp{locate | |||
| 7157 | mh-thread.elc} or otherwise find MH-E on your system and ensure that | 7157 | mh-thread.elc} or otherwise find MH-E on your system and ensure that |
| 7158 | @file{mh-thread.elc} exists. If you have multiple versions and you | 7158 | @file{mh-thread.elc} exists. If you have multiple versions and you |
| 7159 | find that one is compiled but the other is not, then go into your | 7159 | find that one is compiled but the other is not, then go into your |
| 7160 | @samp{*scratch*} buffer in Emacs, enter @kbd{load-path C-j}, and | 7160 | @file{*scratch*} buffer in Emacs, enter @kbd{load-path C-j}, and |
| 7161 | ensure that the byte-compiled version appears first in the | 7161 | ensure that the byte-compiled version appears first in the |
| 7162 | @code{load-path}. If you find that MH-E is not compiled and you | 7162 | @code{load-path}. If you find that MH-E is not compiled and you |
| 7163 | installed MH-E yourself, please refer to the installation directions | 7163 | installed MH-E yourself, please refer to the installation directions |
| @@ -7443,8 +7443,8 @@ sequence, use @kbd{S '} (@code{mh-narrow-to-tick}). When you want to | |||
| 7443 | widen the view to all your messages again, use @kbd{S w} | 7443 | widen the view to all your messages again, use @kbd{S w} |
| 7444 | (@code{mh-widen}). | 7444 | (@code{mh-widen}). |
| 7445 | 7445 | ||
| 7446 | @cindex buffers, @samp{*MH-E Sequences*} | 7446 | @cindex buffers, @file{*MH-E Sequences*} |
| 7447 | @cindex @samp{*MH-E Sequences*} | 7447 | @cindex @file{*MH-E Sequences*} |
| 7448 | @findex mh-list-sequences | 7448 | @findex mh-list-sequences |
| 7449 | @findex mh-msg-is-in-seq | 7449 | @findex mh-msg-is-in-seq |
| 7450 | @kindex S l | 7450 | @kindex S l |
| @@ -7456,7 +7456,7 @@ display the sequences in which another message appears (as in @kbd{C-u | |||
| 7456 | 42 S s @key{RET}}). Or, you can list all sequences in a selected | 7456 | 42 S s @key{RET}}). Or, you can list all sequences in a selected |
| 7457 | folder (default is current folder) with @kbd{S l} | 7457 | folder (default is current folder) with @kbd{S l} |
| 7458 | (@code{mh-list-sequences}). The list appears in a buffer named | 7458 | (@code{mh-list-sequences}). The list appears in a buffer named |
| 7459 | @samp{*MH-E Sequences*} (@pxref{Miscellaneous}). | 7459 | @file{*MH-E Sequences*} (@pxref{Miscellaneous}). |
| 7460 | 7460 | ||
| 7461 | @cindex MH profile component, @samp{Previous-Sequence} | 7461 | @cindex MH profile component, @samp{Previous-Sequence} |
| 7462 | @cindex @samp{cur} sequence | 7462 | @cindex @samp{cur} sequence |
| @@ -7676,8 +7676,8 @@ If a message is in any sequence (except @samp{Previous-Sequence:} and | |||
| 7676 | sequences in the destination folder. If this behavior is not desired, | 7676 | sequences in the destination folder. If this behavior is not desired, |
| 7677 | then turn off the option @code{mh-whitelist-preserves-sequences-flag}. | 7677 | then turn off the option @code{mh-whitelist-preserves-sequences-flag}. |
| 7678 | 7678 | ||
| 7679 | @cindex @samp{*MH-E Log*} | 7679 | @cindex @file{*MH-E Log*} |
| 7680 | @cindex buffers, @samp{*MH-E Log*} | 7680 | @cindex buffers, @file{*MH-E Log*} |
| 7681 | @findex call-process | 7681 | @findex call-process |
| 7682 | @vindex mh-junk-background | 7682 | @vindex mh-junk-background |
| 7683 | 7683 | ||
| @@ -7688,7 +7688,7 @@ turning on the option @code{mh-junk-background}. @footnote{Note that | |||
| 7688 | the option @code{mh-junk-background} is used as the @code{display} | 7688 | the option @code{mh-junk-background} is used as the @code{display} |
| 7689 | argument in the call to @code{call-process}. Therefore, turning on | 7689 | argument in the call to @code{call-process}. Therefore, turning on |
| 7690 | this option means setting its value to @samp{0}. You can also set its | 7690 | this option means setting its value to @samp{0}. You can also set its |
| 7691 | value to @samp{t} to direct the programs' output to the @samp{*MH-E | 7691 | value to @samp{t} to direct the programs' output to the @file{*MH-E |
| 7692 | Log*} buffer; this may be useful for debugging.} | 7692 | Log*} buffer; this may be useful for debugging.} |
| 7693 | 7693 | ||
| 7694 | The following sections discuss the various counter-spam measures that | 7694 | The following sections discuss the various counter-spam measures that |
| @@ -7976,16 +7976,16 @@ Display version information about MH-E and the MH mail handling | |||
| 7976 | system. | 7976 | system. |
| 7977 | @end ftable | 7977 | @end ftable |
| 7978 | 7978 | ||
| 7979 | @cindex buffers, @samp{*MH-E Info*} | 7979 | @cindex buffers, @file{*MH-E Info*} |
| 7980 | @cindex MH-E version | 7980 | @cindex MH-E version |
| 7981 | @cindex @samp{*MH-E Info*} | 7981 | @cindex @file{*MH-E Info*} |
| 7982 | @cindex version | 7982 | @cindex version |
| 7983 | @kindex M-x mh-version | 7983 | @kindex M-x mh-version |
| 7984 | 7984 | ||
| 7985 | One command worth noting is @kbd{M-x mh-version}. You can compare the | 7985 | One command worth noting is @kbd{M-x mh-version}. You can compare the |
| 7986 | version this command prints to the latest release (@pxref{Getting | 7986 | version this command prints to the latest release (@pxref{Getting |
| 7987 | MH-E}). The output of @kbd{M-x mh-version}, found in a buffer named | 7987 | MH-E}). The output of @kbd{M-x mh-version}, found in a buffer named |
| 7988 | @samp{*MH-E Info*}, should usually be included with any bug report you | 7988 | @file{*MH-E Info*}, should usually be included with any bug report you |
| 7989 | submit (@pxref{Bug Reports}). | 7989 | submit (@pxref{Bug Reports}). |
| 7990 | 7990 | ||
| 7991 | @subheading MH-E Buffers | 7991 | @subheading MH-E Buffers |
| @@ -7994,16 +7994,16 @@ Besides the MH-Folder, MH-Show, and MH-Letter buffers, MH-E creates | |||
| 7994 | several other buffers. They are: | 7994 | several other buffers. They are: |
| 7995 | 7995 | ||
| 7996 | @table @samp | 7996 | @table @samp |
| 7997 | @cindex @samp{*MH-E Folders*} | 7997 | @cindex @file{*MH-E Folders*} |
| 7998 | @cindex buffers, @samp{*MH-E Folders*} | 7998 | @cindex buffers, @file{*MH-E Folders*} |
| 7999 | @findex mh-list-folders | 7999 | @findex mh-list-folders |
| 8000 | @item *MH-E Folders* | 8000 | @item *MH-E Folders* |
| 8001 | @kindex F l | 8001 | @kindex F l |
| 8002 | This buffer contains the output of @kbd{F l} (@code{mh-list-folders}). | 8002 | This buffer contains the output of @kbd{F l} (@code{mh-list-folders}). |
| 8003 | @xref{Folders}. | 8003 | @xref{Folders}. |
| 8004 | @c ------------------------- | 8004 | @c ------------------------- |
| 8005 | @cindex @samp{*MH-E Help*} | 8005 | @cindex @file{*MH-E Help*} |
| 8006 | @cindex buffers, @samp{*MH-E Help*} | 8006 | @cindex buffers, @file{*MH-E Help*} |
| 8007 | @findex mh-help | 8007 | @findex mh-help |
| 8008 | @item *MH-E Help* | 8008 | @item *MH-E Help* |
| 8009 | @kindex ? | 8009 | @kindex ? |
| @@ -8011,25 +8011,25 @@ This buffer contains the output of @kbd{F l} (@code{mh-list-folders}). | |||
| 8011 | This buffer contains the output of @kbd{?} (@code{mh-help}) and | 8011 | This buffer contains the output of @kbd{?} (@code{mh-help}) and |
| 8012 | @kbd{C-c ?} in MH-Letter mode. @xref{Using This Manual}. | 8012 | @kbd{C-c ?} in MH-Letter mode. @xref{Using This Manual}. |
| 8013 | @c ------------------------- | 8013 | @c ------------------------- |
| 8014 | @cindex @samp{*MH-E Info*} | 8014 | @cindex @file{*MH-E Info*} |
| 8015 | @cindex buffers, @samp{*MH-E Info*} | 8015 | @cindex buffers, @file{*MH-E Info*} |
| 8016 | @item *MH-E Info* | 8016 | @item *MH-E Info* |
| 8017 | This buffer contains the output of @kbd{M-x mh-version @key{RET}}. | 8017 | This buffer contains the output of @kbd{M-x mh-version @key{RET}}. |
| 8018 | @c ------------------------- | 8018 | @c ------------------------- |
| 8019 | @cindex @samp{*MH-E Log*} | 8019 | @cindex @file{*MH-E Log*} |
| 8020 | @cindex buffers, @samp{*MH-E Log*} | 8020 | @cindex buffers, @file{*MH-E Log*} |
| 8021 | @item *MH-E Log* | 8021 | @item *MH-E Log* |
| 8022 | This buffer contains the last 100 lines of the output of the various | 8022 | This buffer contains the last 100 lines of the output of the various |
| 8023 | MH commands. | 8023 | MH commands. |
| 8024 | @c ------------------------- | 8024 | @c ------------------------- |
| 8025 | @cindex @samp{*MH-E Mail Delivery*} | 8025 | @cindex @file{*MH-E Mail Delivery*} |
| 8026 | @cindex buffers, @samp{*MH-E Mail Delivery*} | 8026 | @cindex buffers, @file{*MH-E Mail Delivery*} |
| 8027 | @item *MH-E Mail Delivery* | 8027 | @item *MH-E Mail Delivery* |
| 8028 | This buffer contains the transcript of a mail delivery. @xref{Sending | 8028 | This buffer contains the transcript of a mail delivery. @xref{Sending |
| 8029 | Message}. | 8029 | Message}. |
| 8030 | @c ------------------------- | 8030 | @c ------------------------- |
| 8031 | @cindex @samp{*MH-E Recipients*} | 8031 | @cindex @file{*MH-E Recipients*} |
| 8032 | @cindex buffers, @samp{*MH-E Recipients*} | 8032 | @cindex buffers, @file{*MH-E Recipients*} |
| 8033 | @findex mh-check-whom | 8033 | @findex mh-check-whom |
| 8034 | @item *MH-E Recipients* | 8034 | @item *MH-E Recipients* |
| 8035 | @kindex C-c C-w | 8035 | @kindex C-c C-w |
| @@ -8037,14 +8037,14 @@ This buffer contains the output of @kbd{C-c C-w} | |||
| 8037 | (@code{mh-check-whom}) and is killed when draft is sent. | 8037 | (@code{mh-check-whom}) and is killed when draft is sent. |
| 8038 | @xref{Checking Recipients}. | 8038 | @xref{Checking Recipients}. |
| 8039 | @c ------------------------- | 8039 | @c ------------------------- |
| 8040 | @cindex @samp{*MH-E Sequences*} | 8040 | @cindex @file{*MH-E Sequences*} |
| 8041 | @cindex buffers, @samp{*MH-E Sequences*} | 8041 | @cindex buffers, @file{*MH-E Sequences*} |
| 8042 | @item *MH-E Sequences* | 8042 | @item *MH-E Sequences* |
| 8043 | This buffer contains the output of @kbd{S l} | 8043 | This buffer contains the output of @kbd{S l} |
| 8044 | (@code{mh-list-sequences}). @xref{Sequences}. | 8044 | (@code{mh-list-sequences}). @xref{Sequences}. |
| 8045 | @c ------------------------- | 8045 | @c ------------------------- |
| 8046 | @cindex @samp{*mh-temp*} | 8046 | @cindex @file{*mh-temp*} |
| 8047 | @cindex buffers, @samp{*mh-temp*} | 8047 | @cindex buffers, @file{*mh-temp*} |
| 8048 | @item *mh-temp* | 8048 | @item *mh-temp* |
| 8049 | This is a scratch, ephemeral, buffer used by MH-E functions. Note that | 8049 | This is a scratch, ephemeral, buffer used by MH-E functions. Note that |
| 8050 | it is hidden because the first character in the name is a space. | 8050 | it is hidden because the first character in the name is a space. |
diff --git a/doc/misc/newsticker.texi b/doc/misc/newsticker.texi index 0fc320e49e4..6ad8df52fd4 100644 --- a/doc/misc/newsticker.texi +++ b/doc/misc/newsticker.texi | |||
| @@ -166,8 +166,8 @@ feeds (in tree form), a list of headlines for the current feed, and | |||
| 166 | the content of the current headline. Feeds can be placed into groups, | 166 | the content of the current headline. Feeds can be placed into groups, |
| 167 | which themselves can be placed in groups and so on. | 167 | which themselves can be placed in groups and so on. |
| 168 | @item Newsticker's @emph{plainview} displays all headlines in a | 168 | @item Newsticker's @emph{plainview} displays all headlines in a |
| 169 | single buffer, called @samp{*newsticker*}. The modeline in the | 169 | single buffer, called @file{*newsticker*}. The modeline in the |
| 170 | @samp{*newsticker*} buffer informs you whenever new headlines have | 170 | @file{*newsticker*} buffer informs you whenever new headlines have |
| 171 | arrived. | 171 | arrived. |
| 172 | @end itemize | 172 | @end itemize |
| 173 | In both views clicking mouse-button 2 or pressing @key{RET} on a | 173 | In both views clicking mouse-button 2 or pressing @key{RET} on a |
diff --git a/doc/misc/pcl-cvs.texi b/doc/misc/pcl-cvs.texi index a1e49d7b165..d024d993a3b 100644 --- a/doc/misc/pcl-cvs.texi +++ b/doc/misc/pcl-cvs.texi | |||
| @@ -116,7 +116,7 @@ Commands | |||
| 116 | * Removing handled entries:: Uninteresting lines can easily be removed. | 116 | * Removing handled entries:: Uninteresting lines can easily be removed. |
| 117 | * Ignoring files:: Telling CVS to ignore generated files. | 117 | * Ignoring files:: Telling CVS to ignore generated files. |
| 118 | * Viewing differences:: Commands to @samp{diff} different versions. | 118 | * Viewing differences:: Commands to @samp{diff} different versions. |
| 119 | * Invoking Ediff:: Running @samp{ediff} from @samp{*cvs*} buffer. | 119 | * Invoking Ediff:: Running @samp{ediff} from @file{*cvs*} buffer. |
| 120 | * Updating files:: Updating files that Need-update. | 120 | * Updating files:: Updating files that Need-update. |
| 121 | * Tagging files:: Tagging files. | 121 | * Tagging files:: Tagging files. |
| 122 | * Miscellaneous commands:: Miscellaneous commands. | 122 | * Miscellaneous commands:: Miscellaneous commands. |
| @@ -264,7 +264,7 @@ The function @code{cvs-examine} will ask for a directory. The command | |||
| 264 | @samp{cvs -n update} will be run in that directory. (It should contain | 264 | @samp{cvs -n update} will be run in that directory. (It should contain |
| 265 | files that have been checked out from a CVS archive.) The output from | 265 | files that have been checked out from a CVS archive.) The output from |
| 266 | @code{cvs} will be parsed and presented in a table in a buffer called | 266 | @code{cvs} will be parsed and presented in a table in a buffer called |
| 267 | @samp{*cvs*}. It might look something like this: | 267 | @file{*cvs*}. It might look something like this: |
| 268 | 268 | ||
| 269 | @example | 269 | @example |
| 270 | Repository : /usr/CVSroot | 270 | Repository : /usr/CVSroot |
| @@ -298,7 +298,7 @@ You can move the cursor up and down in the buffer with @kbd{C-n} and | |||
| 298 | repository. @xref{Committing changes}. You can also press @kbd{O} to | 298 | repository. @xref{Committing changes}. You can also press @kbd{O} to |
| 299 | update any of the files that are marked @samp{Need-Update}. You can | 299 | update any of the files that are marked @samp{Need-Update}. You can |
| 300 | also run @kbd{M-x cvs-update @key{RET}} (bound to @kbd{M-u} in the | 300 | also run @kbd{M-x cvs-update @key{RET}} (bound to @kbd{M-u} in the |
| 301 | @samp{*cvs*} buffer) to update all the files. | 301 | @file{*cvs*} buffer) to update all the files. |
| 302 | 302 | ||
| 303 | You can then press @kbd{=} to easily get a @samp{diff} between your | 303 | You can then press @kbd{=} to easily get a @samp{diff} between your |
| 304 | modified file and the base version that you started from, or you can | 304 | modified file and the base version that you started from, or you can |
| @@ -309,7 +309,7 @@ about files}). | |||
| 309 | @node Buffer contents | 309 | @node Buffer contents |
| 310 | @chapter Buffer contents | 310 | @chapter Buffer contents |
| 311 | @cindex Buffer contents | 311 | @cindex Buffer contents |
| 312 | @cindex @code{*cvs*} buffer contents | 312 | @cindex @file{*cvs*} buffer contents |
| 313 | 313 | ||
| 314 | The display contains several columns, some of which are optional. | 314 | The display contains several columns, some of which are optional. |
| 315 | These columns are, from left to right: | 315 | These columns are, from left to right: |
| @@ -449,7 +449,7 @@ marks are not ignored) or whichever file or directory the cursor is on. | |||
| 449 | 449 | ||
| 450 | If a directory is selected but the command cannot be applied to a | 450 | If a directory is selected but the command cannot be applied to a |
| 451 | directory, then it will be applied to the set of files under this | 451 | directory, then it will be applied to the set of files under this |
| 452 | directory which are in the @samp{*cvs*} buffer. | 452 | directory which are in the @file{*cvs*} buffer. |
| 453 | 453 | ||
| 454 | @findex cvs-mode-force-command | 454 | @findex cvs-mode-force-command |
| 455 | @findex cvs-allow-dir-commit | 455 | @findex cvs-allow-dir-commit |
| @@ -504,7 +504,7 @@ you can use in PCL-CVS@. They are grouped together by type. | |||
| 504 | * Removing handled entries:: Uninteresting lines can easily be removed. | 504 | * Removing handled entries:: Uninteresting lines can easily be removed. |
| 505 | * Ignoring files:: Telling CVS to ignore generated files. | 505 | * Ignoring files:: Telling CVS to ignore generated files. |
| 506 | * Viewing differences:: Commands to @samp{diff} different versions. | 506 | * Viewing differences:: Commands to @samp{diff} different versions. |
| 507 | * Invoking Ediff:: Running @samp{ediff} from @samp{*cvs*} buffer. | 507 | * Invoking Ediff:: Running @samp{ediff} from @file{*cvs*} buffer. |
| 508 | * Updating files:: Updating files that Need-update. | 508 | * Updating files:: Updating files that Need-update. |
| 509 | * Tagging files:: Tagging files. | 509 | * Tagging files:: Tagging files. |
| 510 | * Miscellaneous commands:: Miscellaneous commands. | 510 | * Miscellaneous commands:: Miscellaneous commands. |
| @@ -520,10 +520,10 @@ you can use in PCL-CVS@. They are grouped together by type. | |||
| 520 | @findex cvs-quickdir | 520 | @findex cvs-quickdir |
| 521 | @cindex Creating the *cvs* buffer | 521 | @cindex Creating the *cvs* buffer |
| 522 | 522 | ||
| 523 | Most commands in PCL-CVS require that you have a @samp{*cvs*} | 523 | Most commands in PCL-CVS require that you have a @file{*cvs*} |
| 524 | buffer. The commands that you use to get one are listed below. | 524 | buffer. The commands that you use to get one are listed below. |
| 525 | For each, a @samp{cvs} process will be run, the output will be parsed by | 525 | For each, a @samp{cvs} process will be run, the output will be parsed by |
| 526 | PCL-CVS, and the result will be printed in the @samp{*cvs*} buffer (see | 526 | PCL-CVS, and the result will be printed in the @file{*cvs*} buffer (see |
| 527 | @ref{Buffer contents}, for a description of the buffer's contents). | 527 | @ref{Buffer contents}, for a description of the buffer's contents). |
| 528 | 528 | ||
| 529 | @table @kbd | 529 | @table @kbd |
| @@ -547,7 +547,7 @@ in which the @samp{cvs update} will be run and the module to be checked | |||
| 547 | out. | 547 | out. |
| 548 | 548 | ||
| 549 | @item M-x cvs-quickdir | 549 | @item M-x cvs-quickdir |
| 550 | Populate the @samp{*cvs*} buffer by just looking at the @file{CVS/Entries} | 550 | Populate the @file{*cvs*} buffer by just looking at the @file{CVS/Entries} |
| 551 | files. This is very much like @code{cvs-examine} except that it does | 551 | files. This is very much like @code{cvs-examine} except that it does |
| 552 | not access the CVS repository, which is a major advantage when the | 552 | not access the CVS repository, which is a major advantage when the |
| 553 | repository is far away. But of course, it will not be able to detect | 553 | repository is far away. But of course, it will not be able to detect |
| @@ -628,7 +628,7 @@ to the ones PCL-CVS thinks are relevant. | |||
| 628 | @end table | 628 | @end table |
| 629 | 629 | ||
| 630 | @node Updating the buffer | 630 | @node Updating the buffer |
| 631 | @section Updating the @samp{*cvs*} buffer | 631 | @section Updating the @file{*cvs*} buffer |
| 632 | @findex cvs-update | 632 | @findex cvs-update |
| 633 | @findex cvs-examine | 633 | @findex cvs-examine |
| 634 | @findex cvs-status | 634 | @findex cvs-status |
| @@ -636,7 +636,7 @@ to the ones PCL-CVS thinks are relevant. | |||
| 636 | @findex cvs-mode-examine | 636 | @findex cvs-mode-examine |
| 637 | @findex cvs-mode-status | 637 | @findex cvs-mode-status |
| 638 | 638 | ||
| 639 | The following commands can be used from within the @samp{*cvs*} buffer | 639 | The following commands can be used from within the @file{*cvs*} buffer |
| 640 | to update the display: | 640 | to update the display: |
| 641 | 641 | ||
| 642 | @table @kbd | 642 | @table @kbd |
| @@ -667,7 +667,7 @@ top-level directory, this is equivalent to @kbd{M-e}. | |||
| 667 | @item s | 667 | @item s |
| 668 | Runs @code{cvs-mode-status} on the selected files. When run on the | 668 | Runs @code{cvs-mode-status} on the selected files. When run on the |
| 669 | top-level directory, this is equivalent to @kbd{M-s}, except that | 669 | top-level directory, this is equivalent to @kbd{M-s}, except that |
| 670 | CVS output will be shown in a @samp{*cvs-info*} buffer that will be | 670 | CVS output will be shown in a @file{*cvs-info*} buffer that will be |
| 671 | put in @samp{cvs-status-mode}. | 671 | put in @samp{cvs-status-mode}. |
| 672 | @end table | 672 | @end table |
| 673 | 673 | ||
| @@ -775,7 +775,7 @@ Committing changes basically works as follows: | |||
| 775 | @item | 775 | @item |
| 776 | After having selected the files you want to commit, you type either | 776 | After having selected the files you want to commit, you type either |
| 777 | @kbd{c} or @kbd{C} which brings up a special buffer | 777 | @kbd{c} or @kbd{C} which brings up a special buffer |
| 778 | @samp{*cvs-commit*}. | 778 | @file{*cvs-commit*}. |
| 779 | 779 | ||
| 780 | @item | 780 | @item |
| 781 | You type in the log message describing the changes you're about to | 781 | You type in the log message describing the changes you're about to |
| @@ -800,8 +800,8 @@ change this last detail with @code{log-edit-confirm}. | |||
| 800 | 800 | ||
| 801 | As for the difference between @kbd{c} (i.e., @code{cvs-mode-commit}) and | 801 | As for the difference between @kbd{c} (i.e., @code{cvs-mode-commit}) and |
| 802 | @kbd{C} (i.e., @code{cvs-mode-commit-setup}) is that the first gets you | 802 | @kbd{C} (i.e., @code{cvs-mode-commit-setup}) is that the first gets you |
| 803 | straight to @samp{*cvs-commit*} without erasing it or changing anything | 803 | straight to @file{*cvs-commit*} without erasing it or changing anything |
| 804 | to its content, while the second first erases @samp{*cvs-commit*} | 804 | to its content, while the second first erases @file{*cvs-commit*} |
| 805 | and tries to initialize it with a sane default (it does that by either | 805 | and tries to initialize it with a sane default (it does that by either |
| 806 | using a template provided by the CVS administrator or by extracting a | 806 | using a template provided by the CVS administrator or by extracting a |
| 807 | relevant log message from a @file{ChangeLog} file). | 807 | relevant log message from a @file{ChangeLog} file). |
| @@ -866,12 +866,12 @@ directory (@code{cvs-mode-add-change-log-entry-other-window}). | |||
| 866 | @item l | 866 | @item l |
| 867 | Call the command @code{cvs-mode-log} which runs @samp{cvs log} on all | 867 | Call the command @code{cvs-mode-log} which runs @samp{cvs log} on all |
| 868 | selected files, and show the result in a temporary buffer | 868 | selected files, and show the result in a temporary buffer |
| 869 | @samp{*cvs-info*} (@pxref{Log View Mode}). | 869 | @file{*cvs-info*} (@pxref{Log View Mode}). |
| 870 | 870 | ||
| 871 | @item s | 871 | @item s |
| 872 | Call the command @code{cvs-mode-status} which runs @samp{cvs status} on | 872 | Call the command @code{cvs-mode-status} which runs @samp{cvs status} on |
| 873 | all selected files, and show the result in a temporary buffer | 873 | all selected files, and show the result in a temporary buffer |
| 874 | @samp{*cvs-info*}. | 874 | @file{*cvs-info*}. |
| 875 | @c Fixme: reinstate when node is written: | 875 | @c Fixme: reinstate when node is written: |
| 876 | @c (@pxref{CVS Status Mode}). | 876 | @c (@pxref{CVS Status Mode}). |
| 877 | @end table | 877 | @end table |
| @@ -1142,11 +1142,11 @@ Byte compile all selected files that end in @file{.el}. | |||
| 1142 | 1142 | ||
| 1143 | @item M-x cvs-mode-delete-lock | 1143 | @item M-x cvs-mode-delete-lock |
| 1144 | This command deletes the lock files that | 1144 | This command deletes the lock files that |
| 1145 | the @samp{*cvs*} buffer informs you about. You should normally never have to | 1145 | the @file{*cvs*} buffer informs you about. You should normally never have to |
| 1146 | use this command, since CVS tries very carefully to always remove the | 1146 | use this command, since CVS tries very carefully to always remove the |
| 1147 | lock files itself. | 1147 | lock files itself. |
| 1148 | 1148 | ||
| 1149 | You can only use this command when a message in the @samp{*cvs*} buffer tells | 1149 | You can only use this command when a message in the @file{*cvs*} buffer tells |
| 1150 | you so. You should wait a while before using this command in case | 1150 | you so. You should wait a while before using this command in case |
| 1151 | someone else is running a @code{cvs} command. | 1151 | someone else is running a @code{cvs} command. |
| 1152 | 1152 | ||
| @@ -1161,7 +1161,7 @@ area (@code{cvs-help}). | |||
| 1161 | Bury the PCL-CVS buffer (@code{cvs-bury-buffer}). | 1161 | Bury the PCL-CVS buffer (@code{cvs-bury-buffer}). |
| 1162 | 1162 | ||
| 1163 | @item M-x cvs-mode-quit | 1163 | @item M-x cvs-mode-quit |
| 1164 | Quit PCL-CVS, killing the @samp{*cvs*} buffer. | 1164 | Quit PCL-CVS, killing the @file{*cvs*} buffer. |
| 1165 | @end table | 1165 | @end table |
| 1166 | 1166 | ||
| 1167 | @node Log Edit Mode | 1167 | @node Log Edit Mode |
| @@ -1260,7 +1260,7 @@ entries}. | |||
| 1260 | @item cvs-auto-remove-directories | 1260 | @item cvs-auto-remove-directories |
| 1261 | If this variable is set to any non-@code{nil} value, directories that do | 1261 | If this variable is set to any non-@code{nil} value, directories that do |
| 1262 | not contain any files to be checked in will not be listed in the | 1262 | not contain any files to be checked in will not be listed in the |
| 1263 | @samp{*cvs*} buffer. | 1263 | @file{*cvs*} buffer. |
| 1264 | 1264 | ||
| 1265 | @item cvs-auto-revert | 1265 | @item cvs-auto-revert |
| 1266 | If this variable is set to any non-@samp{nil} value any buffers you have | 1266 | If this variable is set to any non-@samp{nil} value any buffers you have |
| @@ -1284,7 +1284,7 @@ useful if your site has several repositories. | |||
| 1284 | @item log-edit-require-final-newline | 1284 | @item log-edit-require-final-newline |
| 1285 | @c wordy to avoid underfull hbox | 1285 | @c wordy to avoid underfull hbox |
| 1286 | When you enter a log message by typing into the | 1286 | When you enter a log message by typing into the |
| 1287 | @samp{*cvs-commit-message*} buffer, PCL-CVS normally automatically | 1287 | @file{*cvs-commit-message*} buffer, PCL-CVS normally automatically |
| 1288 | inserts a trailing newline, unless there already is one. This behavior | 1288 | inserts a trailing newline, unless there already is one. This behavior |
| 1289 | can be controlled via @samp{cvs-commit-buffer-require-final-newline}. | 1289 | can be controlled via @samp{cvs-commit-buffer-require-final-newline}. |
| 1290 | If it is @samp{t} (the default behavior), a newline will always be | 1290 | If it is @samp{t} (the default behavior), a newline will always be |
| @@ -1340,7 +1340,7 @@ default. | |||
| 1340 | @vindex cvs-msg (face) | 1340 | @vindex cvs-msg (face) |
| 1341 | 1341 | ||
| 1342 | PCL-CVS adds a few extra features, including menus, mouse bindings, and | 1342 | PCL-CVS adds a few extra features, including menus, mouse bindings, and |
| 1343 | fontification of the @samp{*cvs*} buffer. The faces defined for | 1343 | fontification of the @file{*cvs*} buffer. The faces defined for |
| 1344 | fontification are listed below: | 1344 | fontification are listed below: |
| 1345 | 1345 | ||
| 1346 | @table @samp | 1346 | @table @samp |
| @@ -1402,10 +1402,10 @@ Below is a partial list of currently known problems with PCL-CVS. | |||
| 1402 | @table @asis | 1402 | @table @asis |
| 1403 | @item Unexpected output from CVS | 1403 | @item Unexpected output from CVS |
| 1404 | Unexpected output from CVS may confuse PCL-CVS@. It will create | 1404 | Unexpected output from CVS may confuse PCL-CVS@. It will create |
| 1405 | warning messages in the @samp{*cvs*} buffer alerting you to any parse errors. | 1405 | warning messages in the @file{*cvs*} buffer alerting you to any parse errors. |
| 1406 | If you get these messages, please send a bug report to the email | 1406 | If you get these messages, please send a bug report to the email |
| 1407 | addresses listed above. Include the contents of the @samp{*cvs*} buffer, the | 1407 | addresses listed above. Include the contents of the @file{*cvs*} buffer, the |
| 1408 | output of the CVS process (which should be found in the @samp{ *cvs-tmp*} | 1408 | output of the CVS process (which should be found in the @file{ *cvs-tmp*} |
| 1409 | buffer), and the versions of Emacs, PCL-CVS and CVS you are using. | 1409 | buffer), and the versions of Emacs, PCL-CVS and CVS you are using. |
| 1410 | @end table | 1410 | @end table |
| 1411 | 1411 | ||
diff --git a/doc/misc/rcirc.texi b/doc/misc/rcirc.texi index 96acdf86cd2..6e136c3345a 100644 --- a/doc/misc/rcirc.texi +++ b/doc/misc/rcirc.texi | |||
| @@ -212,7 +212,7 @@ Emacs, or join @code{#rcirc}, the channel about @code{rcirc}. | |||
| 212 | 212 | ||
| 213 | @cindex server buffer | 213 | @cindex server buffer |
| 214 | When you have answered these questions, @code{rcirc} will create a server | 214 | When you have answered these questions, @code{rcirc} will create a server |
| 215 | buffer, which will be named something like @code{*irc.freenode.net*}, | 215 | buffer, which will be named something like @file{*irc.freenode.net*}, |
| 216 | and a channel buffer for each of the channels you wanted to join. | 216 | and a channel buffer for each of the channels you wanted to join. |
| 217 | 217 | ||
| 218 | @kindex RET | 218 | @kindex RET |
diff --git a/doc/misc/sem-user.texi b/doc/misc/sem-user.texi index e2f7ea51303..ebd301cf5f9 100644 --- a/doc/misc/sem-user.texi +++ b/doc/misc/sem-user.texi | |||
| @@ -903,12 +903,12 @@ at a given buffer position. The return value is an EIEIO object | |||
| 903 | describing the context at @var{pos} (@pxref{Top,,,eieio,EIEIO | 903 | describing the context at @var{pos} (@pxref{Top,,,eieio,EIEIO |
| 904 | manual}). | 904 | manual}). |
| 905 | 905 | ||
| 906 | When called interactively, this displays a @samp{*Semantic Context | 906 | When called interactively, this displays a @file{*Semantic Context |
| 907 | Analysis*} buffer containing a summary of the context at point. | 907 | Analysis*} buffer containing a summary of the context at point. |
| 908 | @end deffn | 908 | @end deffn |
| 909 | 909 | ||
| 910 | @noindent | 910 | @noindent |
| 911 | The Prefix section of the @samp{*Semantic Context Analysis*} buffer | 911 | The Prefix section of the @file{*Semantic Context Analysis*} buffer |
| 912 | lists the tags based on the text at point. If it shows only a simple | 912 | lists the tags based on the text at point. If it shows only a simple |
| 913 | string, the Semantic was unable to identify what the data type was. | 913 | string, the Semantic was unable to identify what the data type was. |
| 914 | 914 | ||
diff --git a/doc/misc/smtpmail.texi b/doc/misc/smtpmail.texi index 24cbc56ecfa..901bfb0a903 100644 --- a/doc/misc/smtpmail.texi +++ b/doc/misc/smtpmail.texi | |||
| @@ -409,7 +409,7 @@ clues to the reason for the error. | |||
| 409 | @vindex smtpmail-debug-info | 409 | @vindex smtpmail-debug-info |
| 410 | The variable @code{smtpmail-debug-info} controls whether to print | 410 | The variable @code{smtpmail-debug-info} controls whether to print |
| 411 | the SMTP protocol exchange in the minibuffer, and retain the entire | 411 | the SMTP protocol exchange in the minibuffer, and retain the entire |
| 412 | exchange in a buffer @samp{*trace of SMTP session to @var{server}*}, | 412 | exchange in a buffer @file{*trace of SMTP session to @var{server}*}, |
| 413 | where @var{server} is the name of the mail server to which you send | 413 | where @var{server} is the name of the mail server to which you send |
| 414 | mail. | 414 | mail. |
| 415 | 415 | ||
diff --git a/doc/misc/url.texi b/doc/misc/url.texi index 5cda62eade7..9c9e4f5a2bc 100644 --- a/doc/misc/url.texi +++ b/doc/misc/url.texi | |||
| @@ -1249,7 +1249,7 @@ if it exists. | |||
| 1249 | @defopt url-debug | 1249 | @defopt url-debug |
| 1250 | @cindex debugging | 1250 | @cindex debugging |
| 1251 | Specifies the types of debug messages which are logged to | 1251 | Specifies the types of debug messages which are logged to |
| 1252 | the @code{*URL-DEBUG*} buffer. | 1252 | the @file{*URL-DEBUG*} buffer. |
| 1253 | @code{t} means log all messages. | 1253 | @code{t} means log all messages. |
| 1254 | A number means log all messages and show them with @code{message}. | 1254 | A number means log all messages and show them with @code{message}. |
| 1255 | It may also be a list of the types of messages to be logged. | 1255 | It may also be a list of the types of messages to be logged. |
diff --git a/doc/misc/viper.texi b/doc/misc/viper.texi index 5cbf32c9297..58e74473b87 100644 --- a/doc/misc/viper.texi +++ b/doc/misc/viper.texi | |||
| @@ -354,7 +354,7 @@ M-x viper-mode | |||
| 354 | @end lisp | 354 | @end lisp |
| 355 | 355 | ||
| 356 | When Emacs first comes up, if you have not specified a file on the | 356 | When Emacs first comes up, if you have not specified a file on the |
| 357 | command line, it will show the @samp{*scratch*} buffer, in the | 357 | command line, it will show the @file{*scratch*} buffer, in the |
| 358 | @samp{Lisp Interaction} mode. After you invoke Viper, you can start | 358 | @samp{Lisp Interaction} mode. After you invoke Viper, you can start |
| 359 | editing files by using @kbd{:e}, @kbd{:vi}, or @kbd{v} commands. | 359 | editing files by using @kbd{:e}, @kbd{:vi}, or @kbd{v} commands. |
| 360 | (@xref{File and Buffer Handling}, for more information on @kbd{v} and other | 360 | (@xref{File and Buffer Handling}, for more information on @kbd{v} and other |
| @@ -1840,7 +1840,7 @@ usually most effective: | |||
| 1840 | (set-face-background viper-replace-overlay-face "yellow") | 1840 | (set-face-background viper-replace-overlay-face "yellow") |
| 1841 | @end smallexample | 1841 | @end smallexample |
| 1842 | For a complete list of colors available to you, evaluate the expression | 1842 | For a complete list of colors available to you, evaluate the expression |
| 1843 | @code{(x-defined-colors)}. (Type it in the buffer @code{*scratch*} and then | 1843 | @code{(x-defined-colors)}. (Type it in the buffer @file{*scratch*} and then |
| 1844 | hit the @kbd{C-j} key. | 1844 | hit the @kbd{C-j} key. |
| 1845 | 1845 | ||
| 1846 | @item viper-replace-overlay-cursor-color "Red" | 1846 | @item viper-replace-overlay-cursor-color "Red" |
diff --git a/doc/misc/wisent.texi b/doc/misc/wisent.texi index 3ee080f50e0..3eb5a582914 100644 --- a/doc/misc/wisent.texi +++ b/doc/misc/wisent.texi | |||
| @@ -689,7 +689,7 @@ Toggle whether to report verbose information on generated parser. | |||
| 689 | @end deffn | 689 | @end deffn |
| 690 | 690 | ||
| 691 | The verbose report is printed in the temporary buffer | 691 | The verbose report is printed in the temporary buffer |
| 692 | @code{*wisent-log*} when running interactively, or in file | 692 | @file{*wisent-log*} when running interactively, or in file |
| 693 | @file{wisent.output} when running in batch mode. Different | 693 | @file{wisent.output} when running in batch mode. Different |
| 694 | reports are separated from each other by a line like this: | 694 | reports are separated from each other by a line like this: |
| 695 | 695 | ||
| @@ -760,7 +760,7 @@ Grammar contains 7 shift/reduce conflicts | |||
| 760 | @end group | 760 | @end group |
| 761 | @end example | 761 | @end example |
| 762 | 762 | ||
| 763 | The @samp{*wisent-log*} buffer details things! | 763 | The @file{*wisent-log*} buffer details things! |
| 764 | 764 | ||
| 765 | The first section reports conflicts that were solved using precedence | 765 | The first section reports conflicts that were solved using precedence |
| 766 | and/or associativity: | 766 | and/or associativity: |
diff --git a/doc/misc/woman.texi b/doc/misc/woman.texi index b221a380fa9..fbd4ede7aa2 100644 --- a/doc/misc/woman.texi +++ b/doc/misc/woman.texi | |||
| @@ -826,7 +826,7 @@ shows manual sections and subsections by default, but you can change | |||
| 826 | this by customizing @code{woman-imenu-generic-expression}. | 826 | this by customizing @code{woman-imenu-generic-expression}. |
| 827 | 827 | ||
| 828 | WoMan is configured not to replace spaces in an imenu | 828 | WoMan is configured not to replace spaces in an imenu |
| 829 | @code{*Completion*} buffer. For further documentation on the use of | 829 | @file{*Completion*} buffer. For further documentation on the use of |
| 830 | imenu, such as menu sorting, see the source file @file{imenu.el}, which | 830 | imenu, such as menu sorting, see the source file @file{imenu.el}, which |
| 831 | is distributed with GNU Emacs. | 831 | is distributed with GNU Emacs. |
| 832 | 832 | ||
| @@ -852,7 +852,7 @@ customization should be possible via existing user options. | |||
| 852 | @vtable @code | 852 | @vtable @code |
| 853 | @item woman-show-log | 853 | @item woman-show-log |
| 854 | A boolean value that defaults to @code{nil}. If non-@code{nil} then show the | 854 | A boolean value that defaults to @code{nil}. If non-@code{nil} then show the |
| 855 | @code{*WoMan-Log*} buffer if appropriate, i.e., if any warning messages | 855 | @file{*WoMan-Log*} buffer if appropriate, i.e., if any warning messages |
| 856 | are written to it. @xref{Log, , The *WoMan-Log* Buffer}. | 856 | are written to it. @xref{Log, , The *WoMan-Log* Buffer}. |
| 857 | 857 | ||
| 858 | @item woman-pre-format-hook | 858 | @item woman-pre-format-hook |
| @@ -1295,7 +1295,7 @@ on @uref{http://savannah.gnu.org/projects/emacs/}. If it still fails, please | |||
| 1295 | @item | 1295 | @item |
| 1296 | use @kbd{M-x report-emacs-bug} to send a bug report. | 1296 | use @kbd{M-x report-emacs-bug} to send a bug report. |
| 1297 | Please include the entry from the | 1297 | Please include the entry from the |
| 1298 | @code{*WoMan-Log*} buffer relating to the problem file, together with | 1298 | @file{*WoMan-Log*} buffer relating to the problem file, together with |
| 1299 | a brief description of the problem. Please indicate where you got the | 1299 | a brief description of the problem. Please indicate where you got the |
| 1300 | man source file from, but do not send it unless asked to send it. | 1300 | man source file from, but do not send it unless asked to send it. |
| 1301 | @end enumerate | 1301 | @end enumerate |