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.
This commit is contained in:
Glenn Morris 2014-03-12 16:52:34 -04:00
parent 991f63c0f4
commit d29fbf47e4
25 changed files with 176 additions and 167 deletions

View file

@ -1,3 +1,12 @@
2014-03-12 Glenn Morris <rgm@gnu.org>
* ada-mode.texi, auth.texi, calc.texi, ebrowse.texi, efaq.texi:
* emacs-gnutls.texi, epa.texi, ert.texi, eshell.texi, eww.texi:
* flymake.texi, gnus.texi, info.texi, message.texi, mh-e.texi:
* newsticker.texi, pcl-cvs.texi, rcirc.texi, sem-user.texi:
* smtpmail.texi, url.texi, viper.texi, wisent.texi, woman.texi:
Use @file for buffers, per the Texinfo manual.
2014-03-12 Paul Eggert <eggert@cs.ucla.edu> 2014-03-12 Paul Eggert <eggert@cs.ucla.edu>
* org.texi: Don't set txicodequoteundirected and txicodequotebacktick * org.texi: Don't set txicodequoteundirected and txicodequotebacktick

View file

@ -352,7 +352,7 @@ Invoke @samp{Ada | Project | Load}, and load a project file that specifies @code
The @code{Check file}, @code{Compile file}, and @code{Build} commands The @code{Check file}, @code{Compile file}, and @code{Build} commands
all place compilation errors in a separate buffer named all place compilation errors in a separate buffer named
@code{*compilation*}. @file{*compilation*}.
Each line in this buffer will become active: you can simply click on Each line in this buffer will become active: you can simply click on
it with the middle button of the mouse, or move point to it and press 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
for your project, and allows you to customize the compilation commands for your project, and allows you to customize the compilation commands
and other things on a per-project basis. and other things on a per-project basis.
Note that Ada mode project files @samp{*.adp} are different than GNAT Note that Ada mode project files @file{*.adp} are different than GNAT
compiler project files @samp{*.gpr}. However, Emacs Ada mode can use a compiler project files @file{*.gpr}. However, Emacs Ada mode can use a
GNAT project file to specify the project directories. If no GNAT project file to specify the project directories. If no
other customization is needed, a GNAT project file can be used without other customization is needed, a GNAT project file can be used without
an Emacs Ada mode project file. an Emacs Ada mode project file.
@ -728,7 +728,7 @@ Yes, this is missing the keyword @code{body}; another compiler error
example. example.
In buffer @file{hello.adb}, invoke @samp{Ada | Check file}. You should In buffer @file{hello.adb}, invoke @samp{Ada | Check file}. You should
get a @code{*compilation*} buffer containing something like (the get a @file{*compilation*} buffer containing something like (the
directory paths will be different): directory paths will be different):
@smallexample @smallexample
@ -815,7 +815,7 @@ Emacs has remembered the main file, in the project variable
@code{main}, and used it for the Build command. @code{main}, and used it for the Build command.
Finally, again while in @file{hello_pkg.adb}, invoke @samp{Ada | Run}. Finally, again while in @file{hello_pkg.adb}, invoke @samp{Ada | Run}.
The @code{*run*} buffer displays @code{Hello from hello_pkg.adb}. The @file{*run*} buffer displays @code{Hello from hello_pkg.adb}.
One final point. If you switch back to buffer @file{hello.adb}, and One final point. If you switch back to buffer @file{hello.adb}, and
invoke @samp{Ada | Run}, @file{hello_2.exe} will be run. That is 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
select @file{Example_2/hello.adp}. select @file{Example_2/hello.adp}.
Then, again in buffer @file{hello.adb}, invoke @samp{Ada | Set main and Then, again in buffer @file{hello.adb}, invoke @samp{Ada | Set main and
Build}. You should get a @code{*compilation*} buffer containing Build}. You should get a @file{*compilation*} buffer containing
something like (the directory paths will be different): something like (the directory paths will be different):
@example @example
@ -960,7 +960,7 @@ In buffer @file{hello_3.adb}, invoke @samp{Ada | Project | Load...}, and
select @file{Example_3/Other/other.adp}. select @file{Example_3/Other/other.adp}.
Then, again in @file{hello_3.adb}, invoke @samp{Ada | Set main and Then, again in @file{hello_3.adb}, invoke @samp{Ada | Set main and
Build}. You should get a @code{*compilation*} buffer containing Build}. You should get a @file{*compilation*} buffer containing
something like (the directory paths will be different): something like (the directory paths will be different):
@example @example
@ -1043,7 +1043,7 @@ In buffer @file{hello_4.adb}, invoke @samp{Ada | Project | Load...}, and
select @file{Example_4/Gnat_Project/hello_4.gpr}. select @file{Example_4/Gnat_Project/hello_4.gpr}.
Then, again in @file{hello_4.adb}, invoke @samp{Ada | Set main and Then, again in @file{hello_4.adb}, invoke @samp{Ada | Set main and
Build}. You should get a @code{*compilation*} buffer containing Build}. You should get a @file{*compilation*} buffer containing
something like (the directory paths will be different): something like (the directory paths will be different):
@smallexample @smallexample
@ -1110,7 +1110,7 @@ In buffer @file{hello_5.adb}, invoke @samp{Ada | Project | Load...}, and
select @file{Example_5/hello_5.adp}. select @file{Example_5/hello_5.adp}.
Then, again in @file{hello_5.adb}, invoke @samp{Ada | Set main and Then, again in @file{hello_5.adb}, invoke @samp{Ada | Set main and
Build}. You should get a @code{*compilation*} buffer containing Build}. You should get a @file{*compilation*} buffer containing
something like (the directory paths will be different): something like (the directory paths will be different):
@smallexample @smallexample

View file

@ -127,7 +127,7 @@ later.
If you have problems with the search, set @code{auth-source-debug} to If you have problems with the search, set @code{auth-source-debug} to
@code{'trivia} and see what host, port, and user the library is @code{'trivia} and see what host, port, and user the library is
checking in the @samp{*Messages*} buffer. Ditto for any other checking in the @file{*Messages*} buffer. Ditto for any other
problems, your first step is always to see what's being checked. The problems, your first step is always to see what's being checked. The
second step, of course, is to write a blog entry about it and wait for second step, of course, is to write a blog entry about it and wait for
the answer in the comments. the answer in the comments.
@ -382,7 +382,7 @@ The auth-source library lets you control logging output easily.
@defvar auth-source-debug @defvar auth-source-debug
Set this variable to @code{'trivia} to see lots of output in Set this variable to @code{'trivia} to see lots of output in
@samp{*Messages*}, or set it to a function that behaves like @file{*Messages*}, or set it to a function that behaves like
@code{message} to do your own logging. @code{message} to do your own logging.
@end defvar @end defvar

View file

