Questions tagged [info]
The info tag has no summary.
69 questions
1 vote
0 answers
49 views
No Info files can be opened in Emacs
I am running GNU Emacs 30.0.93 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.16.0) under Debian GNU/Linux 13 (trixie). I have compiled it myself. For some reason I cannot ...
5 votes
2 answers
530 views
how to replace Info with Emacs
The info.el library allows us to view manuals not only for ELisp packages, but also for applications that are independent of Emacs. E.g., (info "gcc") has the same effect as /usr/bin/info: $...
1 vote
1 answer
92 views
Cryptic entry in the info manual
I'm trying to understand something in the info manual. The description of the variable Info-enable-active-nodes opens more questions than it answers. This is from the Info tool manual (at the bottom ...
5 votes
2 answers
259 views
Display Different Sections of *info* In the Same Session [duplicate]
To read Emacs Lisp Intro, I type C-hi and choose the book.Then I type C-x3 and try to see another section in the right window.But once I choose another section in the right window, the left window ...
0 votes
0 answers
62 views
Info mode isearch across nodes
https://www.gnu.org/software/emacs/manual/html_node/info/Search-Text.html Instead of using s in Emacs Info and in the stand-alone Info, you can use an incremental search started with C-s or C-r. It ...
0 votes
1 answer
44 views
info reader:u undoes n
I have gone from node top to node coreutils. When i press n it goes into the introduction node. If i press u it goes back into node coreutils. In the help menu it says. n Go to the next node ...
0 votes
1 answer
405 views
How do I get the Emacs Lisp Intro manual in my info system?
I recently switched to Doom Emacs and went to find the "Emacs Lisp Intro Manual", and it's not in there. Is there a way to add it? Or, am I just looking in the wrong place?
6 votes
2 answers
532 views
How to show an Info mode manual entirely on one page
Using C-h R elisp brings up the Emacs Lisp Reference Manual in Info mode. How can I show the manual entirely on one page? Something akin to https://www.gnu.org/software/emacs/manual/html_mono/elisp....