The sample below doesn't work with texi2dvi, producing the following
error:

! @deffnx in invalid context.
@deffnx ...errmessage {@deffnx in invalid context}
                                                  
l.1 @deffnx @xeatspaces {R} 
                            @t{@xeatspaces {equest}} @xeatspaces { nr}@endinput



I have to use first `makeinfo -E', then texi2dvi to make it work.

Looks like a bug...


    Werner

PS: I would like to have `@end Deffn' instead of `@end deffn'.  How
    can I do that?

======================================================================

\input texinfo

@macro Deffn{category, name, arg}
@deffn \category\ @t{\name\} \arg\
@end macro

@macro Deffnx{category, name, arg}
@deffnx \category\ @t{\name\} \arg\
@end macro

@Deffn{Request, nr, ident value}
@Deffnx{Escape, \\R, ident value}
Set number register @var{ident} to @var{value}.  If @var{ident} doesn't
exist, it will be created.
@end deffn

Reply via email to