Next: Batch Formatting, Previous: Running makeinfo
Within Emacs, Up: Creating an Info File [Contents][Index]
texinfo-format…
CommandsIn GNU Emacs in Texinfo mode, you can format part or all of a Texinfo
file with the texinfo-format-region
command. This formats the
current region and displays the formatted text in a temporary buffer
called ‘*Info Region*’.
Similarly, you can format a buffer with the
texinfo-format-buffer
command. This command creates a new
buffer and generates the Info file in it. Typing C-x C-s will
save the Info file under the name specified by the
@setfilename
line which must be near the beginning of the
Texinfo file.
texinfo-format-region
Format the current region for Info.
texinfo-format-buffer
Format the current buffer for Info.
The texinfo-format-region
and texinfo-format-buffer
commands provide you with some error checking, and other functions can
provide you with further help in finding formatting errors. These
procedures are described in an appendix; see Catching Mistakes.
However, the makeinfo
program provides better error checking
(see Running makeinfo
Within Emacs).
A peculiarity of the texinfo-format-buffer
and
texinfo-format-region
commands is that they do not indent (nor
fill) paragraphs that contain @w
or @*
commands.