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

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

Re: Help with async-shell-command


From: Stefan Monnier
Subject: Re: Help with async-shell-command
Date: Tue, 04 Feb 2014 22:25:14 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> This is the usual way of preserving layout:
> (save-window-excursion

Nope.  This is the usual way of trying to patch over code which messes
up the layout, but that fails miserably if you have something like popup
frames or other display-buffer-alist settings.

I think using `start-process' is the better solution, so the layout is
not affected and there's no need to try and undo it.


        Stefan




reply via email to

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