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.
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.