Re: bug-texinfo Digest, Vol 160, Issue 6

2016-03-19 Thread Akila Wicky
My plan is get the data from the html files and display the content with these facilities. - Keyboard-centric UI - Fast, responsive UI - Index search - Search a manual with regular expressions. Please can you tell me about the gsoc proposal.Is it okay to make it as a google Doc.And a

Re: another texinfo.tex bug in \scanmacro

2016-03-19 Thread Gavin Smith
On 17 March 2016 at 01:31, Norbert Preining wrote: > > Ok, I tried your suggestion, but that again breaks: I've checked and using \gdef instead of \def works, because the definition took place within a TeX group: \input texinfo @c -*-texinfo-*- @iftex @tex \gdef\aaa#1{Hello #1} @end tex @end

Re: another texinfo.tex bug in \scanmacro

2016-03-19 Thread Norbert Preining
Hi Gavin, > Why not use a different name for the \lw macro defined in the @tex > block, so it isn't used in its own definition? That's the cause of Ok, I tried your suggestion, but that again breaks: code >>> \input texinfo @c -*-texinfo-*- @iftex @tex \def\aaa#1{Hel