@ -3960,7 +3960,7 @@ Next, let's add the line we got from our least-squares fit.
@ifinfo @ifinfo
(If you are reading this tutorial on-line while running Calc, typing (If you are reading this tutorial on-line while running Calc, typing
@kbd{g a} may cause the tutorial to disappear from its window and be @kbd{g a} may cause the tutorial to disappear from its window and be
replaced by a buffer named @samp{*Gnuplot Commands*}. The tutorial replaced by a buffer named @file{*Gnuplot Commands*}. The tutorial
will reappear when you terminate GNUPLOT by typing @kbd{g q}.) will reappear when you terminate GNUPLOT by typing @kbd{g q}.)
@end ifinfo @end ifinfo
@ -9617,8 +9617,8 @@ numeric entry, undo, numeric prefix arguments, etc.
@cindex Starting the Calculator @cindex Starting the Calculator
@cindex Running the Calculator @cindex Running the Calculator
To start the Calculator in its standard interface, type @kbd{M-x calc}. To start the Calculator in its standard interface, type @kbd{M-x calc}.
By default this creates a pair of small windows, @samp{*Calculator*} By default this creates a pair of small windows, @file{*Calculator*}
and @samp{*Calc Trail*}. The former displays the contents of the and @file{*Calc Trail*}. The former displays the contents of the
Calculator stack and is manipulated exclusively through Calc commands. Calculator stack and is manipulated exclusively through Calc commands.
It is possible (though not usually necessary) to create several Calc It is possible (though not usually necessary) to create several Calc
mode buffers each of which has an independent stack, undo list, and 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
list of the results of all calculations that have been done. The list of the results of all calculations that have been done. The
Calc Trail buffer uses a variant of Calc mode, so Calculator commands Calc Trail buffer uses a variant of Calc mode, so Calculator commands
still work when the trail buffer's window is selected. It is possible still work when the trail buffer's window is selected. It is possible
to turn the trail window off, but the @samp{*Calc Trail*} buffer itself to turn the trail window off, but the @file{*Calc Trail*} buffer itself
still exists and is updated silently. @xref{Trail Commands}. still exists and is updated silently. @xref{Trail Commands}.
@kindex C-x * c @kindex C-x * c
@ -10150,10 +10150,10 @@ forget what it was, just run @code{C-x * q} again and enter
@samp{$} as the formula. @samp{$} as the formula.
If this is the first time you have used the Calculator in this Emacs If this is the first time you have used the Calculator in this Emacs
session, the @kbd{C-x * q} command will create the @code{*Calculator*} session, the @kbd{C-x * q} command will create the @file{*Calculator*}
buffer and perform all the usual initializations; it simply will buffer and perform all the usual initializations; it simply will
refrain from putting that buffer up in a new window. The Quick refrain from putting that buffer up in a new window. The Quick
Calculator refers to the @code{*Calculator*} buffer for all mode Calculator refers to the @file{*Calculator*} buffer for all mode
settings. Thus, for example, to set the precision that the Quick settings. Thus, for example, to set the precision that the Quick
Calculator uses, simply run the full Calculator momentarily and use Calculator uses, simply run the full Calculator momentarily and use
the regular @kbd{p} command. the regular @kbd{p} command.
@ -10341,9 +10341,9 @@ that you must always press @kbd{w} yourself to see the messages).
@pindex another-calc @pindex another-calc
It is possible to have any number of Calc mode buffers at once. It is possible to have any number of Calc mode buffers at once.
Usually this is done by executing @kbd{M-x another-calc}, which Usually this is done by executing @kbd{M-x another-calc}, which
is similar to @kbd{C-x * c} except that if a @samp{*Calculator*} is similar to @kbd{C-x * c} except that if a @file{*Calculator*}
buffer already exists, a new, independent one with a name of the buffer already exists, a new, independent one with a name of the
form @samp{*Calculator*<@var{n}>} is created. You can also use the form @file{*Calculator*<@var{n}>} is created. You can also use the
command @code{calc-mode} to put any buffer into Calculator mode, but command @code{calc-mode} to put any buffer into Calculator mode, but
this would ordinarily never be done. this would ordinarily never be done.
@ -10358,7 +10358,7 @@ global default values of these variables are used only when a new
Calculator buffer is created. The @code{calc-quit} command saves Calculator buffer is created. The @code{calc-quit} command saves
the stack and mode settings of the buffer being quit as the new defaults. the stack and mode settings of the buffer being quit as the new defaults.
There is only one trail buffer, @samp{*Calc Trail*}, used by all There is only one trail buffer, @file{*Calc Trail*}, used by all
Calculator buffers. Calculator buffers.
@node Troubleshooting Commands, , Multiple Calculators, Introduction @node Troubleshooting Commands, , Multiple Calculators, Introduction
@ -11882,7 +11882,7 @@ the stack objects at the levels determined by the point and the mark.
@pindex calc-edit-finish @pindex calc-edit-finish
@cindex Editing the stack with Emacs @cindex Editing the stack with Emacs
The @kbd{`} (@code{calc-edit}) command creates a temporary buffer The @kbd{`} (@code{calc-edit}) command creates a temporary buffer
(@samp{*Calc Edit*}) for editing the top-of-stack value using regular (@file{*Calc Edit*}) for editing the top-of-stack value using regular
Emacs commands. Note that @kbd{`} is a backquote, not a quote. With a Emacs commands. Note that @kbd{`} is a backquote, not a quote. With a
numeric prefix argument, it edits the specified number of stack entries numeric prefix argument, it edits the specified number of stack entries
at once. (An argument of zero edits the entire stack; a negative 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
might want to insert new lines into the editing buffer. might want to insert new lines into the editing buffer.
When you finish editing, the Calculator parses the lines of text in When you finish editing, the Calculator parses the lines of text in
the @samp{*Calc Edit*} buffer as numbers or formulas, replaces the the @file{*Calc Edit*} buffer as numbers or formulas, replaces the
original stack elements in the original buffer with these new values, original stack elements in the original buffer with these new values,
then kills the @samp{*Calc Edit*} buffer. The original Calculator buffer then kills the @file{*Calc Edit*} buffer. The original Calculator buffer
continues to exist during editing, but for best results you should be continues to exist during editing, but for best results you should be
careful not to change it until you have finished the edit. You can careful not to change it until you have finished the edit. You can
also cancel the edit by killing the buffer with @kbd{C-x k}. 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
finish, Calc will put the result on the stack without evaluating it. finish, Calc will put the result on the stack without evaluating it.
If you give a prefix argument to @kbd{C-c C-c}, If you give a prefix argument to @kbd{C-c C-c},
Calc will not kill the @samp{*Calc Edit*} buffer. You can switch Calc will not kill the @file{*Calc Edit*} buffer. You can switch
back to that buffer and continue editing if you wish. However, you back to that buffer and continue editing if you wish. However, you
should understand that if you initiated the edit with @kbd{`}, the should understand that if you initiated the edit with @kbd{`}, the
@kbd{C-c C-c} operation will be programmed to replace the top of the @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}
(@code{calc-edit-variable}; @pxref{Operations on Variables}). (@code{calc-edit-variable}; @pxref{Operations on Variables}).
If the @code{calc-edit} command involves more than one stack entry, If the @code{calc-edit} command involves more than one stack entry,
each line of the @samp{*Calc Edit*} buffer is interpreted as a each line of the @file{*Calc Edit*} buffer is interpreted as a
separate formula. Otherwise, the entire buffer is interpreted as separate formula. Otherwise, the entire buffer is interpreted as
one formula, with line breaks ignored. (You can use @kbd{C-o} or one formula, with line breaks ignored. (You can use @kbd{C-o} or
@kbd{C-q C-j} to insert a newline in the buffer without pressing @key{RET}.) @kbd{C-q C-j} to insert a newline in the buffer without pressing @key{RET}.)
The @kbd{`} key also works during numeric or algebraic entry. The The @kbd{`} key also works during numeric or algebraic entry. The
text entered so far is moved to the @code{*Calc Edit*} buffer for text entered so far is moved to the @file{*Calc Edit*} buffer for
more extensive editing than is convenient in the minibuffer. more extensive editing than is convenient in the minibuffer.
@node Trail Commands, Keep Arguments, Editing Stack Entries, Stack and Trail @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
will be unable to integrate a function it could otherwise handle. Raising will be unable to integrate a function it could otherwise handle. Raising
this limit allows the Calculator to solve more integrals, though the time this limit allows the Calculator to solve more integrals, though the time
it takes may grow exponentially. You can monitor the integrator's actions it takes may grow exponentially. You can monitor the integrator's actions
by creating an Emacs buffer called @code{*Trace*}. If such a buffer by creating an Emacs buffer called @file{*Trace*}. If such a buffer
exists, the @kbd{a i} command will write a log of its actions there. exists, the @kbd{a i} command will write a log of its actions there.
If you want to manipulate integrals in a purely symbolic way, you can If you want to manipulate integrals in a purely symbolic way, you can
@ -27653,17 +27653,17 @@ only during integration by @kbd{a i}.
@subsection Debugging Rewrites @subsection Debugging Rewrites
@noindent @noindent
If a buffer named @samp{*Trace*} exists, the rewrite mechanism will If a buffer named @file{*Trace*} exists, the rewrite mechanism will
record some useful information there as it operates. The original record some useful information there as it operates. The original
formula is written there, as is the result of each successful rewrite, formula is written there, as is the result of each successful rewrite,
and the final result of the rewriting. All phase changes are also and the final result of the rewriting. All phase changes are also
noted. noted.
Calc always appends to @samp{*Trace*}. You must empty this buffer Calc always appends to @file{*Trace*}. You must empty this buffer
yourself periodically if it is in danger of growing unwieldy. yourself periodically if it is in danger of growing unwieldy.
Note that the rewriting mechanism is substantially slower when the Note that the rewriting mechanism is substantially slower when the
@samp{*Trace*} buffer exists, even if the buffer is not visible on @file{*Trace*} buffer exists, even if the buffer is not visible on
the screen. Once you are done, you will probably want to kill this the screen. Once you are done, you will probably want to kill this
buffer (with @kbd{C-x k *Trace* @key{RET}}). If you leave it in buffer (with @kbd{C-x k *Trace* @key{RET}}). If you leave it in
existence and forget about it, all your future rewrite commands will 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}
@kindex u v @kindex u v
@pindex calc-enter-units-table @pindex calc-enter-units-table
The @kbd{u v} (@code{calc-enter-units-table}) command displays the units table The @kbd{u v} (@code{calc-enter-units-table}) command displays the units table
in another buffer called @code{*Units Table*}. Each entry in this table in another buffer called @file{*Units Table*}. Each entry in this table
gives the unit name as it would appear in an expression, the definition gives the unit name as it would appear in an expression, the definition
of the unit in terms of simpler units, and a full name or description of of the unit in terms of simpler units, and a full name or description of
the unit. Fundamental units are defined as themselves; these are the the unit. Fundamental units are defined as themselves; these are the
@ -29267,7 +29267,7 @@ result is a surface plot where
is the height of the point is the height of the point
at coordinate @expr{(x_i, y_j)} on the surface. The 3D graph will at coordinate @expr{(x_i, y_j)} on the surface. The 3D graph will
be displayed from a certain default viewpoint; you can change this be displayed from a certain default viewpoint; you can change this
viewpoint by adding a @samp{set view} to the @samp{*Gnuplot Commands*} viewpoint by adding a @samp{set view} to the @file{*Gnuplot Commands*}
buffer as described later. See the GNUPLOT documentation for a buffer as described later. See the GNUPLOT documentation for a
description of the @samp{set view} command. description of the @samp{set view} command.
@ -29330,7 +29330,7 @@ you give the @kbd{g p} command, all the curves will be drawn superimposed
on the same axes. on the same axes.
The @kbd{g a} command (and many others that affect the current graph) The @kbd{g a} command (and many others that affect the current graph)
will cause a special buffer, @samp{*Gnuplot Commands*}, to be displayed will cause a special buffer, @file{*Gnuplot Commands*}, to be displayed
in another window. This buffer is a template of the commands that will in another window. This buffer is a template of the commands that will
be sent to GNUPLOT when it is time to draw the graph. The first be sent to GNUPLOT when it is time to draw the graph. The first
@kbd{g a} command adds a @code{plot} command to this buffer. Succeeding @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
must be only one @code{plot} command, and it must be the last command must be only one @code{plot} command, and it must be the last command
in the buffer. If you want to save and later restore a complete graph in the buffer. If you want to save and later restore a complete graph
configuration, you can use regular Emacs commands to save and restore configuration, you can use regular Emacs commands to save and restore
the contents of the @samp{*Gnuplot Commands*} buffer. the contents of the @file{*Gnuplot Commands*} buffer.
@vindex PlotData1 @vindex PlotData1
@vindex PlotData2 @vindex PlotData2
@ -29393,10 +29393,10 @@ separate ``z''s). With a zero prefix, it takes three stack entries
but the ``z'' entry is a vector of curve values. With a negative but the ``z'' entry is a vector of curve values. With a negative
prefix @expr{-n}, it takes @expr{n} vectors of the form @expr{[x, y, z]}. prefix @expr{-n}, it takes @expr{n} vectors of the form @expr{[x, y, z]}.
The @kbd{g A} command works by adding a @code{splot} (surface-plot) The @kbd{g A} command works by adding a @code{splot} (surface-plot)
command to the @samp{*Gnuplot Commands*} buffer. command to the @file{*Gnuplot Commands*} buffer.
(Although @kbd{g a} adds a 2D @code{plot} command to the (Although @kbd{g a} adds a 2D @code{plot} command to the
@samp{*Gnuplot Commands*} buffer, Calc changes this to @code{splot} @file{*Gnuplot Commands*} buffer, Calc changes this to @code{splot}
before sending it to GNUPLOT if it notices that the data points are before sending it to GNUPLOT if it notices that the data points are
evaluating to @code{xyz} calls. It will not work to mix 2D and 3D evaluating to @code{xyz} calls. It will not work to mix 2D and 3D
@kbd{g a} curves in a single graph, although Calc does not currently @kbd{g a} curves in a single graph, although Calc does not currently
@ -29428,7 +29428,7 @@ affect the last curve in the list.
@kindex g p @kindex g p
@pindex calc-graph-plot @pindex calc-graph-plot
The @kbd{g p} (@code{calc-graph-plot}) command uses GNUPLOT to draw The @kbd{g p} (@code{calc-graph-plot}) command uses GNUPLOT to draw
the graph described in the @samp{*Gnuplot Commands*} buffer. Any the graph described in the @file{*Gnuplot Commands*} buffer. Any
GNUPLOT parameters which are not defined by commands in this buffer GNUPLOT parameters which are not defined by commands in this buffer
are reset to their default values. The variables named in the @code{plot} are reset to their default values. The variables named in the @code{plot}
command are written to a temporary data file and the variable names command are written to a temporary data file and the variable names
@ -29462,7 +29462,7 @@ the current graph is three-dimensional.
The @kbd{g P} (@code{calc-graph-print}) command is like @kbd{g p}, The @kbd{g P} (@code{calc-graph-print}) command is like @kbd{g p},
except that it sends the output to a printer instead of to the except that it sends the output to a printer instead of to the
screen. More precisely, @kbd{g p} looks for @samp{set terminal} screen. More precisely, @kbd{g p} looks for @samp{set terminal}
or @samp{set output} commands in the @samp{*Gnuplot Commands*} buffer; or @samp{set output} commands in the @file{*Gnuplot Commands*} buffer;
lacking these it uses the default settings. However, @kbd{g P} lacking these it uses the default settings. However, @kbd{g P}
ignores @samp{set terminal} and @samp{set output} commands and ignores @samp{set terminal} and @samp{set output} commands and
uses a different set of default values. All of these values are 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''
on and off. It is off by default; tick marks appear only at the on and off. It is off by default; tick marks appear only at the
edges of the graph. With the grid turned on, dotted lines appear edges of the graph. With the grid turned on, dotted lines appear
across the graph at each tick mark. Note that this command only across the graph at each tick mark. Note that this command only
changes the setting in @samp{*Gnuplot Commands*}; to see the effects changes the setting in @file{*Gnuplot Commands*}; to see the effects
of the change you must give another @kbd{g p} command. of the change you must give another @kbd{g p} command.
@kindex g b @kindex g b
@ -29519,7 +29519,7 @@ time. This is usually more than adequate, but there are cases where
it will not be. For example, plotting @expr{1 + x} with @expr{x} in the it will not be. For example, plotting @expr{1 + x} with @expr{x} in the
interval @samp{[0 ..@: 1e-6]} will round all the data points down interval @samp{[0 ..@: 1e-6]} will round all the data points down
to 1.0! Putting the command @samp{set precision @var{n}} in the to 1.0! Putting the command @samp{set precision @var{n}} in the
@samp{*Gnuplot Commands*} buffer will cause the data to be computed @file{*Gnuplot Commands*} buffer will cause the data to be computed
at precision @var{n} instead of 5. Since this is such a rare case, at precision @var{n} instead of 5. Since this is such a rare case,
there is no keystroke-based command to set the precision. there is no keystroke-based command to set the precision.
@ -29534,9 +29534,9 @@ The default title is blank (no title).
The @kbd{g n} (@code{calc-graph-name}) command sets the title of an The @kbd{g n} (@code{calc-graph-name}) command sets the title of an
individual curve. Like the other curve-manipulating commands, it individual curve. Like the other curve-manipulating commands, it
affects the most recently added curve, i.e., the last curve on the affects the most recently added curve, i.e., the last curve on the
list in the @samp{*Gnuplot Commands*} buffer. To set the title of list in the @file{*Gnuplot Commands*} buffer. To set the title of
the other curves you must first juggle them to the end of the list the other curves you must first juggle them to the end of the list
with @kbd{g j}, or edit the @samp{*Gnuplot Commands*} buffer by hand. with @kbd{g j}, or edit the @file{*Gnuplot Commands*} buffer by hand.
Curve titles appear in the key; if the key is turned off they are Curve titles appear in the key; if the key is turned off they are
not used. not used.
@ -29549,7 +29549,7 @@ The @kbd{g t} (@code{calc-graph-title-x}) and @kbd{g T}
and ``y'' axes, respectively. These titles appear next to the and ``y'' axes, respectively. These titles appear next to the
tick marks on the left and bottom edges of the graph, respectively. tick marks on the left and bottom edges of the graph, respectively.
Calc does not have commands to control the tick marks themselves, Calc does not have commands to control the tick marks themselves,
but you can edit them into the @samp{*Gnuplot Commands*} buffer if but you can edit them into the @file{*Gnuplot Commands*} buffer if
you wish. See the GNUPLOT documentation for details. you wish. See the GNUPLOT documentation for details.
@kindex g r @kindex g r
@ -29663,7 +29663,7 @@ value.
The @code{dumb} device is an interface to ``dumb terminals,'' i.e., The @code{dumb} device is an interface to ``dumb terminals,'' i.e.,
terminals with no special graphics facilities. It writes a crude terminals with no special graphics facilities. It writes a crude
picture of the graph composed of characters like @code{-} and @code{|} picture of the graph composed of characters like @code{-} and @code{|}
to a buffer called @samp{*Gnuplot Trail*}, which Calc then displays. to a buffer called @file{*Gnuplot Trail*}, which Calc then displays.
The graph is made the same size as the Emacs screen, which on most The graph is made the same size as the Emacs screen, which on most
dumb terminals will be dumb terminals will be
@texline @math{80\times24} @texline @math{80\times24}
@ -29678,7 +29678,7 @@ spaces. These are the desired width and height of the graph in
characters. Also, the device name @code{big} is like @code{dumb} characters. Also, the device name @code{big} is like @code{dumb}
but creates a graph four times the width and height of the Emacs but creates a graph four times the width and height of the Emacs
screen. You will then have to scroll around to view the entire screen. You will then have to scroll around to view the entire
graph. In the @samp{*Gnuplot Trail*} buffer, @key{SPC}, @key{DEL}, graph. In the @file{*Gnuplot Trail*} buffer, @key{SPC}, @key{DEL},
@kbd{<}, and @kbd{>} are defined to scroll by one screenful in each @kbd{<}, and @kbd{>} are defined to scroll by one screenful in each
of the four directions. of the four directions.
@ -29697,7 +29697,7 @@ used. Many other ``devices'' are really file formats like
@code{postscript}; in these cases the output in the desired format @code{postscript}; in these cases the output in the desired format
goes into the file you name with @kbd{g O}. Type @kbd{g O stdout goes into the file you name with @kbd{g O}. Type @kbd{g O stdout
@key{RET}} to set GNUPLOT to write to its standard output stream, @key{RET}} to set GNUPLOT to write to its standard output stream,
i.e., to @samp{*Gnuplot Trail*}. This is the default setting. i.e., to @file{*Gnuplot Trail*}. This is the default setting.
Another special output name is @code{tty}, which means that GNUPLOT Another special output name is @code{tty}, which means that GNUPLOT
is going to write graphics commands directly to its standard output, 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
default number of data points (see @kbd{g N}) and the X geometry default number of data points (see @kbd{g N}) and the X geometry
(see @kbd{g X}) are also saved. Other graph information is @emph{not} (see @kbd{g X}) are also saved. Other graph information is @emph{not}
saved; you can save a graph's configuration simply by saving the contents saved; you can save a graph's configuration simply by saving the contents
of the @samp{*Gnuplot Commands*} buffer. of the @file{*Gnuplot Commands*} buffer.
@vindex calc-gnuplot-plot-command @vindex calc-gnuplot-plot-command
@vindex calc-gnuplot-default-device @vindex calc-gnuplot-default-device
@ -29762,7 +29762,7 @@ Entering @samp{800x500+0+0} would create an 800-by-500 pixel
window in the upper-left corner of the screen. This command has no window in the upper-left corner of the screen. This command has no
effect if the current device is @code{windows}. effect if the current device is @code{windows}.
The buffer called @samp{*Gnuplot Trail*} holds a transcript of the The buffer called @file{*Gnuplot Trail*} holds a transcript of the
session with GNUPLOT@. This shows the commands Calc has ``typed'' to session with GNUPLOT@. This shows the commands Calc has ``typed'' to
GNUPLOT and the responses it has received. Calc tries to notice when an GNUPLOT and the responses it has received. Calc tries to notice when an
error message has appeared here and display the buffer for you when error message has appeared here and display the buffer for you when
@ -29779,7 +29779,7 @@ usage of GNUPLOT.
@pindex calc-graph-command @pindex calc-graph-command
The @kbd{g C} (@code{calc-graph-command}) command prompts you to The @kbd{g C} (@code{calc-graph-command}) command prompts you to
enter any line of text, then simply sends that line to the current enter any line of text, then simply sends that line to the current
GNUPLOT process. The @samp{*Gnuplot Trail*} buffer looks deceptively GNUPLOT process. The @file{*Gnuplot Trail*} buffer looks deceptively
like a Shell buffer but you can't type commands in it yourself. like a Shell buffer but you can't type commands in it yourself.
Instead, you must use @kbd{g C} for this purpose. Instead, you must use @kbd{g C} for this purpose.
@ -29788,21 +29788,21 @@ Instead, you must use @kbd{g C} for this purpose.
@pindex calc-graph-view-commands @pindex calc-graph-view-commands
@pindex calc-graph-view-trail @pindex calc-graph-view-trail
The @kbd{g v} (@code{calc-graph-view-commands}) and @kbd{g V} The @kbd{g v} (@code{calc-graph-view-commands}) and @kbd{g V}
(@code{calc-graph-view-trail}) commands display the @samp{*Gnuplot Commands*} (@code{calc-graph-view-trail}) commands display the @file{*Gnuplot Commands*}
and @samp{*Gnuplot Trail*} buffers, respectively, in another window. and @file{*Gnuplot Trail*} buffers, respectively, in another window.
This happens automatically when Calc thinks there is something you This happens automatically when Calc thinks there is something you
will want to see in either of these buffers. If you type @kbd{g v} will want to see in either of these buffers. If you type @kbd{g v}
or @kbd{g V} when the relevant buffer is already displayed, the or @kbd{g V} when the relevant buffer is already displayed, the
buffer is hidden again. (Note that on MS-Windows, the @samp{*Gnuplot buffer is hidden again. (Note that on MS-Windows, the @file{*Gnuplot
Trail*} buffer will usually show nothing of interest, because Trail*} buffer will usually show nothing of interest, because
GNUPLOT's responses are not communicated back to Calc.) GNUPLOT's responses are not communicated back to Calc.)
One reason to use @kbd{g v} is to add your own commands to the One reason to use @kbd{g v} is to add your own commands to the
@samp{*Gnuplot Commands*} buffer. Press @kbd{g v}, then use @file{*Gnuplot Commands*} buffer. Press @kbd{g v}, then use
@kbd{C-x o} to switch into that window. For example, GNUPLOT has @kbd{C-x o} to switch into that window. For example, GNUPLOT has
@samp{set label} and @samp{set arrow} commands that allow you to @samp{set label} and @samp{set arrow} commands that allow you to
annotate your plots. Since Calc doesn't understand these commands, annotate your plots. Since Calc doesn't understand these commands,
you have to add them to the @samp{*Gnuplot Commands*} buffer you have to add them to the @file{*Gnuplot Commands*} buffer
yourself, then use @w{@kbd{g p}} to replot using these new commands. Note yourself, then use @w{@kbd{g p}} to replot using these new commands. Note
that your commands must appear @emph{before} the @code{plot} command. that your commands must appear @emph{before} the @code{plot} command.
To get help on any GNUPLOT feature, type, e.g., @kbd{g C help set label}. 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.
@kindex g K @kindex g K
@pindex calc-graph-kill @pindex calc-graph-kill
The @kbd{g K} (@code{calc-graph-kill}) command is like @kbd{g q} The @kbd{g K} (@code{calc-graph-kill}) command is like @kbd{g q}
except that it also views the @samp{*Gnuplot Trail*} buffer so that except that it also views the @file{*Gnuplot Trail*} buffer so that
you can see the process being killed. This is better if you are you can see the process being killed. This is better if you are
killing GNUPLOT because you think it has gotten stuck. killing GNUPLOT because you think it has gotten stuck.
@ -30181,7 +30181,7 @@ trail all at once. This mode would normally be used when running
Calc standalone (@pxref{Standalone Operation}). Calc standalone (@pxref{Standalone Operation}).
If you aren't using the X window system, you must switch into If you aren't using the X window system, you must switch into
the @samp{*Calc Keypad*} window, place the cursor on the desired the @file{*Calc Keypad*} window, place the cursor on the desired
``key,'' and type @key{SPC} or @key{RET}. If you think this ``key,'' and type @key{SPC} or @key{RET}. If you think this
is easier than using Calc normally, go right ahead. is easier than using Calc normally, go right ahead.
@ -32313,7 +32313,7 @@ after Calc itself is loaded.
The properties of @code{calc-define} are evaluated in the same order The properties of @code{calc-define} are evaluated in the same order
that they were added. They can assume that the Calc modules @file{calc.el}, that they were added. They can assume that the Calc modules @file{calc.el},
@file{calc-ext.el}, and @file{calc-macs.el} have been fully loaded, and @file{calc-ext.el}, and @file{calc-macs.el} have been fully loaded, and
that the @samp{*Calculator*} buffer will be the current buffer. that the @file{*Calculator*} buffer will be the current buffer.
If your @code{calc-define} property only defines algebraic functions, If your @code{calc-define} property only defines algebraic functions,
you can be sure that it will have been evaluated before Calc tries to 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:
@end smallexample @end smallexample
@findex calc-select-buffer @findex calc-select-buffer
The @code{calc-select-buffer} function selects the @samp{*Calculator*} The @code{calc-select-buffer} function selects the @file{*Calculator*}
buffer if necessary, say, because the command was invoked from inside buffer if necessary, say, because the command was invoked from inside
the @samp{*Calc Trail*} window. the @file{*Calc Trail*} window.
@findex calc-set-command-flag @findex calc-set-command-flag
You can call, for example, @code{(calc-set-command-flag 'no-align)} to 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},
and @code{calc-keep-args-flag} at the end of this command. and @code{calc-keep-args-flag} at the end of this command.
@item do-edit @item do-edit
Switch to buffer @samp{*Calc Edit*} after this command. Switch to buffer @file{*Calc Edit*} after this command.
@item hold-trail @item hold-trail
Do not move trail pointer to end of trail when something is recorded 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
found it when you are done, unless the user of your program is found it when you are done, unless the user of your program is
actually expecting it to affect the stack. actually expecting it to affect the stack.
Note that you do not actually have to switch into the @samp{*Calculator*} Note that you do not actually have to switch into the @file{*Calculator*}
buffer in order to use @code{calc-eval}; it temporarily switches into buffer in order to use @code{calc-eval}; it temporarily switches into
the stack buffer if necessary. the stack buffer if necessary.
@ -33689,7 +33689,7 @@ entries.)
@end defun @end defun
@defun calc-refresh @defun calc-refresh
Erase the @code{*Calculator*} buffer and reformat its contents from memory. Erase the @file{*Calculator*} buffer and reformat its contents from memory.
This must be called after changing any parameter, such as the current This must be called after changing any parameter, such as the current
display radix, which might change the appearance of existing stack display radix, which might change the appearance of existing stack
entries. (During a keyboard macro invoked by the @kbd{X} key, refreshing entries. (During a keyboard macro invoked by the @kbd{X} key, refreshing

View file

@ -495,7 +495,7 @@ The same functionality is available from the menu opened with
@node Member Display @node Member Display
@section Displaying Members @section Displaying Members
@cindex @samp{*Members*} buffer @cindex @file{*Members*} buffer
@cindex @samp{*Globals*} @cindex @samp{*Globals*}
@cindex freezing a member buffer @cindex freezing a member buffer
@cindex member lists, in tree buffers @cindex member lists, in tree buffers

View file

@ -2410,12 +2410,12 @@ printed an error message? If so, compiling from within Emacs using the
@kbd{M-x compile} and @kbd{M-x recompile} commands is a much more @kbd{M-x compile} and @kbd{M-x recompile} commands is a much more
effective way of doing that. Emacs automatically intercepts the compile effective way of doing that. Emacs automatically intercepts the compile
error messages, inserts them into a special buffer called error messages, inserts them into a special buffer called
@code{*compilation*}, and lets you visit the locus of each message in @file{*compilation*}, and lets you visit the locus of each message in
the source. Type @kbd{C-x `} to step through the offending lines one by the source. Type @kbd{C-x `} to step through the offending lines one by
one (starting with Emacs 22, you can also use @kbd{M-g M-p} and one (starting with Emacs 22, you can also use @kbd{M-g M-p} and
@kbd{M-g M-n} to go to the previous and next matches directly). Click @kbd{M-g M-n} to go to the previous and next matches directly). Click
@kbd{Mouse-2} or press @key{RET} on a message text in the @kbd{Mouse-2} or press @key{RET} on a message text in the
@code{*compilation*} buffer to go to the line whose number is mentioned @file{*compilation*} buffer to go to the line whose number is mentioned
in that message. in that message.
But if you indeed need to go to a certain text line, type @kbd{M-g M-g} But if you indeed need to go to a certain text line, type @kbd{M-g M-g}

View file

@ -104,7 +104,7 @@ properly. Well, there's something to be done in the last case.
@defvar gnutls-log-level @defvar gnutls-log-level
The @code{gnutls-log-level} variable sets the log level. 1 is The @code{gnutls-log-level} variable sets the log level. 1 is
verbose. 2 is very verbose. 5 is crazy. Crazy! Set it to 1 or 2 verbose. 2 is very verbose. 5 is crazy. Crazy! Set it to 1 or 2
and look in the @code{*Messages*} buffer for the debugging and look in the @file{*Messages*} buffer for the debugging
information. information.
@end defvar @end defvar
@ -148,7 +148,7 @@ instead.
Because of the low-level interactions with the GnuTLS library, there Because of the low-level interactions with the GnuTLS library, there
is no way currently to ask if a certificate can be accepted. You have is no way currently to ask if a certificate can be accepted. You have
to look in the @code{*Messages*} buffer. to look in the @file{*Messages*} buffer.
@end defvar @end defvar
@defvar gnutls-min-prime-bits @defvar gnutls-min-prime-bits

View file

@ -97,7 +97,7 @@ EasyPG Assistant commands are prefixed by @samp{epa-}. For example,
EasyPG Assistant provides several cryptographic features which can be EasyPG Assistant provides several cryptographic features which can be
integrated into other Emacs functionalities. For example, automatic integrated into other Emacs functionalities. For example, automatic
encryption/decryption of @samp{*.gpg} files. encryption/decryption of @file{*.gpg} files.
@node Commands @node Commands
@chapter Commands @chapter Commands
@ -161,7 +161,7 @@ Show all keys matched with @var{name} from the private keyring.
@end deffn @end deffn
@noindent @noindent
In @samp{*Keys*} buffer, several commands are available. The common In @file{*Keys*} buffer, several commands are available. The common
use case is to export some keys to a file. To do that, type @kbd{m} use case is to export some keys to a file. To do that, type @kbd{m}
to select keys, type @kbd{o}, and then supply the filename. to select keys, type @kbd{o}, and then supply the filename.
@ -355,10 +355,10 @@ use that option to ignore specific recipients for encryption purposes.
@node Encrypting/decrypting gpg files @node Encrypting/decrypting gpg files
@section Encrypting/decrypting gpg files @section Encrypting/decrypting gpg files
By default, every file whose name ends with @samp{.gpg} will be By default, every file whose name ends with @file{.gpg} will be
treated as encrypted. That is, when you open such a file, the treated as encrypted. That is, when you open such a file, the
decrypted text is inserted in the buffer rather than encrypted one. decrypted text is inserted in the buffer rather than encrypted one.
Similarly, when you save the buffer to a @samp{foo.gpg} file, Similarly, when you save the buffer to a @file{foo.gpg} file,
encrypted data is written. encrypted data is written.
The file name pattern for encrypted files can be controlled by The file name pattern for encrypted files can be controlled by
@ -492,7 +492,7 @@ collect necessary information to fix the bug, such as:
Before reporting the bug, you should set @code{epg-debug} in the Before reporting the bug, you should set @code{epg-debug} in the
@file{~/.emacs} file and repeat the bug. Then, include the contents @file{~/.emacs} file and repeat the bug. Then, include the contents
of the @samp{ *epg-debug*} buffer. Note that the first letter of the of the @file{ *epg-debug*} buffer. Note that the first letter of the
buffer name is a whitespace. buffer name is a whitespace.
@node GNU Free Documentation License @node GNU Free Documentation License

View file

@ -513,7 +513,7 @@ occurs even if the test fails.
An exception to this are messages that the code under test prints with An exception to this are messages that the code under test prints with
@code{message} and similar logging; tests should not bother restoring @code{message} and similar logging; tests should not bother restoring
the @code{*Message*} buffer to its original state. the @file{*Message*} buffer to its original state.
The above guidelines imply that tests should avoid calling highly The above guidelines imply that tests should avoid calling highly
customizable commands such as @code{find-file}, except, of course, if customizable commands such as @code{find-file}, except, of course, if

View file

@ -665,7 +665,7 @@ virtual devices.
The buffer redirection operator, @code{>>>}, expects a buffer object The buffer redirection operator, @code{>>>}, expects a buffer object
on the right-hand side, into which it inserts the output of the on the right-hand side, into which it inserts the output of the
left-hand side. e.g., @samp{echo hello >>> #<buffer *scratch*>} left-hand side. e.g., @samp{echo hello >>> #<buffer *scratch*>}
inserts the string @code{"hello"} into the @code{*scratch*} buffer. inserts the string @code{"hello"} into the @file{*scratch*} buffer.
@code{eshell-virtual-targets} is a list of mappings of virtual device @code{eshell-virtual-targets} is a list of mappings of virtual device
names to functions. Eshell comes with two virtual devices: names to functions. Eshell comes with two virtual devices:

View file

@ -91,7 +91,7 @@ either prefix the file name with @code{file://} or use the command
@kindex q @kindex q
@kindex w @kindex w
@kindex g @kindex g
If loading the URL was successful the buffer @code{*eww*} is opened If loading the URL was successful the buffer @file{*eww*} is opened
and the web page is rendered in it. You can leave EWW by pressing and the web page is rendered in it. You can leave EWW by pressing
@kbd{q} or exit the browser by calling @kbd{eww-quit}. To reload the @kbd{q} or exit the browser by calling @kbd{eww-quit}. To reload the
web page hit @kbd{g} (@code{eww-reload}). Pressing @kbd{w} 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
to the previous URL. You can go forward again with @kbd{r} to the previous URL. You can go forward again with @kbd{r}
(@code{eww-forward-url}). If you want an overview of your browsing (@code{eww-forward-url}). If you want an overview of your browsing
history press @kbd{H} (@code{eww-list-histories}) to open the history history press @kbd{H} (@code{eww-list-histories}) to open the history
buffer @code{*eww history*}. The history is lost when EWW is quit. buffer @file{*eww history*}. The history is lost when EWW is quit.
If you want to remember websites you can use bookmarks. If you want to remember websites you can use bookmarks.
@findex eww-add-bookmark @findex eww-add-bookmark
@ -129,7 +129,7 @@ If you want to remember websites you can use bookmarks.
(@code{eww-add-bookmark}) to store a bookmark for the current website. (@code{eww-add-bookmark}) to store a bookmark for the current website.
You can view stored bookmarks with @kbd{B} You can view stored bookmarks with @kbd{B}
(@code{eww-list-bookmarks}). This will open the bookmark buffer (@code{eww-list-bookmarks}). This will open the bookmark buffer
@code{*eww bookmarks*}. @file{*eww bookmarks*}.
@findex eww-browse-with-external-browser @findex eww-browse-with-external-browser
@vindex shr-external-browser @vindex shr-external-browser
@ -156,7 +156,7 @@ browser by customizing
@cindex Viewing Source @cindex Viewing Source
You can view the source of a website with @kbd{v} You can view the source of a website with @kbd{v}
(@code{eww-view-source}). This will open a new buffer (@code{eww-view-source}). This will open a new buffer
@code{*eww-source*} and insert the source. The buffer will be set to @file{*eww-source*} and insert the source. The buffer will be set to
@code{html-mode} if available. @code{html-mode} if available.
@findex url-cookie-list @findex url-cookie-list

View file

@ -255,7 +255,7 @@ syntax check tool).
Flymake uses a simple logging facility for indicating important points Flymake uses a simple logging facility for indicating important points
in the control flow. The logging facility sends logging messages to in the control flow. The logging facility sends logging messages to
the @code{*Messages*} buffer. The information logged can be used for the @file{*Messages*} buffer. The information logged can be used for
resolving various problems related to Flymake. resolving various problems related to Flymake.
Logging output is controlled by the @code{flymake-log-level} Logging output is controlled by the @code{flymake-log-level}
@ -326,7 +326,7 @@ started after @code{flymake-no-changes-timeout} seconds.
@item flymake-gui-warnings-enabled @item flymake-gui-warnings-enabled
A boolean flag indicating whether Flymake will show message boxes for A boolean flag indicating whether Flymake will show message boxes for
non-recoverable errors. If @code{flymake-gui-warnings-enabled} is non-recoverable errors. If @code{flymake-gui-warnings-enabled} is
@code{nil}, these errors will only be logged to the @code{*Messages*} @code{nil}, these errors will only be logged to the @file{*Messages*}
buffer. buffer.
@item flymake-start-syntax-check-on-newline @item flymake-start-syntax-check-on-newline

View file

@ -998,7 +998,7 @@ terminology section (@pxref{Terminology}).
@cindex finding news @cindex finding news
First of all, you should know that there is a special buffer called First of all, you should know that there is a special buffer called
@code{*Server*} that lists all the servers Gnus knows about. You can @file{*Server*} that lists all the servers Gnus knows about. You can
press @kbd{^} from the Group buffer to see it. In the Server buffer, press @kbd{^} from the Group buffer to see it. In the Server buffer,
you can press @kbd{RET} on a defined server to see all the groups it you can press @kbd{RET} on a defined server to see all the groups it
serves (subscribed or not!). You can also add or delete servers, edit serves (subscribed or not!). You can also add or delete servers, edit
@ -5888,7 +5888,7 @@ have posted almost the same article twice.
If you have just posted the article, and change your mind right away, If you have just posted the article, and change your mind right away,
there is a trick you can use to cancel/supersede the article without there is a trick you can use to cancel/supersede the article without
waiting for the article to appear on your site first. You simply return waiting for the article to appear on your site first. You simply return
to the post buffer (which is called @code{*sent ...*}). There you will to the post buffer (which is called @file{*sent ...*}). There you will
find the article you just posted, with all the headers intact. Change find the article you just posted, with all the headers intact. Change
the @code{Message-ID} header to a @code{Cancel} or @code{Supersedes} the @code{Message-ID} header to a @code{Cancel} or @code{Supersedes}
header by substituting one of those words for the word 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
about it, you might set @code{gnus-kill-summary-on-exit} to @code{nil}. about it, you might set @code{gnus-kill-summary-on-exit} to @code{nil}.
If you do that, Gnus won't kill the summary buffer when you exit it. If you do that, Gnus won't kill the summary buffer when you exit it.
(Quelle surprise!) Instead it will change the name of the buffer to (Quelle surprise!) Instead it will change the name of the buffer to
something like @samp{*Dead Summary ... *} and install a minor mode something like @file{*Dead Summary ... *} and install a minor mode
called @code{gnus-dead-summary-mode}. Now, if you switch back to this called @code{gnus-dead-summary-mode}. Now, if you switch back to this
buffer, you'll find that all keys are mapped to a function called buffer, you'll find that all keys are mapped to a function called
@code{gnus-summary-wake-up-the-dead}. So tapping any keys in a dead @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.
@item nntp-record-commands @item nntp-record-commands
@vindex nntp-record-commands @vindex nntp-record-commands
If non-@code{nil}, @code{nntp} will log all commands it sends to the If non-@code{nil}, @code{nntp} will log all commands it sends to the
@acronym{NNTP} server (along with a timestamp) in the @samp{*nntp-log*} @acronym{NNTP} server (along with a timestamp) in the @file{*nntp-log*}
buffer. This is useful if you are debugging a Gnus/@acronym{NNTP} connection buffer. This is useful if you are debugging a Gnus/@acronym{NNTP} connection
that doesn't seem to work. that doesn't seem to work.
@ -19438,7 +19438,7 @@ Display the score of the current article
@kindex V t (Summary) @kindex V t (Summary)
@findex gnus-score-find-trace @findex gnus-score-find-trace
Display all score rules that have been used on the current article Display all score rules that have been used on the current article
(@code{gnus-score-find-trace}). In the @code{*Score Trace*} buffer, you (@code{gnus-score-find-trace}). In the @file{*Score Trace*} buffer, you
may type @kbd{e} to edit score file corresponding to the score rule on may type @kbd{e} to edit score file corresponding to the score rule on
current line and @kbd{f} to format (@code{gnus-score-pretty-print}) the current line and @kbd{f} to format (@code{gnus-score-pretty-print}) the
score file and edit it. score file and edit it.
@ -25919,7 +25919,7 @@ Fortunately, setting up the Gnus registry is pretty easy:
@end lisp @end lisp
This adds registry saves to Gnus newsrc saves (which happen on exit This adds registry saves to Gnus newsrc saves (which happen on exit
and when you press @kbd{s} from the @code{*Group*} buffer. It also and when you press @kbd{s} from the @file{*Group*} buffer. It also
adds registry calls to article actions in Gnus (copy, move, etc.)@: so adds registry calls to article actions in Gnus (copy, move, etc.)@: so
it's not easy to undo the initialization. See it's not easy to undo the initialization. See
@code{gnus-registry-initialize} for the gory details. @code{gnus-registry-initialize} for the gory details.
@ -26204,8 +26204,8 @@ This variable controls whether to add timestamps to messages that are
controlled by @code{gnus-verbose} and @code{gnus-verbose-backends} and controlled by @code{gnus-verbose} and @code{gnus-verbose-backends} and
are issued. The default value is @code{nil} which means never to add are issued. The default value is @code{nil} which means never to add
timestamp. If it is @code{log}, add timestamps to only the messages timestamp. If it is @code{log}, add timestamps to only the messages
that go into the @samp{*Messages*} buffer (in XEmacs, it is the that go into the @file{*Messages*} buffer (in XEmacs, it is the
@w{@samp{ *Message-Log*}} buffer). If it is neither @code{nil} nor @w{@file{ *Message-Log*}} buffer). If it is neither @code{nil} nor
@code{log}, add timestamps not only to log messages but also to the ones @code{log}, add timestamps not only to log messages but also to the ones
displayed in the echo area. displayed in the echo area.

View file

@ -1145,7 +1145,7 @@ select in another window.
Another way to produce new Info buffers in Emacs is to use a numeric Another way to produce new Info buffers in Emacs is to use a numeric
prefix argument for the @kbd{C-h i} command (@code{info}) which prefix argument for the @kbd{C-h i} command (@code{info}) which
switches to the Info buffer with that number. Thus, @kbd{C-u 2 C-h i} switches to the Info buffer with that number. Thus, @kbd{C-u 2 C-h i}
switches to the buffer @samp{*info*<2>}, creating it if necessary. switches to the buffer @file{*info*<2>}, creating it if necessary.
@findex info-display-manual @findex info-display-manual
If you have created many Info buffers in Emacs, you might find it If you have created many Info buffers in Emacs, you might find it

View file

@ -1451,7 +1451,7 @@ Look like @code{angles} if that doesn't require quoting, and
Headers in this list that were previously generated by Message will be Headers in this list that were previously generated by Message will be
deleted before posting. Let's say you post an article. Then you decide deleted before posting. Let's say you post an article. Then you decide
to post it again to some other group, you naughty boy, so you jump back to post it again to some other group, you naughty boy, so you jump back
to the @code{*post-buf*} buffer, edit the @code{Newsgroups} line, and to the @file{*post-buf*} buffer, edit the @code{Newsgroups} line, and
ship it off again. By default, this variable makes sure that the old ship it off again. By default, this variable makes sure that the old
generated @code{Message-ID} is deleted, and a new one generated. If generated @code{Message-ID} is deleted, and a new one generated. If
this isn't done, the entire empire would probably crumble, anarchy would this isn't done, the entire empire would probably crumble, anarchy would

View file

@ -1086,7 +1086,7 @@ on a desert island with a laptop and are without your manuals, you can
get a summary of all these commands with GNU Emacs online help: use get a summary of all these commands with GNU Emacs online help: use
@kbd{C-h m} (@code{describe-mode}) for a brief summary of commands, @kbd{C-h m} (@code{describe-mode}) for a brief summary of commands,
@kbd{?} (@code{mh-help}) for an even briefer summary@footnote{This @kbd{?} (@code{mh-help}) for an even briefer summary@footnote{This
help appears in a buffer called @samp{*MH-E Help*} help appears in a buffer called @file{*MH-E Help*}
(@pxref{Miscellaneous}).} (@kbd{C-c ?} in MH-Letter mode), or @kbd{C-h (@pxref{Miscellaneous}).} (@kbd{C-c ?} in MH-Letter mode), or @kbd{C-h
i} to read this manual via Info. The online help is quite good; try i} to read this manual via Info. The online help is quite good; try
running @kbd{C-h C-h}. This brings up a list of available help topics, 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
folders. Otherwise, list the folders that should be searched with the folders. Otherwise, list the folders that should be searched with the
@samp{Choose Folders} menu item. See @code{mh-recursive-folders-flag}. @samp{Choose Folders} menu item. See @code{mh-recursive-folders-flag}.
@cindex buffers, @samp{*MH-E Folders*} @cindex buffers, @file{*MH-E Folders*}
@cindex @samp{*MH-E Folders*} @cindex @file{*MH-E Folders*}
@findex mh-kill-folder @findex mh-kill-folder
@findex mh-list-folders @findex mh-list-folders
@findex mh-pack-folder @findex mh-pack-folder
@ -3707,7 +3707,7 @@ folders. Otherwise, list the folders that should be searched with the
Other commands you can perform on folders include: @kbd{F l} Other commands you can perform on folders include: @kbd{F l}
(@code{mh-list-folders}), to place a listing of all the folders in (@code{mh-list-folders}), to place a listing of all the folders in
your mail directory in a buffer called @samp{*MH-E Folders*} your mail directory in a buffer called @file{*MH-E Folders*}
(@pxref{Miscellaneous}); @kbd{F k} (@code{mh-kill-folder}), to remove (@pxref{Miscellaneous}); @kbd{F k} (@code{mh-kill-folder}), to remove
a folder; @kbd{F S} (@code{mh-sort-folder}), to sort the messages by a folder; @kbd{F S} (@code{mh-sort-folder}), to sort the messages by
date (see @command{sortm}(1) to see how to sort by other criteria); 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
the @kbd{q} (@code{mh-quit}) command. This buries the buffers of the the @kbd{q} (@code{mh-quit}) command. This buries the buffers of the
current MH-E folder and restores the buffers that were present when current MH-E folder and restores the buffers that were present when
you first ran @kbd{M-x mh-rmail}. It also removes any MH-E working you first ran @kbd{M-x mh-rmail}. It also removes any MH-E working
buffers whose name begins with @samp{ *mh-} or @samp{*MH-E } buffers whose name begins with @samp{ *mh-} or @file{*MH-E }
(@pxref{Miscellaneous}). You can later restore your MH-E session by (@pxref{Miscellaneous}). You can later restore your MH-E session by
selecting the @samp{+inbox} buffer or by running @kbd{M-x mh-rmail} selecting the @samp{+inbox} buffer or by running @kbd{M-x mh-rmail}
again. again.
@ -5618,10 +5618,10 @@ field, this setting is vital so that you can read the mail you write!
@node Checking Recipients, Sending Message, Sending PGP, Editing Drafts @node Checking Recipients, Sending Message, Sending PGP, Editing Drafts
@section Checking Recipients @section Checking Recipients
@cindex @samp{*MH-E Recipients*} @cindex @file{*MH-E Recipients*}
@cindex @command{whom} @cindex @command{whom}
@cindex MH commands, @command{whom} @cindex MH commands, @command{whom}
@cindex buffers, @samp{*MH-E Recipients*} @cindex buffers, @file{*MH-E Recipients*}
@cindex checking recipients @cindex checking recipients
@cindex recipients, checking @cindex recipients, checking
@findex mh-check-whom @findex mh-check-whom
@ -5629,7 +5629,7 @@ field, this setting is vital so that you can read the mail you write!
The command @kbd{C-c C-w} (@code{mh-check-whom}) expands aliases so The command @kbd{C-c C-w} (@code{mh-check-whom}) expands aliases so
you can check the actual address(es) in the alias. A new buffer named you can check the actual address(es) in the alias. A new buffer named
@samp{*MH-E Recipients*} is created with the output of @command{whom} @file{*MH-E Recipients*} is created with the output of @command{whom}
(@pxref{Miscellaneous})@footnote{See the section (@pxref{Miscellaneous})@footnote{See the section
@uref{@value{MH-BOOK-HOME}/senove.html#WhaPro, What now?---and the @uref{@value{MH-BOOK-HOME}/senove.html#WhaPro, What now?---and the
whatnow Program} in the MH book.}. whatnow Program} in the MH book.}.
@ -5637,8 +5637,8 @@ whatnow Program} in the MH book.}.
@node Sending Message, Killing Draft, Checking Recipients, Editing Drafts @node Sending Message, Killing Draft, Checking Recipients, Editing Drafts
@section Sending a Message @section Sending a Message
@cindex buffers, @samp{*MH-E Mail Delivery*} @cindex buffers, @file{*MH-E Mail Delivery*}
@cindex @samp{*MH-E Mail Delivery*} @cindex @file{*MH-E Mail Delivery*}
@cindex sending mail @cindex sending mail
@findex mh-send-letter @findex mh-send-letter
@kindex C-c C-c @kindex C-c C-c
@ -5646,7 +5646,7 @@ whatnow Program} in the MH book.}.
When you are all through editing a message, you send it with the When you are all through editing a message, you send it with the
command @kbd{C-c C-c} (@code{mh-send-letter}). You can give a prefix command @kbd{C-c C-c} (@code{mh-send-letter}). You can give a prefix
argument (as in @kbd{C-u C-c C-c}) to monitor the first stage of the argument (as in @kbd{C-u C-c C-c}) to monitor the first stage of the
delivery; this output can be found in a buffer called @samp{*MH-E Mail delivery; this output can be found in a buffer called @file{*MH-E Mail
Delivery*} (@pxref{Miscellaneous}). Delivery*} (@pxref{Miscellaneous}).
@cindex sending mail @cindex sending mail
@ -7157,7 +7157,7 @@ MH-E has been byte-compiled, you could try running @samp{locate
mh-thread.elc} or otherwise find MH-E on your system and ensure that mh-thread.elc} or otherwise find MH-E on your system and ensure that
@file{mh-thread.elc} exists. If you have multiple versions and you @file{mh-thread.elc} exists. If you have multiple versions and you
find that one is compiled but the other is not, then go into your find that one is compiled but the other is not, then go into your
@samp{*scratch*} buffer in Emacs, enter @kbd{load-path C-j}, and @file{*scratch*} buffer in Emacs, enter @kbd{load-path C-j}, and
ensure that the byte-compiled version appears first in the ensure that the byte-compiled version appears first in the
@code{load-path}. If you find that MH-E is not compiled and you @code{load-path}. If you find that MH-E is not compiled and you
installed MH-E yourself, please refer to the installation directions 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
widen the view to all your messages again, use @kbd{S w} widen the view to all your messages again, use @kbd{S w}
(@code{mh-widen}). (@code{mh-widen}).
@cindex buffers, @samp{*MH-E Sequences*} @cindex buffers, @file{*MH-E Sequences*}
@cindex @samp{*MH-E Sequences*} @cindex @file{*MH-E Sequences*}
@findex mh-list-sequences @findex mh-list-sequences
@findex mh-msg-is-in-seq @findex mh-msg-is-in-seq
@kindex S l @kindex S l
@ -7456,7 +7456,7 @@ display the sequences in which another message appears (as in @kbd{C-u
42 S s @key{RET}}). Or, you can list all sequences in a selected 42 S s @key{RET}}). Or, you can list all sequences in a selected
folder (default is current folder) with @kbd{S l} folder (default is current folder) with @kbd{S l}
(@code{mh-list-sequences}). The list appears in a buffer named (@code{mh-list-sequences}). The list appears in a buffer named
@samp{*MH-E Sequences*} (@pxref{Miscellaneous}). @file{*MH-E Sequences*} (@pxref{Miscellaneous}).
@cindex MH profile component, @samp{Previous-Sequence} @cindex MH profile component, @samp{Previous-Sequence}
@cindex @samp{cur} sequence @cindex @samp{cur} sequence
@ -7676,8 +7676,8 @@ If a message is in any sequence (except @samp{Previous-Sequence:} and
sequences in the destination folder. If this behavior is not desired, sequences in the destination folder. If this behavior is not desired,
then turn off the option @code{mh-whitelist-preserves-sequences-flag}. then turn off the option @code{mh-whitelist-preserves-sequences-flag}.
@cindex @samp{*MH-E Log*} @cindex @file{*MH-E Log*}
@cindex buffers, @samp{*MH-E Log*} @cindex buffers, @file{*MH-E Log*}
@findex call-process @findex call-process
@vindex mh-junk-background @vindex mh-junk-background
@ -7688,7 +7688,7 @@ turning on the option @code{mh-junk-background}. @footnote{Note that
the option @code{mh-junk-background} is used as the @code{display} the option @code{mh-junk-background} is used as the @code{display}
argument in the call to @code{call-process}. Therefore, turning on argument in the call to @code{call-process}. Therefore, turning on
this option means setting its value to @samp{0}. You can also set its this option means setting its value to @samp{0}. You can also set its
value to @samp{t} to direct the programs' output to the @samp{*MH-E value to @samp{t} to direct the programs' output to the @file{*MH-E
Log*} buffer; this may be useful for debugging.} Log*} buffer; this may be useful for debugging.}
The following sections discuss the various counter-spam measures that 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
system. system.
@end ftable @end ftable
@cindex buffers, @samp{*MH-E Info*} @cindex buffers, @file{*MH-E Info*}
@cindex MH-E version @cindex MH-E version
@cindex @samp{*MH-E Info*} @cindex @file{*MH-E Info*}
@cindex version @cindex version
@kindex M-x mh-version @kindex M-x mh-version
One command worth noting is @kbd{M-x mh-version}. You can compare the One command worth noting is @kbd{M-x mh-version}. You can compare the
version this command prints to the latest release (@pxref{Getting version this command prints to the latest release (@pxref{Getting
MH-E}). The output of @kbd{M-x mh-version}, found in a buffer named MH-E}). The output of @kbd{M-x mh-version}, found in a buffer named
@samp{*MH-E Info*}, should usually be included with any bug report you @file{*MH-E Info*}, should usually be included with any bug report you
submit (@pxref{Bug Reports}). submit (@pxref{Bug Reports}).
@subheading MH-E Buffers @subheading MH-E Buffers
@ -7994,16 +7994,16 @@ Besides the MH-Folder, MH-Show, and MH-Letter buffers, MH-E creates
several other buffers. They are: several other buffers. They are:
@table @samp @table @samp
@cindex @samp{*MH-E Folders*} @cindex @file{*MH-E Folders*}
@cindex buffers, @samp{*MH-E Folders*} @cindex buffers, @file{*MH-E Folders*}
@findex mh-list-folders @findex mh-list-folders
@item *MH-E Folders* @item *MH-E Folders*
@kindex F l @kindex F l
This buffer contains the output of @kbd{F l} (@code{mh-list-folders}). This buffer contains the output of @kbd{F l} (@code{mh-list-folders}).
@xref{Folders}. @xref{Folders}.
@c ------------------------- @c -------------------------
@cindex @samp{*MH-E Help*} @cindex @file{*MH-E Help*}
@cindex buffers, @samp{*MH-E Help*} @cindex buffers, @file{*MH-E Help*}
@findex mh-help @findex mh-help
@item *MH-E Help* @item *MH-E Help*
@kindex ? @kindex ?
@ -8011,25 +8011,25 @@ This buffer contains the output of @kbd{F l} (@code{mh-list-folders}).
This buffer contains the output of @kbd{?} (@code{mh-help}) and This buffer contains the output of @kbd{?} (@code{mh-help}) and
@kbd{C-c ?} in MH-Letter mode. @xref{Using This Manual}. @kbd{C-c ?} in MH-Letter mode. @xref{Using This Manual}.
@c ------------------------- @c -------------------------
@cindex @samp{*MH-E Info*} @cindex @file{*MH-E Info*}
@cindex buffers, @samp{*MH-E Info*} @cindex buffers, @file{*MH-E Info*}
@item *MH-E Info* @item *MH-E Info*
This buffer contains the output of @kbd{M-x mh-version @key{RET}}. This buffer contains the output of @kbd{M-x mh-version @key{RET}}.
@c ------------------------- @c -------------------------
@cindex @samp{*MH-E Log*} @cindex @file{*MH-E Log*}
@cindex buffers, @samp{*MH-E Log*} @cindex buffers, @file{*MH-E Log*}
@item *MH-E Log* @item *MH-E Log*
This buffer contains the last 100 lines of the output of the various This buffer contains the last 100 lines of the output of the various
MH commands. MH commands.
@c ------------------------- @c -------------------------
@cindex @samp{*MH-E Mail Delivery*} @cindex @file{*MH-E Mail Delivery*}
@cindex buffers, @samp{*MH-E Mail Delivery*} @cindex buffers, @file{*MH-E Mail Delivery*}
@item *MH-E Mail Delivery* @item *MH-E Mail Delivery*
This buffer contains the transcript of a mail delivery. @xref{Sending This buffer contains the transcript of a mail delivery. @xref{Sending
Message}. Message}.
@c ------------------------- @c -------------------------
@cindex @samp{*MH-E Recipients*} @cindex @file{*MH-E Recipients*}
@cindex buffers, @samp{*MH-E Recipients*} @cindex buffers, @file{*MH-E Recipients*}
@findex mh-check-whom @findex mh-check-whom
@item *MH-E Recipients* @item *MH-E Recipients*
@kindex C-c C-w @kindex C-c C-w
@ -8037,14 +8037,14 @@ This buffer contains the output of @kbd{C-c C-w}
(@code{mh-check-whom}) and is killed when draft is sent. (@code{mh-check-whom}) and is killed when draft is sent.
@xref{Checking Recipients}. @xref{Checking Recipients}.
@c ------------------------- @c -------------------------
@cindex @samp{*MH-E Sequences*} @cindex @file{*MH-E Sequences*}
@cindex buffers, @samp{*MH-E Sequences*} @cindex buffers, @file{*MH-E Sequences*}
@item *MH-E Sequences* @item *MH-E Sequences*
This buffer contains the output of @kbd{S l} This buffer contains the output of @kbd{S l}
(@code{mh-list-sequences}). @xref{Sequences}. (@code{mh-list-sequences}). @xref{Sequences}.
@c ------------------------- @c -------------------------
@cindex @samp{*mh-temp*} @cindex @file{*mh-temp*}
@cindex buffers, @samp{*mh-temp*} @cindex buffers, @file{*mh-temp*}
@item *mh-temp* @item *mh-temp*
This is a scratch, ephemeral, buffer used by MH-E functions. Note that This is a scratch, ephemeral, buffer used by MH-E functions. Note that
it is hidden because the first character in the name is a space. it is hidden because the first character in the name is a space.

