bug-texinfo
[Top][All Lists]
Advanced

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

Re: weird @include problem under Cygwin


From: Karl Berry
Subject: Re: weird @include problem under Cygwin
Date: Fri, 23 Jan 2015 23:02:21 GMT

As far as I can see, both the command line opening (parse_texi_file in
Texinfo/Parser.pm) and include file opening ($command eq 'include' case
in _end_line, also in Parser.pm) just call Perl's open.  No differing
(or special) arguments.

The main difference is that the include file opening has to find the
include file, which means splitting apart and putting together the file
name path, done in locate_include_file in Texinfo/Common.pm.  Your
message was happening because that function returned undef, looks like
to me.

So if the problem happens again, you could put debugging stuff in that
function to see why it was failing.  Else I see nothing to do ...

K



reply via email to

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