Initial Commit
[packages] / xemacs-packages / xwem / man / logging.texi
1 @node Logging, Licenses, Addons, Top
2 @chapter Logging
3 @cindex logging
4
5 XWEM support some logging facilities.  Add next to your @code{~/.xwem/xwemrc.el}:
6
7 @lisp
8 (setq xwem-debug t)
9 @end lisp
10
11 If you want more debugging stuff, you can use @code{xmond} utility.
12
13 TODO: write me