texinfo-commits
[Top][All Lists]
Advanced

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

[5360] Update TODO.


From: Patrice Dumas
Subject: [5360] Update TODO.
Date: Sat, 07 Sep 2013 21:13:21 +0000

Revision: 5360
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5360
Author:   pertusus
Date:     2013-09-07 21:13:21 +0000 (Sat, 07 Sep 2013)
Log Message:
-----------
Update TODO.  Test is already in t/60macro.t macro_in_menu.

Modified Paths:
--------------
    trunk/tp/TODO
    trunk/tp/texi2any.pl

Modified: trunk/tp/TODO
===================================================================
--- trunk/tp/TODO       2013-09-07 20:20:49 UTC (rev 5359)
+++ trunk/tp/TODO       2013-09-07 21:13:21 UTC (rev 5360)
@@ -17,15 +17,7 @@
 Bugs
 ====
 
-# a . not followed by a space.  Not a separator.
-verify macro expansion right after the . leads to a separator.
-like 
address@hidden spaces{}
-   
address@hidden macro
-* node: address@hidden
 
-
 Profiling
 =========
 
@@ -40,6 +32,15 @@
 Delayed bugs
 ============
 
+In @inline* ignore arguments, @value and user macros should not be
+expanded.  For example
+
+ @set closebrace }
+
+ @inlinefmt{html,
+ truc @value{closebrace}
+ machin
+
 In Plaintext, @quotation text should have the right margin narrowed.
 
 Text after @bye should be kept as is when redoing Texinfo.

Modified: trunk/tp/texi2any.pl
===================================================================
--- trunk/tp/texi2any.pl        2013-09-07 20:20:49 UTC (rev 5359)
+++ trunk/tp/texi2any.pl        2013-09-07 21:13:21 UTC (rev 5360)
@@ -937,7 +937,7 @@
      if ($value =~ /^undef$/i) {
        $value = undef;
      }
-     # special case, this is a pseudo format for debug
+     # special format
      if ($var eq 'TEXINFO_OUTPUT_FORMAT') {
        $format = set_format($value, $format, 1);
      } elsif ($var eq 'TEXI2HTML') {




reply via email to

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