[climacs-devel] Minor problem with climacs-internals.texi, and patch

Daniel Katz daniel_katz at post.harvard.edu
Thu Sep 14 12:42:55 UTC 2006


Hi,


I downloaded the climacs source from CVS and tried to build the  
documentation in the climacs/Doc directory.  After some processing, I  
got the following:

------------------------------------------------------------------------ 
---------------------
/Users/dkatz/programming/climacs/Doc/climacs-internals.texi:2245:  
This command
can appear only out of any environment, not in environment @deffn.
@badenverr ...temp , not @inenvironment @thisenv }

@checkenv ... at ifx @thisenv @temp @else @badenverr
                                                   @fi
@\node #1->@checkenv {}
                        @donode #1 , at finishnodeparse
l.2245 @node Index
------------------------------------------------------------------------ 
---------------------



This was a pretty trivial problem (a missing "@end deffn" for the  
define-group macro), and I got things to work with the following patch:

------------------------------------------------------------------------ 
---------------------
$ cvs diff climacs-internals.texi
Index: climacs-internals.texi
===================================================================
RCS file: /project/climacs/cvsroot/climacs/Doc/climacs-internals.texi,v
retrieving revision 1.23
diff -r1.23 climacs-internals.texi
2244a2245
 > @end deffn
------------------------------------------------------------------------ 
---------------------


I hope this is helpful.

Dan



More information about the climacs-devel mailing list