Folks,
defining pseudo environments like this
@macro foo
@flushleft
@end macro
@macro endfoo
@end flushleft
@end macro
only works with `texi2dvi -E'. Otherwise, you get
Extra }, or forgotten @endgroup.
@foo ...curse [EMAIL PROTECTED] [EMAIL PROTECTED]@egroup
I can live with that limitation; however, it should be documented.
On the other hand, it would be really nice to have [EMAIL PROTECTED]' and
[EMAIL PROTECTED]' to define real environments like this:
@envmacro foo
@flushleft
@end envmacro
@endenvmacro foo
@end flushleft
@end endenvmacro
...
@foo
blablabla
@end foo
Werner