bug-texinfo
[Top][All Lists]
Advanced

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

[bug #45913] MSYS gawk does not like \(CR) due to texindex SVN not keepi


From: Vincent Belaïche
Subject: [bug #45913] MSYS gawk does not like \(CR) due to texindex SVN not keeping Linux EOL
Date: Thu, 10 Sep 2015 06:45:11 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

URL:
  <http://savannah.gnu.org/bugs/?45913>

                 Summary: MSYS gawk does not like \(CR) due to texindex SVN
not keeping Linux EOL
                 Project: texinfo - GNU documentation system
            Submitted by: vincentb1
            Submitted on: jeu. 10 sept. 2015 06:45:10 GMT
                Category: None
                 Release: 
                Priority: 5 - Normal
                Severity: 3 - Normal
              Item Group: None
                 Privacy: Public
             Open/Closed: Open
             Assigned to: None
         Discussion Lock: Any
                  Status: None

    _______________________________________________________

Details:

Well, it is probably as much a bug of MSYS gawk as of texindex.awk, but what
happens is the following: in the usage function there is this line of code:


  print _"Email bug reports to address@hidden,\n\
general questions and discussion to address@hidden
Texinfo home page: http://www.gnu.org/software/texinfo/";;


If I run texindex as it is, then I get the following error:

$ texindex --help
gawk:
/c/Programmes/installation/texinfo-install/trunk/texindex/texindex.awk:139:  
print _"Email bug reports to address@hidden,\n\
gawk:
/c/Programmes/installation/texinfo-install/trunk/texindex/texindex.awk:139:   
     ^ unterminated string


Well, if now I just do this:

$ dos2unix texindex.awk


Then, it works fine.

My conclusion is that you should do somewhere :

svn propset svn:eol-style LF ...


Another option is to avoid in-string line folding.






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45913>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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