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: kk
Subject: Re: ./doc/sed.texi:3368: unknown command `U'
Date: Mon, 5 Jun 2017 17:54:21 +0800

Thanks first!

  makeinfo --version
~~~~~~~~~~~~~~~~~~~~
makeinfo (GNU texinfo) 5.2

Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
~~~~~~~~~~~~~~~~~~~~
I upgrade it to 6.3, and it works.


On Mon, Jun 5, 2017 at 11:34 AM, Assaf Gordon <address@hidden> wrote:
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]