First create Info files from the Texinfo files with the `makeinfo' program. makeinfo is available as part of the latest Texinfo package:
/prep.ai.mit.edu:pub/gnu/texinfo-2.14.tar.Z
For information about the Texinfo format, read the Texinfo manual which comes with Emacs. This manual also comes installed in Info format, so you can read it online.
Neither texinfo-format-buffer nor the makeinfo program install the resulting Info files in Emacs's Info tree. To install Info files:
* Topic: (relative-pathname). Short description of topic.
If you want to install Info files and you don't have the necessary privileges, you have several options:
C-h i g (~/XXX) RET
(setq Info-directory (expand-file-name "~/Info"))You will need a top-level Info file named `dir' in this directory. You can include the system-wide Info directory in your private Info directory with symbolic links or by copying it.
/archive.cis.ohio-state.edu:modes/info.el.Z /cs.umn.edu:pub/gnu/emacs/info.el.ZAccording to Jay Bourland <jayb@math.stanford.edu>, a version of Dave's info.el comes with `xinfo' (see section Can I view Info files without using GNU Emacs?).