Adrian Aichner <aichner(a)ecf.teradyne.com> writes:
Hrvoje> Huh? `grep warn_when_safe *.c' will give you tens
of
Hrvoje> examples of usage.
This is true. I still find it hard though to deduce correct usage
from examples.
Yes. Such is the way of hacking XEmacs internals. *Some* things are,
of course, explained in the Internals manual, but many more are not.
The recognized warning levels, in decreasing order of priority,
are 'emergency, 'alert, 'critical, 'error, 'warning, 'notice,
'info, and 'debug.
Use common sense. Most code uses 'warning, I think.