File: eval.c.html

Defined variables (18)

backtrace-on-error-noninteractiveNon-nil means print backtrace on error in batch mode.
backtrace-on-redisplay-errorNon-nil means create a backtrace if a lisp error occurs in redisplay.
debug-ignored-errorsList of errors for which the debugger should not be called.
debug-on-errorNon-nil means enter debugger if an error is signaled.
debug-on-next-callNon-nil means enter debugger before next ‘eval’, ‘apply’ or ‘funcall’.
debug-on-quitNon-nil means enter debugger if quit is signaled (C-g, for example).
debug-on-signalNon-nil means call the debugger regardless of condition handlers.
debuggerFunction to call to invoke debugger.
debugger-may-continueNon-nil means debugger may continue execution.
debugger-stack-frame-as-listNon-nil means display call stack frames as lists.
inhibit-debuggerNon-nil means never enter the debugger.
inhibit-quitNon-nil inhibits C-g quitting from happening immediately.
internal-make-interpreted-closure-functionFunction to filter the env when constructing a closure.
internal-when-entered-debuggerThe number of keyboard events as of last time ‘debugger’ was called.
lisp-eval-depth-reserveExtra depth that can be allocated to handle errors.
max-lisp-eval-depthLimit on depth in ‘eval’, ‘apply’ and ‘funcall’ before error.
quit-flagNon-nil causes ‘eval’ to abort, unless ‘inhibit-quit’ is non-nil.
signal-hook-functionIf non-nil, this is a function for ‘signal’ to call.

Defined functions (54)

and(CONDITIONS...)
apply(FUNCTION &rest ARGUMENTS)
autoload(FUNCTION FILE &optional DOCSTRING INTERACTIVE TYPE)
autoload-do-load(FUNDEF &optional FUNNAME MACRO-ONLY)
backtrace--frames-from-thread(THREAD)
backtrace--locals(NFRAMES &optional BASE)
backtrace-debug(LEVEL FLAG &optional BASE)
backtrace-eval(EXP NFRAMES &optional BASE)
backtrace-frame--internal(FUNCTION NFRAMES BASE)
buffer-local-toplevel-value(SYMBOL &optional BUFFER)
catch(TAG BODY...)
commandp(FUNCTION &optional FOR-CALL-INTERACTIVELY)
cond(CLAUSES...)
condition-case(VAR BODYFORM &rest HANDLERS)
debugger-trap()
default-toplevel-value(SYMBOL)
defconst(SYMBOL INITVALUE [DOCSTRING])
defconst-1(SYM INITVALUE &optional DOCSTRING)
defvar(SYMBOL &optional INITVALUE DOCSTRING)
defvar-1(SYM INITVALUE &optional DOCSTRING)
defvaralias(NEW-ALIAS BASE-VARIABLE &optional DOCSTRING)
eval(FORM &optional LEXICAL)
func-arity(FUNCTION)
funcall(FUNCTION &rest ARGUMENTS)
funcall-with-delayed-message(TIMEOUT MESSAGE FUNCTION)
function(ARG)
functionp(OBJECT)
handler-bind-1(BODYFUN [CONDITIONS HANDLER]...)
if(COND THEN ELSE...)
internal--define-uninitialized-variable(SYMBOL &optional DOC)
internal-delete-indirect-variable(SYMBOL)
internal-make-var-non-special(SYMBOL)
let(VARLIST BODY...)
let*(VARLIST BODY...)
macroexpand(FORM &optional ENVIRONMENT)
make-interpreted-closure(ARGS BODY ENV &optional DOCSTRING IFORM)
mapbacktrace(FUNCTION &optional BASE)
or(CONDITIONS...)
prog1(FIRST BODY...)
progn(BODY...)
quote(ARG)
run-hook-with-args(HOOK &rest ARGS)
run-hook-with-args-until-failure(HOOK &rest ARGS)
run-hook-with-args-until-success(HOOK &rest ARGS)
run-hook-wrapped(HOOK WRAP-FUNCTION &rest ARGS)
run-hooks(&rest HOOKS)
set-buffer-local-toplevel-value(SYMBOL VALUE &optional BUFFER)
set-default-toplevel-value(SYMBOL VALUE)
setq([SYM VAL]...)
signal(ERROR-SYMBOL DATA)
special-variable-p(SYMBOL)
throw(TAG VALUE)
unwind-protect(BODYFORM UNWINDFORMS...)
while(TEST BODY...)

Defined faces (0)