From: Keats K. <ke...@xa...> - 2005-07-22 15:38:28
|
I have verified this bug as well. It also happens if you use "begin" as the start of your macro name. Unfortunately we don't really have a maintainer for the parser these days, so we may have to keep this as a "known bug" unless someone can step up to the plate on this. Keats Nikhil G. Daddikar wrote: > > Macros with names starting with end e.g. end_table are not > interpreted. This is a bug. Can someone please fix it. For example, > if "xend" is replaced with "end" below it won't work. > > #macro xend_x($x) > { > end $x > } > > #xend_x("hi") > > Thanks. |