[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: call-process and incremental display of output
From: |
tomas |
Subject: |
Re: call-process and incremental display of output |
Date: |
Wed, 17 Oct 2018 11:21:56 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Wed, Oct 17, 2018 at 10:32:04AM +0200, Florian Weimer wrote:
> * Stefan Monnier:
>
> >> (defun fw/get-new-mail ()
[...]
> I see. Further questions: How can I restore the window configuration
> after the process terminates? Is there something similar to
> save-excursion?
save-window-excursion
> How can I make the displayed buffer to scroll to the end?
(pop-to buffer "foo")
(goto-char (point-max))
Don't wrap this in save-excursion :-)
Cheers
-- t
signature.asc
Description: Digital signature
- call-process and incremental display of output, Florian Weimer, 2018/10/16
- Re: call-process and incremental display of output, Michael Albinus, 2018/10/16
- Re: call-process and incremental display of output, Stefan Monnier, 2018/10/16
- Re: call-process and incremental display of output, Stefan Monnier, 2018/10/17
- Re: call-process and incremental display of output, John Shahid, 2018/10/19
- Re: call-process and incremental display of output, Stefan Monnier, 2018/10/19
- Re: call-process and incremental display of output, John Shahid, 2018/10/19
- Re: call-process and incremental display of output, Stefan Monnier, 2018/10/19
- Re: call-process and incremental display of output, John Shahid, 2018/10/21