Questions tagged [texinfo]

9 questions
5
votes
1 answer

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 builtin Texinfo mode. Where does that override…
feklee
  • 1,029
  • 5
  • 17
3
votes
1 answer

Export Org-mode Headers Level 4 or Above as Headers in Texinfo

I am writing software documentation using Org-mode, but I also want to export the result as a Texinfo file. The process works well, however, Texinfo transforms level 4 headings into numbered lists instead of subsubsections, etc. The documentation…
2
votes
1 answer

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. I'm new to Texinfo and is it because the…
Joseph Tesfaye
  • 389
  • 2
  • 13
1
vote
1 answer

How can I go back to Texinfo native mode

I have a early-init.el file with: (add-to-list 'load-path "~/.emacs.d/el-get/el-get") (unless (require 'el-get nil 'noerror) (require 'package) (add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/")) …
Raoul HATTERER
  • 295
  • 1
  • 9
0
votes
2 answers

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 see the Contents or Index on the HTML output. By…
zeynel
  • 129
  • 8
0
votes
1 answer

TexInfo blocks Octave mode

My Octave scripts start with descriptions, like ## -*- texinfo -*- ## @deftypefn {} {} @var{planesource} ## ## This class implements an abstract planar structure ## that functions as a source of waves. ## ## @end deftypefn If the description is…
0
votes
0 answers

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" or ".texinfo") and function declaration at the top of…
thnx-236659
  • 495
  • 5
  • 8
0
votes
2 answers

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 is still jumpy. How do I fix that?
lithuak
  • 101
  • 1
0
votes
2 answers

Issue building Emacs's docs with texi2dvi - '-recorder' and '\openout' not supported

I'm trying to build the latest version of Emacs from source, but I seem to be running into an issue. The binary itself works fine, but when it comes to building the docs, the make process runs into this issue: make -C doc/lispref pdf make[1]:…