When eval-region some selected region of elisp code, are the result of evaluation and any output shown somewhere?
For example, where is the result of evaluating
(+ 1 2)
shown? Where is the output of
(print "happy new year")
?
Thanks.