sed-devel
[Top][All Lists]
Advanced

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

Re: ./doc/sed.texi:3368: unknown command `U'


From: Assaf Gordon
Subject: Re: ./doc/sed.texi:3368: unknown command `U'
Date: Sun, 4 Jun 2017 23:34:30 -0400

Hello,

> On Jun 4, 2017, at 22:11, kk <address@hidden> wrote:
> 
> the error occur:
> 
> | ./doc/sed.texi:3368: unknown command `U'
> | ./doc/sed.texi:3368: misplaced {
> | ./doc/sed.texi:3368: misplaced }

The failed commands are of the form:
  @value{unicodeFFFD}
which is expanded to:
  @ifnottex
  @set unicodeFFFD @U{FFFD}
  @end ifnottex

I've tested it to work with texinfo 6.3 .

Can you provide the version information for your system?
   makeinfo --version
   gcc --version
   git describe (for the sed git revision)

Thanks,
 - assaf





reply via email to

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