Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f37e8c77
Commit
f37e8c77
authored
Jul 25, 2001
by
Eli Zaretskii
Browse files
Mention the effect of eval-expression-print-length and
eval-expression-print-level.
parent
343462ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
etc/NEWS
etc/NEWS
+10
-1
No files found.
etc/NEWS
View file @
f37e8c77
...
...
@@ -1140,10 +1140,19 @@ file.
*** The commands to evaluate Lisp expressions, such as C-M-x in Lisp
modes, C-j in Lisp Interaction mode, and M-:, now bind the variables
print-level, print-length, and debug-on-error based on the
print-level, print-length, and debug-on-error based on the
new
customizable variables eval-expression-print-level,
eval-expression-print-length, and eval-expression-debug-on-error.
The default values for the first two of these variables are 12 and 4
respectively, which means that `eval-expression' now prints at most
the first 12 members of a list and at most 4 nesting levels deep (if
the list is longer or deeper than that, an ellipsis `...' is
printed).
The default value of eval-expression-debug-on-error is t, so any error
during evaluation produces a backtrace.
*** The function `eval-defun' (M-C-x) now loads Edebug and instruments
code when called with a prefix argument.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment