From: Gerd Moellmann Date: Thu, 26 Jul 2001 12:34:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.105~379 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f6e6cdf26a9cba29ddd2b042c03d5ea84ed7637b;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 7c9d68d6e36..e0e8d8a20c2 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1150,6 +1150,9 @@ 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). + or on the printed text replace the abbreviated printed +representation with an unabbreviated one. + The default value of eval-expression-debug-on-error is t, so any error during evaluation produces a backtrace. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6a79bc7109a..cd9de63f868 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,10 @@ 2001-07-26 Gerd Moellmann + * emacs-lisp/lisp-mode.el (last-sexp-print): New function. + (eval-last-sexp-1): Give printed text a `keymap' property and bind + and in that map to a function printing the + unabbreviated value. + * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output is a buffer, put a text property `printed-value' on the printed representation, with the Lisp object printed as value.