Adrian Aichner <aichner(a)ecf.teradyne.com> writes:
Can someone here give me a hint where to start looking for
documentation on usage of warn_when_safe vs. stderr_out in XEmacs
source?
Use warn_when_safe() as you would use the Lisp function
`display-warning', except that warn_when_safe() accepts format
parameters a la `message'.
I wasn't able to find anything on either of them in 21.1 or 21.2
CVS
xemacs/man sources.
Huh? `grep warn_when_safe *.c' will give you tens of examples of
usage.