Mercurial > emacs
comparison etc/NEWS @ 38573:37d0e44d564c
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 26 Jul 2001 12:34:25 +0000 |
parents | 5a192d819ce2 |
children | 7c2e49c3cf0a |
comparison
equal
deleted
inserted
replaced
38572:107f826252d2 | 38573:37d0e44d564c |
---|---|
1147 The default values for the first two of these variables are 12 and 4 | 1147 The default values for the first two of these variables are 12 and 4 |
1148 respectively, which means that `eval-expression' now prints at most | 1148 respectively, which means that `eval-expression' now prints at most |
1149 the first 12 members of a list and at most 4 nesting levels deep (if | 1149 the first 12 members of a list and at most 4 nesting levels deep (if |
1150 the list is longer or deeper than that, an ellipsis `...' is | 1150 the list is longer or deeper than that, an ellipsis `...' is |
1151 printed). | 1151 printed). |
1152 | |
1153 <RET> or <mouse-2> on the printed text replace the abbreviated printed | |
1154 representation with an unabbreviated one. | |
1152 | 1155 |
1153 The default value of eval-expression-debug-on-error is t, so any error | 1156 The default value of eval-expression-debug-on-error is t, so any error |
1154 during evaluation produces a backtrace. | 1157 during evaluation produces a backtrace. |
1155 | 1158 |
1156 *** The function `eval-defun' (M-C-x) now loads Edebug and instruments | 1159 *** The function `eval-defun' (M-C-x) now loads Edebug and instruments |