emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: error-error


From: John Paul Wallington
Subject: Re: error-error
Date: Fri, 07 Apr 2006 19:29:04 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

Andreas Roehler <address@hidden> writes:

> Evaluation of the given example
>
>           (error "That is an error -- try something else")
>
> results in:
>
> Debugger entered--Lisp error: (error "That is an error -- try something
> else")
>   signal(error ("That is an error -- try something else"))
>   error("That is an error -- try something else")
>   eval((error "That is an error -- try something else"))
>   eval-last-sexp-1(nil)
>   eval-last-sexp(nil)
>   call-interactively(eval-last-sexp)
>
> --
>
> Asking the value of debug-on-error
> : is a variable defined in `C source code'.
> Its value is nil

Thanks for the report.  I don't think this is a bug.  See the user
variable `eval-expression-debug-on-error' -- if non-nil (the default
value) then `debug-on-error' is set to t within interactive evaluation
commands such as `eval-expression' and `eval-last-sexp'.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]