Questions tagged [texinfo]
The texinfo tag has no summary.
9 questions
0 votes
2 answers
131 views
Texinfo: Contents and Index not showing at HTML
I’m trying to learn Texinfo to write a book. I started from the sample file here. As far as I understand from this page Contents is created automatically. And it works for the PDF output. But I don’t ...
0 votes
0 answers
30 views
Texinfo-mode invalid function
On a fresh install of Emacs 27, I'm getting an Invalid function: dbus-ignore-errors error when trying to run M-x texinfo-mode. I've tried using alternate extensions for the file (like ".texi"...
0 votes
2 answers
1k views
How to get scrolling without jumps (by one line) in info mode?
I'm new to Emacs and trying to learn it using the built-in manuals (tutorial, manual and lisp intro). I used (setq scroll-step 1) to avoid jumps in the normal mode, yet when viewing info - the scroll ...
2 votes
1 answer
333 views
Git Texinfo indices missing
I have installed the official Git documentation in Texinfo format on my computer and for Emacs. But when I try to search for something with I in the info buffer (C-h-i d m git) it reports no indices. ...
5 votes
1 answer
914 views
What is "override advice"?
When I execute describe-mode from within a .texi file, I see: Texinfo/P mode defined in `texinfo.el' (`texinfo-mode'): :override advice: ‘TeX-texinfo-mode’ What happens is that AUCTeX takes over the ...