emacs-devel
[Top][All Lists]
Advanced

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

Re: ielm changes: display standard-output in buffer


From: Stefan Monnier
Subject: Re: ielm changes: display standard-output in buffer
Date: Thu, 03 Oct 2013 09:50:31 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> but instead explicitly set and reset it, skipping the reset if the
> value changed while we evaluated the form. I've also added a flush
> timer so that we don't need to wait for a while line of output to
> accumulate before displaying output.  (Imagine a loop that calls
> (princ ".") occasionally to indicate progress.)

I'm curious: why go through this trouble instead of just setting it
buffer-locally at the beginning and forgetting about it?


        Stefan



reply via email to

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