comparison etc/NEWS @ 38590:7c2e49c3cf0a

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 27 Jul 2001 15:29:54 +0000
parents 37d0e44d564c
children f99d2e5ee830
comparison
equal deleted inserted replaced
38589:f5d08cdf180b 38590:7c2e49c3cf0a
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 1152
1153 <RET> or <mouse-2> on the printed text replace the abbreviated printed 1153 <RET> or <mouse-2> on the printed text toggles between an abbreviated
1154 representation with an unabbreviated one. 1154 printed representation and an unabbreviated one.
1155 1155
1156 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
1157 during evaluation produces a backtrace. 1157 during evaluation produces a backtrace.
1158 1158
1159 *** 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