Vincent Belaïche a écrit :
Eli Zaretskii a écrit :
Date: Sat, 2 Aug 2014 00:01:52 +0100
From: Gavin Smith <[email protected]>
I couldn't find out how to display an arbitrary file in emacs Info
Like this:
C-u C-h i /path/to/arbitrary-info-file RET
You can also do as follows:
1) open Dired mode by `C-x d' in the directory containing the
arbitrary info file, or any parent thereof
2) if not already visiting it, visit the directory containing the
arbitrariy info file by `i'
3) Open the arbitrary info file in info mode by `I'
Vincent.
Please note that once the file is viewed in *info* buffer, if you
recompile, viewing it again --- whether it be by Eli's method, or by
mine --- will not refresh the *info* buffer, you have to do `M-x
revert-buffer' for that.
Vincent.