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

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

bug#18326: 24.4.50; allow-no-window for async-shell-command in temp buff


From: Stefan Monnier
Subject: bug#18326: 24.4.50; allow-no-window for async-shell-command in temp buffer
Date: Mon, 25 Aug 2014 11:03:24 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

> (setq display-buffer-alist 
>       '(("\\*Async Shell Command\\*" . (display-buffer-no-window
>       . ((allow-no-window . t))))))

The allow-no-window option should be passed by the *caller*.
You shouldn't need it and don't want it here.


        Stefan





reply via email to

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