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

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

Re: Inspecting functions returning complicated values


From: Emanuel Berg
Subject: Re: Inspecting functions returning complicated values
Date: Thu, 02 Oct 2014 02:35:48 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Drew Adams <drew.adams@oracle.com> writes:

> M-x pp-eval-expression

What improvement is that?

     (message "hello")
     (eval-expression (message "hello"))
     (pp-eval-expression (message "hello"))

Here, the first two seem to do the same, namely put it
in the echo area for inspection and then you can use
`C-h e'. pp-eval-expression also puts it in *Messages*
but doesn't echo it what I can see.

But I agree with the other posters, IELM, with

    (ielm)

is the best way to do this.

-- 
underground experts united


reply via email to

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