On Mon, Mar 21, 2022 at 5:15 PM Patrice Dumas <[email protected]> wrote: > the info t/index-paren.sh test fails. Ends with > > + initialization_done=0 > + ./ginfo --init-file ./t/Infokey-config index-paren ( > + grep Node: Node 2 > info: "./t/Infokey-config", line 2: unknown action `xxx-not-recognized' > info: "./t/Infokey-config", line 3: cannot bind key sequence to menu-digit > FAIL t/index-paren.sh (exit status: 1)
Sorry about this, I don't know how I made this mistake. I have committed a fix. > Running directly leads to: > > $ ./ginfo --init-file ./t/Infokey-config index-paren \( > info: "./t/Infokey-config", line 2: unknown action `xxx-not-recognized' > info: "./t/Infokey-config", line 3: cannot bind key sequence to menu-digit > info: No menu item 'index-paren' in node '(dir)Top' This doesn't work but $ INFOPATH=t/infodir ./ginfo --init-file ./t/Infokey-config index-paren \( should work (now). > As a side note, I do not understand why there is no info file given as > ginfo argument... The info file is info/t/infodir/info-paren.info.
