texinfo-commits
[Top][All Lists]
Advanced

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

[8243] no trim_spaces_comment_from_content


From: gavinsmith0123
Subject: [8243] no trim_spaces_comment_from_content
Date: Sat, 29 Sep 2018 03:58:48 -0400 (EDT)

Revision: 8243
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8243
Author:   gavin
Date:     2018-09-29 03:58:48 -0400 (Sat, 29 Sep 2018)
Log Message:
-----------
no trim_spaces_comment_from_content

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/Texinfo/Common.pm

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-09-29 07:20:08 UTC (rev 8242)
+++ trunk/ChangeLog     2018-09-29 07:58:48 UTC (rev 8243)
@@ -1,5 +1,15 @@
 2018-09-29  Gavin Smith  <address@hidden>
 
+       * tp/Texinfo/Common.pm (parse_node_manual):
+       Do not call trim_spaces_comment_from_content.
+
+2018-09-29  Gavin Smith  <address@hidden>
+
+       * tp/tests/layout/list-of-tests: Use -c instead of 
+       --set-customization-variable in the interests of concision.
+
+2018-09-29  Gavin Smith  <address@hidden>
+
        * tp/init/chm.pm (chm_init): Do not refer to a 'misc_content' array.
 
 2018-09-28  Gavin Smith  <address@hidden>

Modified: trunk/tp/Texinfo/Common.pm
===================================================================
--- trunk/tp/Texinfo/Common.pm  2018-09-29 07:20:08 UTC (rev 8242)
+++ trunk/tp/Texinfo/Common.pm  2018-09-29 07:58:48 UTC (rev 8243)
@@ -1426,11 +1426,9 @@
 {
   my $node = shift;
   my @contents = @{$node->{'contents'}};
-  trim_spaces_comment_from_content(address@hidden);
 
   my $manual;
   my $result;
-#print STDERR "RRR $contents[0] and $contents[0]->{'text'} \n";
   if ($contents[0] and $contents[0]->{'text'} and $contents[0]->{'text'} =~ 
/^\(/) {
     my $braces_count = 1;
     if ($contents[0]->{'text'} !~ /^\($/) {




reply via email to

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