texinfo-commits
[Top][All Lists]
Advanced

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

[7825] parsetexi start on sortas


From: gavinsmith0123
Subject: [7825] parsetexi start on sortas
Date: Sun, 11 Jun 2017 13:22:17 -0400 (EDT)

Revision: 7825
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7825
Author:   gavin
Date:     2017-06-11 13:22:17 -0400 (Sun, 11 Jun 2017)
Log Message:
-----------
parsetexi start on sortas

Modified Paths:
--------------
    trunk/tp/parsetexi/command_data.txt
    trunk/tp/parsetexi/command_ids.h
    trunk/tp/parsetexi/separator.c

Modified: trunk/tp/parsetexi/command_data.txt
===================================================================
--- trunk/tp/parsetexi/command_data.txt 2017-06-11 17:05:48 UTC (rev 7824)
+++ trunk/tp/parsetexi/command_data.txt 2017-06-11 17:22:17 UTC (rev 7825)
@@ -303,6 +303,7 @@
 hyphenation    brace,global    BRACE_other
 anchor         brace   1
 errormsg       brace   1
+sortas         brace   1
 
 # more code style commands
 indicateurl    brace,code_style        1

Modified: trunk/tp/parsetexi/command_ids.h
===================================================================
--- trunk/tp/parsetexi/command_ids.h    2017-06-11 17:05:48 UTC (rev 7824)
+++ trunk/tp/parsetexi/command_ids.h    2017-06-11 17:22:17 UTC (rev 7825)
@@ -322,6 +322,7 @@
 CM_smallindentedblock,
 CM_smalllisp,
 CM_smallquotation,
+CM_sortas,
 CM_sp,
 CM_ss,
 CM_strong,

Modified: trunk/tp/parsetexi/separator.c
===================================================================
--- trunk/tp/parsetexi/separator.c      2017-06-11 17:05:48 UTC (rev 7824)
+++ trunk/tp/parsetexi/separator.c      2017-06-11 17:22:17 UTC (rev 7825)
@@ -487,7 +487,8 @@
       if (current->parent->cmd == CM_anchor
           || current->parent->cmd == CM_hyphenation
           || current->parent->cmd == CM_caption
-          || current->parent->cmd == CM_shortcaption)
+          || current->parent->cmd == CM_shortcaption
+          || current->parent->cmd == CM_sortas)
         {
           ELEMENT *e;
           e = new_element (ET_empty_spaces_after_close_brace);




reply via email to

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