Texinfo to info command for cross-referencing custom manuals in docstrings
Heime <[email protected]>
| Newsgroups | gmane.emacs.help |
|---|---|
| Message-ID | <5wP55pdBd5RoN6DYtSCSS89Jc2C0Cm54msaKmC8kPhZ4grR8eowBqm2kbEwEZRqtFPh9j-PP1uNu0V9j_l18S4d7VdrKRBVtFGcWWSPjfoQ=@protonmail.com> |
As I develop code, I continuously update its accompanying Texinfo manual. I'd like an automated Emacs Lisp command that takes antares.texi, compiles it to an Info file antares.info, installs it properly, and makes the nodes immediately available for cross-referencing in my docstrings - like (antares)Rho Ophiuchi Cloud Complex linking directly to that node. (defun mything () "This function describes this and that. For that, refer to `(antares)Rho Ophiuchi Cloud Complex'." (dothis) (dathat))