texi2html-cvs
[Top][All Lists]
Advanced

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

[Texi2html-cvs] texi2html TODO test/macros/res/texi_empty_macro...


From: Patrice Dumas
Subject: [Texi2html-cvs] texi2html TODO test/macros/res/texi_empty_macro...
Date: Thu, 20 Nov 2008 12:11:28 +0000

CVSROOT:        /cvsroot/texi2html
Module name:    texi2html
Changes by:     Patrice Dumas <pertusus>        08/11/20 12:11:28

Modified files:
        .              : TODO 
        test/macros/res/texi_empty_macro: empty_macro.passfirst 
                                          empty_macro.passtexi 
                                          empty_macro.texi 

Log message:
        add @node Top in empty_macro.texi

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texi2html/TODO?cvsroot=texi2html&r1=1.70&r2=1.71
http://cvs.savannah.gnu.org/viewcvs/texi2html/test/macros/res/texi_empty_macro/empty_macro.passfirst?cvsroot=texi2html&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/texi2html/test/macros/res/texi_empty_macro/empty_macro.passtexi?cvsroot=texi2html&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/texi2html/test/macros/res/texi_empty_macro/empty_macro.texi?cvsroot=texi2html&r1=1.1&r2=1.2

Patches:
Index: TODO
===================================================================
RCS file: /cvsroot/texi2html/texi2html/TODO,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -b -r1.70 -r1.71
--- TODO        20 Nov 2008 12:02:35 -0000      1.70
+++ TODO        20 Nov 2008 12:11:27 -0000      1.71
@@ -381,7 +381,8 @@
 * empty macro in macros/empty_macro.texi is replaced by a new line, even 
   without arg, ie the form
 @foo
-  Should the new line be stripped?
+  Should the new line be stripped? makeinfo does the same, so things are 
+  likely to be right as is.
 
 * for makeinfo, the following are not the same, looks like -I is not taken
   into account with a leading ./:
@@ -389,3 +390,8 @@
 @include d2t_singular/surf_lib_noEx.tex
   for texi2html they are the same.
 
+* makeinfo keeps @macro definitions in -E output. Maybe it should be done, 
+  too, for expansion in places that are only expanded by texi2dvi, namely
+  in @*headings, it could be better to delay @macro expansion to allow for
+  different expansions at different places in the document, something that 
+  cannot be done with texi2html -E.

Index: test/macros/res/texi_empty_macro/empty_macro.passfirst
===================================================================
RCS file: 
/cvsroot/texi2html/texi2html/test/macros/res/texi_empty_macro/empty_macro.passfirst,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- test/macros/res/texi_empty_macro/empty_macro.passfirst      20 Nov 2008 
12:02:37 -0000      1.1
+++ test/macros/res/texi_empty_macro/empty_macro.passfirst      20 Nov 2008 
12:11:28 -0000      1.2
@@ -1,10 +1,11 @@
 empty_macro.texi(,2) @setfilename empty_macro.info
 empty_macro.texi(,3) 
-empty_macro.texi(,4) @top test empty macro
-empty_macro.texi(,5) 
-empty_macro.texi(,8) 
-empty_macro.texi(foo,9) 
-empty_macro.texi(,10) 
-empty_macro.texi(foo,11) 
-empty_macro.texi(,12) 
-empty_macro.texi(,13) @bye
+empty_macro.texi(,4) @node Top
+empty_macro.texi(,5) @top test empty macro
+empty_macro.texi(,6) 
+empty_macro.texi(,9) 
+empty_macro.texi(foo,10) 
+empty_macro.texi(,11) 
+empty_macro.texi(foo,12) 
+empty_macro.texi(,13) 
+empty_macro.texi(,14) @bye

Index: test/macros/res/texi_empty_macro/empty_macro.passtexi
===================================================================
RCS file: 
/cvsroot/texi2html/texi2html/test/macros/res/texi_empty_macro/empty_macro.passtexi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- test/macros/res/texi_empty_macro/empty_macro.passtexi       20 Nov 2008 
12:02:37 -0000      1.1
+++ test/macros/res/texi_empty_macro/empty_macro.passtexi       20 Nov 2008 
12:11:28 -0000      1.2
@@ -1,10 +1,11 @@
 empty_macro.texi(,2) @setfilename empty_macro.info
 empty_macro.texi(,3) 
-empty_macro.texi(,4) @top test empty macro
-empty_macro.texi(,5) 
-empty_macro.texi(,8) 
-empty_macro.texi(foo,9) 
-empty_macro.texi(,10) 
-empty_macro.texi(foo,11) 
-empty_macro.texi(,12) 
-empty_macro.texi(,13) @bye
+empty_macro.texi(,4) @node Top
+empty_macro.texi(,5) @top test empty macro
+empty_macro.texi(,6) 
+empty_macro.texi(,9) 
+empty_macro.texi(foo,10) 
+empty_macro.texi(,11) 
+empty_macro.texi(foo,12) 
+empty_macro.texi(,13) 
+empty_macro.texi(,14) @bye

Index: test/macros/res/texi_empty_macro/empty_macro.texi
===================================================================
RCS file: 
/cvsroot/texi2html/texi2html/test/macros/res/texi_empty_macro/empty_macro.texi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- test/macros/res/texi_empty_macro/empty_macro.texi   20 Nov 2008 12:02:37 
-0000      1.1
+++ test/macros/res/texi_empty_macro/empty_macro.texi   20 Nov 2008 12:11:28 
-0000      1.2
@@ -1,6 +1,7 @@
 \input texinfo 
 @setfilename empty_macro.info
 
address@hidden Top
 @top test empty macro
 
 




reply via email to

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