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

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

bug#18133: Suppressing asynchronous command output


From: martin rudalics
Subject: bug#18133: Suppressing asynchronous command output
Date: Sat, 24 Dec 2016 17:32:55 +0100

> ​Could you please make a concrete suggestion? I must admit that I don't
> feel competent yet, and I've already tried and failed!

(display-buffer
 buffer
 `(,(and async-shell-lazy-pop-up-mode
         (equal (buffer-name buffer) "*Async Shell Command*")
         'display-buffer-no-window)
   (allow-no-window . t)))

martin






reply via email to

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