--- gforth/ds2texi.fs 1998/12/08 22:02:39 1.20 +++ gforth/ds2texi.fs 2000/09/23 15:05:59 1.23 @@ -1,6 +1,6 @@ \ documentation source to texi format converter -\ Copyright (C) 1995,1996,1997,1998 Free Software Foundation, Inc. +\ Copyright (C) 1995,1996,1997,1998,1999 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -63,7 +63,7 @@ create description-buffer 4096 chars all : skip-prefix ( c-addr1 u1 -- c-addr2 u2 ) 2dup 2 min s" --" compare 0= IF - [char] - skip [char] - scan [char] - skip + [char] - skip [char] - scan 1 /string THEN ; : replace-_ ( c-addr u -- ) @@ -133,6 +133,13 @@ create description-buffer 4096 chars all ." @cindex " ." @code{" r@ doc-name 2@ typetexi ." }" cr + r@ doc-name 2@ drop c@ [char] : <> if + \ cut out words starting with :, info-lookup cannot handle them + \ !! deal with : by replacing it here and in info-lookup? + ." @kindex " + r@ doc-name 2@ typetexi + cr + endif ." @format" cr ." @code{" r@ doc-name 2@ typetexi ." } " ." @i{" r@ doc-stack-effect 2@ type ." } "