On Sun, Apr 05, 2026 at 04:46:23PM +0000, Ihor Radchenko wrote: > Patrice Dumas <[email protected]> writes: > > > Here is what we have about missing features in the Emacs Info reader in > > the Texinfo TODO: > > > > - Info format - Get Emacs to support : in index entries by changing > > the interpretation of index nodes slightly. See > > https://lists.gnu.org/archive/html/bug-gnu-emacs/2019-01/msg00235.html > > Get Emacs to support node name quoting. See > > https://lists.gnu.org/archive/html/bug-gnu-emacs/2022-08/msg01756.html > > I did a quick look into the bug reports and into info.el implementation, > and it looks to me that the problem is with ::, not with @comma. Or do I > miss something?
For the first issue, the index entry issue, sure the issue is with :. But for the node name quoting, the second issue, the issue is with all the characters that, if not quoted mean the end of the cross reference, such as ,. and also ::, or mean something special, such as () that corresponds to an external node manual. -- Pat
