unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* eval-last-sexp
@ 2007-08-08 17:19 Eli Barzilay
  0 siblings, 0 replies; only message in thread
From: Eli Barzilay @ 2007-08-08 17:19 UTC (permalink / raw)
  To: bug-gnu-emacs

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!

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-08-08 17:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-08 17:19 eval-last-sexp Eli Barzilay

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).