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

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

Re: evaluation output too short


From: Pascal J. Bourguignon
Subject: Re: evaluation output too short
Date: Sun, 13 Jul 2008 09:39:58 +0200
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/22.2 (gnu/linux)

formido <formido@gmail.com> writes:

> When I evaluate load-path (and presumbly other variables whose
> stringified form is "too" long), most of the result is truncated in
> the mini-buffer (and messages buffer). How can I send output to a
> scrollable buffer that shows the entire contents of the evaluation? I
> found describe-variable, but I don't want to have to bother with that
> every time I evaluate something.

(customize-variables
 '(eval-expression-print-length nil)
 '(eval-expression-print-level nil))

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/

Nobody can fix the economy.  Nobody can be trusted with their finger
on the button.  Nobody's perfect.  VOTE FOR NOBODY.


reply via email to

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