bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Non-ASCII characters in @include search path


From: Gaël Bonithon
Subject: Re: Non-ASCII characters in @include search path
Date: Sat, 19 Feb 2022 22:35:29 +0000

> export TEXINFO_XS=omit
> makeinfo -I ./è simplest.texi

It's all the same. My file system is ext4.

Cheers,
Gaël

------- Original Message -------

On Saturday, February 19th, 2022 at 9:24 PM, Patrice Dumas <pertusus@free.fr> 
wrote:

> Hello,
>
> I have no clue about what could be going on. One thing you could
>
> attempt, to determine if there is the same issue with the pure perl
>
> implementation, would be to do
>
> export TEXINFO_XS=omit
>
> makeinfo -I ./è simplest.texi
>
> And report if there is the same issue.
>
> Not sure if this is gonne be relevant, but also maybe you could tell
>
> what your file system is.
>
> On Sat, Feb 19, 2022 at 06:04:32PM +0000, Gaël Bonithon wrote:
>
> > Does not work for me (I'm on Arch Linux, Texinfo 6.8):
> >
> > $ makeinfo -I ./è simplest.texi
> >
> > simplest.texi:10: @include: could not find toto.texi
> >
> > $ makeinfo --html -I ./è simplest.texi
> >
> > simplest.texi:10: @include: could not find toto.texi
> >
> > $
> >
> > However:
> >
> > $ cp -r è e
> >
> > $ makeinfo -I ./e simplest.texi
> >
> > $ makeinfo --html -I ./e simplest.texi
> >
> > $
> >
> > Cheers,
> >
> > Gaël
> >
> > ------- Original Message -------
> >
> > On Saturday, February 19th, 2022 at 2:27 PM, Patrice Dumas pertusus@free.fr 
> > wrote:
> >
> > > On Thu, Feb 17, 2022 at 07:53:16AM +0000, Gaël Bonithon wrote:
> > >
> > > > Hello,
> > > >
> > > > It seems that makeinfo does not support non-ASCII characters in 
> > > > directory names added to the @include search path.
> > > >
> > > > If this is intentional, I could not find any trace of it in the 
> > > > documentation.
> > > >
> > > > If it's not documented, it might be useful to do so.
> > >
> > > It is definitely not intentional.
> > >
> > > > For an example of a downstream issue, see 
> > > > https://octave.discourse.group/t/segfault-when-building-the-documentation/2233/14
> > >
> > > I cannot reproduce the issue:
> > >
> > > $ mkdir è
> > >
> > > $ echo 'aaa' > è/toto.texi
> > >
> > > $ makeinfo -I ./è simplest.texi
> > >
> > > $ makeinfo --html -I ./è simplest.texi
> > >
> > > $ cat simplest.texi
> > >
> > > \input texinfo @c --texinfo--
> > >
> > > @setfilename simplest.info
> > >
> > > @top top
> > >
> > > @node Top
> > >
> > > This is a very simple texi manual @ <>.
> > >
> > > @include toto.texi
> > >
> > > @bye
> > >
> > > Pat



reply via email to

[Prev in Thread] Current Thread [Next in Thread]