C-x C-f blah.info
opens the file in fundametal mode. I used apropos
and found Info-mode
which I thought might change from fundamental mode into Info mode, but that throws a lisp error.
How can I open a external/thirdparty *.info file in emacs so that I get the same bells and whistles as when I'm looking at M-x info
(n
for next, u
for up, hyperlinks, etc..)? I'm sure this is obvious, but I can't figure it out.
You can open a file by specifying the filename when you start Emacs (as we did earlier) or by typing C-x C-f (the long command name for this is find-file). C-x C-f creates a new buffer that has the same name as the file. Emacs prompts you for a filename; respond by typing the filename, followed by RETURN.
Use Ctrl-x f to open a file from within Emacs.
If you want to insert the contents of another file into the current buffer, place the cursor at the desired insertion point, and type Control-X-I. Emacs will ask you for the name of the file you wish to insert. You may also insert text by cutting it from one place, and pasting it at the insertion point.
Try C-u C-h i
(i.e., the usual info invocation with a prefix argument).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With