View file

@ -166,8 +166,8 @@ feeds (in tree form), a list of headlines for the current feed, and
the content of the current headline. Feeds can be placed into groups, the content of the current headline. Feeds can be placed into groups,
which themselves can be placed in groups and so on. which themselves can be placed in groups and so on.
@item Newsticker's @emph{plainview} displays all headlines in a @item Newsticker's @emph{plainview} displays all headlines in a
single buffer, called @samp{*newsticker*}. The modeline in the single buffer, called @file{*newsticker*}. The modeline in the
@samp{*newsticker*} buffer informs you whenever new headlines have @file{*newsticker*} buffer informs you whenever new headlines have
arrived. arrived.
@end itemize @end itemize
In both views clicking mouse-button 2 or pressing @key{RET} on a In both views clicking mouse-button 2 or pressing @key{RET} on a

View file

@ -116,7 +116,7 @@ Commands
* Removing handled entries:: Uninteresting lines can easily be removed. * Removing handled entries:: Uninteresting lines can easily be removed.
* Ignoring files:: Telling CVS to ignore generated files. * Ignoring files:: Telling CVS to ignore generated files.
* Viewing differences:: Commands to @samp{diff} different versions. * Viewing differences:: Commands to @samp{diff} different versions.
* Invoking Ediff:: Running @samp{ediff} from @samp{*cvs*} buffer. * Invoking Ediff:: Running @samp{ediff} from @file{*cvs*} buffer.
* Updating files:: Updating files that Need-update. * Updating files:: Updating files that Need-update.
* Tagging files:: Tagging files. * Tagging files:: Tagging files.
* Miscellaneous commands:: Miscellaneous commands. * Miscellaneous commands:: Miscellaneous commands.
@ -264,7 +264,7 @@ The function @code{cvs-examine} will ask for a directory. The command
@samp{cvs -n update} will be run in that directory. (It should contain @samp{cvs -n update} will be run in that directory. (It should contain
files that have been checked out from a CVS archive.) The output from files that have been checked out from a CVS archive.) The output from
@code{cvs} will be parsed and presented in a table in a buffer called @code{cvs} will be parsed and presented in a table in a buffer called
@samp{*cvs*}. It might look something like this: @file{*cvs*}. It might look something like this:
@example @example
Repository : /usr/CVSroot Repository : /usr/CVSroot
@ -298,7 +298,7 @@ You can move the cursor up and down in the buffer with @kbd{C-n} and
repository. @xref{Committing changes}. You can also press @kbd{O} to repository. @xref{Committing changes}. You can also press @kbd{O} to
update any of the files that are marked @samp{Need-Update}. You can update any of the files that are marked @samp{Need-Update}. You can
also run @kbd{M-x cvs-update @key{RET}} (bound to @kbd{M-u} in the also run @kbd{M-x cvs-update @key{RET}} (bound to @kbd{M-u} in the
@samp{*cvs*} buffer) to update all the files. @file{*cvs*} buffer) to update all the files.
You can then press @kbd{=} to easily get a @samp{diff} between your You can then press @kbd{=} to easily get a @samp{diff} between your
modified file and the base version that you started from, or you can modified file and the base version that you started from, or you can
@ -309,7 +309,7 @@ about files}).
@node Buffer contents @node Buffer contents
@chapter Buffer contents @chapter Buffer contents
@cindex Buffer contents @cindex Buffer contents
@cindex @code{*cvs*} buffer contents @cindex @file{*cvs*} buffer contents
The display contains several columns, some of which are optional. The display contains several columns, some of which are optional.
These columns are, from left to right: These columns are, from left to right:
@ -449,7 +449,7 @@ marks are not ignored) or whichever file or directory the cursor is on.
If a directory is selected but the command cannot be applied to a If a directory is selected but the command cannot be applied to a
directory, then it will be applied to the set of files under this directory, then it will be applied to the set of files under this
directory which are in the @samp{*cvs*} buffer. directory which are in the @file{*cvs*} buffer.
@findex cvs-mode-force-command @findex cvs-mode-force-command
@findex cvs-allow-dir-commit @findex cvs-allow-dir-commit
@ -504,7 +504,7 @@ you can use in PCL-CVS@. They are grouped together by type.
* Removing handled entries:: Uninteresting lines can easily be removed. * Removing handled entries:: Uninteresting lines can easily be removed.
* Ignoring files:: Telling CVS to ignore generated files. * Ignoring files:: Telling CVS to ignore generated files.
* Viewing differences:: Commands to @samp{diff} different versions. * Viewing differences:: Commands to @samp{diff} different versions.
* Invoking Ediff:: Running @samp{ediff} from @samp{*cvs*} buffer. * Invoking Ediff:: Running @samp{ediff} from @file{*cvs*} buffer.
* Updating files:: Updating files that Need-update. * Updating files:: Updating files that Need-update.
* Tagging files:: Tagging files. * Tagging files:: Tagging files.
* Miscellaneous commands:: Miscellaneous commands. * Miscellaneous commands:: Miscellaneous commands.
@ -520,10 +520,10 @@ you can use in PCL-CVS@. They are grouped together by type.
@findex cvs-quickdir @findex cvs-quickdir
@cindex Creating the *cvs* buffer @cindex Creating the *cvs* buffer
Most commands in PCL-CVS require that you have a @samp{*cvs*} Most commands in PCL-CVS require that you have a @file{*cvs*}
buffer. The commands that you use to get one are listed below. buffer. The commands that you use to get one are listed below.
For each, a @samp{cvs} process will be run, the output will be parsed by For each, a @samp{cvs} process will be run, the output will be parsed by
PCL-CVS, and the result will be printed in the @samp{*cvs*} buffer (see PCL-CVS, and the result will be printed in the @file{*cvs*} buffer (see
@ref{Buffer contents}, for a description of the buffer's contents). @ref{Buffer contents}, for a description of the buffer's contents).
@table @kbd @table @kbd
@ -547,7 +547,7 @@ in which the @samp{cvs update} will be run and the module to be checked
out. out.
@item M-x cvs-quickdir @item M-x cvs-quickdir
Populate the @samp{*cvs*} buffer by just looking at the @file{CVS/Entries} Populate the @file{*cvs*} buffer by just looking at the @file{CVS/Entries}
files. This is very much like @code{cvs-examine} except that it does files. This is very much like @code{cvs-examine} except that it does
not access the CVS repository, which is a major advantage when the not access the CVS repository, which is a major advantage when the
repository is far away. But of course, it will not be able to detect 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.
@end table @end table
@node Updating the buffer @node Updating the buffer
@section Updating the @samp{*cvs*} buffer @section Updating the @file{*cvs*} buffer
@findex cvs-update @findex cvs-update
@findex cvs-examine @findex cvs-examine
@findex cvs-status @findex cvs-status
@ -636,7 +636,7 @@ to the ones PCL-CVS thinks are relevant.
@findex cvs-mode-examine @findex cvs-mode-examine
@findex cvs-mode-status @findex cvs-mode-status
The following commands can be used from within the @samp{*cvs*} buffer The following commands can be used from within the @file{*cvs*} buffer
to update the display: to update the display:
@table @kbd @table @kbd
@ -667,7 +667,7 @@ top-level directory, this is equivalent to @kbd{M-e}.
@item s @item s
Runs @code{cvs-mode-status} on the selected files. When run on the Runs @code{cvs-mode-status} on the selected files. When run on the
top-level directory, this is equivalent to @kbd{M-s}, except that top-level directory, this is equivalent to @kbd{M-s}, except that
CVS output will be shown in a @samp{*cvs-info*} buffer that will be CVS output will be shown in a @file{*cvs-info*} buffer that will be
put in @samp{cvs-status-mode}. put in @samp{cvs-status-mode}.
@end table @end table
@ -775,7 +775,7 @@ Committing changes basically works as follows:
@item @item
After having selected the files you want to commit, you type either After having selected the files you want to commit, you type either
@kbd{c} or @kbd{C} which brings up a special buffer @kbd{c} or @kbd{C} which brings up a special buffer
@samp{*cvs-commit*}. @file{*cvs-commit*}.
@item @item
You type in the log message describing the changes you're about to 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}.
As for the difference between @kbd{c} (i.e., @code{cvs-mode-commit}) and As for the difference between @kbd{c} (i.e., @code{cvs-mode-commit}) and
@kbd{C} (i.e., @code{cvs-mode-commit-setup}) is that the first gets you @kbd{C} (i.e., @code{cvs-mode-commit-setup}) is that the first gets you
straight to @samp{*cvs-commit*} without erasing it or changing anything straight to @file{*cvs-commit*} without erasing it or changing anything
to its content, while the second first erases @samp{*cvs-commit*} to its content, while the second first erases @file{*cvs-commit*}
and tries to initialize it with a sane default (it does that by either and tries to initialize it with a sane default (it does that by either
using a template provided by the CVS administrator or by extracting a using a template provided by the CVS administrator or by extracting a
relevant log message from a @file{ChangeLog} file). relevant log message from a @file{ChangeLog} file).
@ -866,12 +866,12 @@ directory (@code{cvs-mode-add-change-log-entry-other-window}).
@item l @item l
Call the command @code{cvs-mode-log} which runs @samp{cvs log} on all Call the command @code{cvs-mode-log} which runs @samp{cvs log} on all
selected files, and show the result in a temporary buffer selected files, and show the result in a temporary buffer
@samp{*cvs-info*} (@pxref{Log View Mode}). @file{*cvs-info*} (@pxref{Log View Mode}).
@item s @item s
Call the command @code{cvs-mode-status} which runs @samp{cvs status} on Call the command @code{cvs-mode-status} which runs @samp{cvs status} on
all selected files, and show the result in a temporary buffer all selected files, and show the result in a temporary buffer
@samp{*cvs-info*}. @file{*cvs-info*}.
@c Fixme: reinstate when node is written: @c Fixme: reinstate when node is written:
@c (@pxref{CVS Status Mode}). @c (@pxref{CVS Status Mode}).
@end table @end table
@ -1142,11 +1142,11 @@ Byte compile all selected files that end in @file{.el}.
@item M-x cvs-mode-delete-lock @item M-x cvs-mode-delete-lock
This command deletes the lock files that This command deletes the lock files that
the @samp{*cvs*} buffer informs you about. You should normally never have to the @file{*cvs*} buffer informs you about. You should normally never have to
use this command, since CVS tries very carefully to always remove the use this command, since CVS tries very carefully to always remove the
lock files itself. lock files itself.
You can only use this command when a message in the @samp{*cvs*} buffer tells You can only use this command when a message in the @file{*cvs*} buffer tells
you so. You should wait a while before using this command in case you so. You should wait a while before using this command in case
someone else is running a @code{cvs} command. someone else is running a @code{cvs} command.
@ -1161,7 +1161,7 @@ area (@code{cvs-help}).
Bury the PCL-CVS buffer (@code{cvs-bury-buffer}). Bury the PCL-CVS buffer (@code{cvs-bury-buffer}).
@item M-x cvs-mode-quit @item M-x cvs-mode-quit
Quit PCL-CVS, killing the @samp{*cvs*} buffer. Quit PCL-CVS, killing the @file{*cvs*} buffer.
@end table @end table
@node Log Edit Mode @node Log Edit Mode
@ -1260,7 +1260,7 @@ entries}.
@item cvs-auto-remove-directories @item cvs-auto-remove-directories
If this variable is set to any non-@code{nil} value, directories that do If this variable is set to any non-@code{nil} value, directories that do
not contain any files to be checked in will not be listed in the not contain any files to be checked in will not be listed in the
@samp{*cvs*} buffer. @file{*cvs*} buffer.
@item cvs-auto-revert @item cvs-auto-revert
If this variable is set to any non-@samp{nil} value any buffers you have 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.
@item log-edit-require-final-newline @item log-edit-require-final-newline
@c wordy to avoid underfull hbox @c wordy to avoid underfull hbox
When you enter a log message by typing into the When you enter a log message by typing into the
@samp{*cvs-commit-message*} buffer, PCL-CVS normally automatically @file{*cvs-commit-message*} buffer, PCL-CVS normally automatically
inserts a trailing newline, unless there already is one. This behavior inserts a trailing newline, unless there already is one. This behavior
can be controlled via @samp{cvs-commit-buffer-require-final-newline}. can be controlled via @samp{cvs-commit-buffer-require-final-newline}.
If it is @samp{t} (the default behavior), a newline will always be If it is @samp{t} (the default behavior), a newline will always be
@ -1340,7 +1340,7 @@ default.
@vindex cvs-msg (face) @vindex cvs-msg (face)
PCL-CVS adds a few extra features, including menus, mouse bindings, and PCL-CVS adds a few extra features, including menus, mouse bindings, and
fontification of the @samp{*cvs*} buffer. The faces defined for fontification of the @file{*cvs*} buffer. The faces defined for
fontification are listed below: fontification are listed below:
@table @samp @table @samp
@ -1402,10 +1402,10 @@ Below is a partial list of currently known problems with PCL-CVS.
@table @asis @table @asis
@item Unexpected output from CVS @item Unexpected output from CVS
Unexpected output from CVS may confuse PCL-CVS@. It will create Unexpected output from CVS may confuse PCL-CVS@. It will create
warning messages in the @samp{*cvs*} buffer alerting you to any parse errors. warning messages in the @file{*cvs*} buffer alerting you to any parse errors.
If you get these messages, please send a bug report to the email If you get these messages, please send a bug report to the email
addresses listed above. Include the contents of the @samp{*cvs*} buffer, the addresses listed above. Include the contents of the @file{*cvs*} buffer, the
output of the CVS process (which should be found in the @samp{ *cvs-tmp*} output of the CVS process (which should be found in the @file{ *cvs-tmp*}
buffer), and the versions of Emacs, PCL-CVS and CVS you are using. buffer), and the versions of Emacs, PCL-CVS and CVS you are using.
@end table @end table

