In Emacs 24.4, every time I evaluate a form in ielm
or using C-x C-e
it prints a lot of extraneous output that while useful, sometimes gets in the way. As an example,
(+ 1 1)
;=> 2 (#o2, #x2, ?\C-b)
Is there a variable I can use to disable printing this extra information and have it just display 2
like it used to?