Texinfo Menu Formatting: Node Names, Display, and Line Length
Heime via Users list for the Texinfo documentation system <[email protected]> Mon, 19 May 2025 21:33:43 +0000
| Newsgroups | gmane.comp.tex.texinfo.general |
|---|---|
| Message-ID | <eUXzIN0b39AhMB6okACheG7XXPnCGxZlGj8aKo8Jj13potpu13LlRbCcj8PUgAVjXLg_Wix04IQbtbuW2LDZGUf8d0d3DWzfOwFHTyFhV8A=@protonmail.com> |
> Sent: Tuesday, May 20, 2025 at 8:12 AM > From: "Gavin Smith" <[email protected]> > To: "Heime" <[email protected]> > Cc: "[email protected]" <[email protected]> > Subject: Re: Texinfo Menu Formatting: Node Names, Display, and Line Lengt= h > > On Sun, May 18, 2025 at 06:07:08PM +0000, Heime via Users list for the Te= xinfo documentation system wrote: > >=20 > > I want to discuss the following Texinfo Menu > >=20 > > @menu > > * Installing Emacs with Synaptic Package Manager: nstl-emacs-snptk. Som= ething. > > * Installing Emacs from Source: nstl-emacs-src. Something. > > @end menu > >=20 > > In the Info output, the menu entry line consists of: > >=20 > > 1. The menu entry name (what the user sees and types to select the entr= y), > > 2. The node name (the actual destination node), > > 3. An optional description. > >=20 > > The node name is not always printed in the menu, not only the menu-entr= y-name. >=20 > Not printing the node name is a feature of the Info viewer you are using.= The > node name is always present in the Info file. >=20 >=20 > > Is it a bad idea not to display the node-name? >=20 > It's up to the user if they want to enable this feature or not. What is the feature that decides whether to show the node-name or not? =20 > > And how can I keep my menu to 72 columns? >=20 > Don't type past 72 columns in your text editor? So one would continue on the next line for the details of the same menu ite= m (node)? =20 =20