I, like most Emacs Lisp developers, have the variable
`debug-on-error' set to `t' to be able to debug my packages
whenever an error occur. However, I am not so happy when I am
thrown into the debugger for something which could have been a
simple message.
This package allows me to specify, by the help of regexps, a set of
error messages which shouldn't activate the debugger. It also allows
me to specify a list of error symbols (like `beginning-of-buffer')
which shouldn't invoke the debugger.
This package has been tested on Emacs 19.28, Emacs 19.30,
XEmacs 19.12, and (believe it or not) Emacs 18.59.
The source-code has been posted in the newsgroup `comp.emacs.sources'.
It can also be fetched from:
ftp://ftp.csd.uu.se/pub/users/andersl/emacs/fdb.el
The latest news about this, or other Emacs Lisp packages I have
written, can always be found at:
http://www.csd.uu.se/~andersl/emacs.shtml
-- Anders Lindgren, Dec 1995
--
Eval in *scratch*: ((lambda (x) (list x x)) (lambda (x) (list x x)))
// Anders Lindgren, Computer Science student at Uppsala University
\X/ and...@csd.uu.se, <a href="http://www.csd.uu.se/~andersl">www</a>