texinfo-commits
[Top][All Lists]
Advanced

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

[7099] parsetexi update


From: Gavin D. Smith
Subject: [7099] parsetexi update
Date: Sat, 09 Apr 2016 08:45:26 +0000

Revision: 7099
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7099
Author:   gavin
Date:     2016-04-09 08:45:25 +0000 (Sat, 09 Apr 2016)
Log Message:
-----------
parsetexi update

Modified Paths:
--------------
    trunk/tp/parsetexi/api.c

Modified: trunk/tp/parsetexi/api.c
===================================================================
--- trunk/tp/parsetexi/api.c    2016-04-04 17:19:39 UTC (rev 7098)
+++ trunk/tp/parsetexi/api.c    2016-04-09 08:45:25 UTC (rev 7099)
@@ -234,12 +234,14 @@
       || e->type == ET_brace_command_arg
       || e->cmd == CM_TeX
       || (command_data(e->cmd).flags & CF_brace
-          && (command_data(e->cmd).data > 0
+          && (command_data(e->cmd).data >= 0
               || command_data(e->cmd).data == BRACE_style
               || command_data(e->cmd).data == BRACE_context
               || command_data(e->cmd).data == BRACE_other
               ))
       || e->cmd == CM_node) // FIXME special case
+    // FIXME: Makes no sense to have 'contents' created for glyph commands like
+    // @arrow{} or for accent commands.
     {
       AV *av;
       int i;




reply via email to

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