bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

eval-last-sexp


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!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]