Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Fdb - Debug Filter (sanity saver) V0.6

0 views
Skip to first unread message

Anders Lindgren

unread,
Dec 19, 1995, 3:00:00 AM12/19/95
to

This is my Cristmas gift to all of you who has been good Emacs Lisp
programmers this year, enjoy!


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>

0 new messages