Hi all, I'm observing an issue where backslashes and possibly & signs in node names don't work. The following calls of node names work:
info '(latex2e)Overview' info '(latex2e)Document classes' But this one breaks: info '(latex2e)\indent & \noindent' => info: ./(latex2e)\indent & \noindent: No such file or directory The alternate call works OTOH: info latex2e -n '\indent & \noindent' My setup is: • info (GNU texinfo) 7.0.1 • Win10, Msys2/MinGW64 • GNU bash, version 5.2.9(1)-release (x86_64-pc-msys) Any idea what's going wrong? Best, Arash