You can set the variable debugger to your homebrew debugger to use
that instead of the default 'debug.  However, this works only when the
debugger is invoked from C.  The lisp functions
{cancel-,}debug-on-entry still use debug.  What about setting
debug-entry-code to this?

  '(unless inhibit-debug-on-entry (funcall debugger 'debug))


Lute.


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to