* evaluation output too short
@ 2008-07-13 1:23 formido
2008-07-13 5:08 ` Barry Margolin
2008-07-13 7:39 ` Pascal J. Bourguignon
0 siblings, 2 replies; 4+ messages in thread
From: formido @ 2008-07-13 1:23 UTC (permalink / raw)
To: help-gnu-emacs
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.
Michael
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: evaluation output too short
2008-07-13 1:23 evaluation output too short formido
@ 2008-07-13 5:08 ` Barry Margolin
2008-07-13 13:59 ` Drew Adams
2008-07-13 7:39 ` Pascal J. Bourguignon
1 sibling, 1 reply; 4+ messages in thread
From: Barry Margolin @ 2008-07-13 5:08 UTC (permalink / raw)
To: help-gnu-emacs
In article
<1054b35f-81a4-41fd-ba84-8e688d9e203f@d1g2000hsg.googlegroups.com>,
formido <formido@gmail.com> wrote:
> 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.
Use the *scratch* buffer.
--
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: evaluation output too short
2008-07-13 1:23 evaluation output too short formido
2008-07-13 5:08 ` Barry Margolin
@ 2008-07-13 7:39 ` Pascal J. Bourguignon
1 sibling, 0 replies; 4+ messages in thread
From: Pascal J. Bourguignon @ 2008-07-13 7:39 UTC (permalink / raw)
To: help-gnu-emacs
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.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-07-13 13:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-13 1:23 evaluation output too short formido
2008-07-13 5:08 ` Barry Margolin
2008-07-13 13:59 ` Drew Adams
2008-07-13 7:39 ` Pascal J. Bourguignon
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.