[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Inspecting functions returning complicated values
From: |
Drew Adams |
Subject: |
RE: Inspecting functions returning complicated values |
Date: |
Tue, 30 Sep 2014 17:46:01 -0700 (PDT) |
> assume that I want to inspect a function whose return value is a
> long, deeply nested list. I found this way to present it in a
> readable way:
>
> M-: (setq blah-blah (function-returning-hairy-stuff))
> C-h C-v blah-blah
>
> This seems a bit awkward, however. Is there a better/cleaner way?
M-x pp-eval-expression