Re: stack-trace-on-error vs. debug-on-error.

2005-03-06 Thread Chris Smith
I'll document it in the Lisp manual. Please don't. It is not worth taking up space in the manual. Perhaps it should be marked as obsolete, and perhaps it should be deleted, but I am not sure. That could be an interesting addition to http://www.emacswiki.org Why not post i

Re: stack-trace-on-error vs. debug-on-error.

2005-03-05 Thread Richard Stallman
> stack-trace-on-error is not documented in Emacs manual or the Lisp > manual. I'll document it in the Lisp manual. Please don't. It is not worth taking up space in the manual. Perhaps it should be marked as obsolete, and perhaps it should be deleted, but I am not sure. ___

Re: stack-trace-on-error vs. debug-on-error.

2005-03-04 Thread drkm
> Lute Kamstra wrote: > drkm <[EMAIL PROTECTED]> writes: > > M-: (setq debug-on-error nil > > stack-trace-on-error t) > > C-f > > ;; Open a new window and show the stack trace > > M-: (setq debug-on-error t > > stack-trace-on-error nil) > >

Re: stack-trace-on-error vs. debug-on-error.

2005-03-04 Thread Lute Kamstra
Lute Kamstra <[EMAIL PROTECTED]> writes: > I'll document it in the Lisp manual. Here it is: *** lispref/debugging.texi 3 Mar 2005 16:28:32 - 1.27 --- lispref/debugging.texi 4 Mar 2005 11:02:19 - *** *** 166,171 --- 166,185 (lambda () (set

Re: stack-trace-on-error vs. debug-on-error.

2005-03-04 Thread Lute Kamstra
Lute Kamstra <[EMAIL PROTECTED]> writes: > Does anyone know the difference between stack-trace-on-error and > debug-on-error? [...] > On first inspection they seem to do exactly the same. Silly me: I was testing it in a *scratch* buffer with eval-expression-debug-on-error on, so errors always t