]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Thu, 26 Jul 2001 12:34:25 +0000 (12:34 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 26 Jul 2001 12:34:25 +0000 (12:34 +0000)
etc/NEWS
lisp/ChangeLog

index 7c9d68d6e36c0884202036e5ac15bb32cd4c8aeb..e0e8d8a20c2c6b158c12c71b776a15da89b4eb1f 100644 (file)
--- 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).
 
+<RET> or <mouse-2> 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.
 
index 6a79bc7109a1c1fb0e63638a9b9fd440b4f37e12..cd9de63f8688fb28d884a95f197dada00881452b 100644 (file)
@@ -1,5 +1,10 @@
 2001-07-26  Gerd Moellmann  <gerd@gnu.org>
 
+       * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
+       (eval-last-sexp-1): Give printed text a `keymap' property and bind
+       <mouse-2> and <RET> 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.