Re: Makeinfo hangs on compiling Emacs 26.1 with texinfo 6.5, perl 5.28

2018-07-13 Thread Gavin Smith
On Fri, Jul 13, 2018 at 4:46 AM, wrote: > As the subject states, 'makeinfo' hangs on making elisp.info with Perl > 5.28,Texinfo 6.5. It never completes its task, no matter how long you wait. > I apologize for not having more info, but I am unskilled in Perl, and do not > know how to debug it. > >

Re: install-info --remove Leaves "dir" Unmodified

2018-07-13 Thread Gavin Smith
On Thu, Jul 12, 2018 at 4:16 AM, Paul Hardy wrote: > I looked at message subjects on this list from the past two years but > this does not seem to have been reported before. > > After successfully installing a Texinfo page in /usr/local/share/info > with install-info, with the "dir" info directory

Makeinfo hangs on compiling Emacs 26.1 with texinfo 6.5, perl 5.28

2018-07-13 Thread jpbion
As the subject states, 'makeinfo' hangs on making elisp.info with Perl 5.28,Texinfo 6.5. It never completes its task, no matter how long you wait. I apologize for not having more info, but I am unskilled in Perl, and do not know how to debug it. Texinfo: 6.5 Perl: 5.28 Emacs: 26.1 The hanging

makeinfo (texinfo 6.5) hangs on perl 5.28, building emacs 26.1

2018-07-13 Thread jpbion
Sent this yesterday - still not in mailing list archive 12 hours later, with the archive saying it updates every 30 minutes, so I will assume the message was lost... apologies if this is a duplicate. As the subject states, 'makeinfo' hangs on making elisp.info with Perl 5.28,Texinfo 6.5. It ne

Re: user-defined html in navigation header/footer?

2018-07-13 Thread Gavin Smith
On Mon, Jul 9, 2018 at 5:55 PM, Karl Berry wrote: > Hi Gavin and all - I suggest it would be useful to support a > user-defined navigation "button" that would appear next to [Contents] > xand [Index]. (If it's already possible, please let me know. I couldn't > find it in the doc or souces.) > > Ju

Re: Infinite loop generating QEMU docs after upgrade to Perl 5.28.0

2018-07-13 Thread Gavin Smith
On Sat, Jun 30, 2018 at 7:27 PM, Niko Tyni wrote: > I'm attaching a patch that fixes this for me, and another one for the > necessary left brace escaping. Even with this, I suppose xspara.c could > use some mbrtowc(3) return value checks. Thanks for fixing this.