View file

@ -212,7 +212,7 @@ Emacs, or join @code{#rcirc}, the channel about @code{rcirc}.
@cindex server buffer @cindex server buffer
When you have answered these questions, @code{rcirc} will create a server When you have answered these questions, @code{rcirc} will create a server
buffer, which will be named something like @code{*irc.freenode.net*}, buffer, which will be named something like @file{*irc.freenode.net*},
and a channel buffer for each of the channels you wanted to join. and a channel buffer for each of the channels you wanted to join.
@kindex RET @kindex RET

View file

@ -903,12 +903,12 @@ at a given buffer position. The return value is an EIEIO object
describing the context at @var{pos} (@pxref{Top,,,eieio,EIEIO describing the context at @var{pos} (@pxref{Top,,,eieio,EIEIO
manual}). manual}).
When called interactively, this displays a @samp{*Semantic Context When called interactively, this displays a @file{*Semantic Context
Analysis*} buffer containing a summary of the context at point. Analysis*} buffer containing a summary of the context at point.
@end deffn @end deffn
@noindent @noindent
The Prefix section of the @samp{*Semantic Context Analysis*} buffer The Prefix section of the @file{*Semantic Context Analysis*} buffer
lists the tags based on the text at point. If it shows only a simple lists the tags based on the text at point. If it shows only a simple
string, the Semantic was unable to identify what the data type was. string, the Semantic was unable to identify what the data type was.

View file

@ -409,7 +409,7 @@ clues to the reason for the error.
@vindex smtpmail-debug-info @vindex smtpmail-debug-info
The variable @code{smtpmail-debug-info} controls whether to print The variable @code{smtpmail-debug-info} controls whether to print
the SMTP protocol exchange in the minibuffer, and retain the entire the SMTP protocol exchange in the minibuffer, and retain the entire
exchange in a buffer @samp{*trace of SMTP session to @var{server}*}, exchange in a buffer @file{*trace of SMTP session to @var{server}*},
where @var{server} is the name of the mail server to which you send where @var{server} is the name of the mail server to which you send
mail. mail.

View file

@ -1249,7 +1249,7 @@ if it exists.
@defopt url-debug @defopt url-debug
@cindex debugging @cindex debugging
Specifies the types of debug messages which are logged to Specifies the types of debug messages which are logged to
the @code{*URL-DEBUG*} buffer. the @file{*URL-DEBUG*} buffer.
@code{t} means log all messages. @code{t} means log all messages.
A number means log all messages and show them with @code{message}. A number means log all messages and show them with @code{message}.
It may also be a list of the types of messages to be logged. It may also be a list of the types of messages to be logged.

View file

@ -354,7 +354,7 @@ M-x viper-mode
@end lisp @end lisp
When Emacs first comes up, if you have not specified a file on the When Emacs first comes up, if you have not specified a file on the
command line, it will show the @samp{*scratch*} buffer, in the command line, it will show the @file{*scratch*} buffer, in the
@samp{Lisp Interaction} mode. After you invoke Viper, you can start @samp{Lisp Interaction} mode. After you invoke Viper, you can start
editing files by using @kbd{:e}, @kbd{:vi}, or @kbd{v} commands. editing files by using @kbd{:e}, @kbd{:vi}, or @kbd{v} commands.
(@xref{File and Buffer Handling}, for more information on @kbd{v} and other (@xref{File and Buffer Handling}, for more information on @kbd{v} and other
@ -1840,7 +1840,7 @@ usually most effective:
(set-face-background viper-replace-overlay-face "yellow") (set-face-background viper-replace-overlay-face "yellow")
@end smallexample @end smallexample
For a complete list of colors available to you, evaluate the expression For a complete list of colors available to you, evaluate the expression
@code{(x-defined-colors)}. (Type it in the buffer @code{*scratch*} and then @code{(x-defined-colors)}. (Type it in the buffer @file{*scratch*} and then
hit the @kbd{C-j} key. hit the @kbd{C-j} key.
@item viper-replace-overlay-cursor-color "Red" @item viper-replace-overlay-cursor-color "Red"

View file

@ -689,7 +689,7 @@ Toggle whether to report verbose information on generated parser.
@end deffn @end deffn
The verbose report is printed in the temporary buffer The verbose report is printed in the temporary buffer
@code{*wisent-log*} when running interactively, or in file @file{*wisent-log*} when running interactively, or in file
@file{wisent.output} when running in batch mode. Different @file{wisent.output} when running in batch mode. Different
reports are separated from each other by a line like this: reports are separated from each other by a line like this:
@ -760,7 +760,7 @@ Grammar contains 7 shift/reduce conflicts
@end group @end group
@end example @end example
The @samp{*wisent-log*} buffer details things! The @file{*wisent-log*} buffer details things!
The first section reports conflicts that were solved using precedence The first section reports conflicts that were solved using precedence
and/or associativity: and/or associativity:

View file

@ -826,7 +826,7 @@ shows manual sections and subsections by default, but you can change
this by customizing @code{woman-imenu-generic-expression}. this by customizing @code{woman-imenu-generic-expression}.
WoMan is configured not to replace spaces in an imenu WoMan is configured not to replace spaces in an imenu
@code{*Completion*} buffer. For further documentation on the use of @file{*Completion*} buffer. For further documentation on the use of
imenu, such as menu sorting, see the source file @file{imenu.el}, which imenu, such as menu sorting, see the source file @file{imenu.el}, which
is distributed with GNU Emacs. is distributed with GNU Emacs.
@ -852,7 +852,7 @@ customization should be possible via existing user options.
@vtable @code @vtable @code
@item woman-show-log @item woman-show-log
A boolean value that defaults to @code{nil}. If non-@code{nil} then show the A boolean value that defaults to @code{nil}. If non-@code{nil} then show the
@code{*WoMan-Log*} buffer if appropriate, i.e., if any warning messages @file{*WoMan-Log*} buffer if appropriate, i.e., if any warning messages
are written to it. @xref{Log, , The *WoMan-Log* Buffer}. are written to it. @xref{Log, , The *WoMan-Log* Buffer}.
@item woman-pre-format-hook @item woman-pre-format-hook
@ -1295,7 +1295,7 @@ on @uref{http://savannah.gnu.org/projects/emacs/}. If it still fails, please
@item @item
use @kbd{M-x report-emacs-bug} to send a bug report. use @kbd{M-x report-emacs-bug} to send a bug report.
Please include the entry from the Please include the entry from the
@code{*WoMan-Log*} buffer relating to the problem file, together with @file{*WoMan-Log*} buffer relating to the problem file, together with
a brief description of the problem. Please indicate where you got the a brief description of the problem. Please indicate where you got the
man source file from, but do not send it unless asked to send it. man source file from, but do not send it unless asked to send it.
@end enumerate @end enumerate