|
From: | Eli Barzilay |
Subject: | eval-last-sexp |
Date: | Wed, 8 Aug 2007 13:19:21 -0400 |
The extra output in the echo area (octal/hex versions of a number) is not useful when output goes into the buffer. It would be better if `eval-last-sexp-print-value' used this: (let ((str (and (eq standard-output t) (eval-expression-print-format value)))) (when str (princ str))) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://www.barzilay.org/ Maze is Life!
[Prev in Thread] | Current Thread | [Next in Thread] |