From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: async-shell-command and prefix argument Date: Tue, 15 Jan 2019 19:32:27 +0200 Message-ID: <83zhs1ddxw.fsf@gnu.org> References: <87bm4jnevo.fsf@mbork.pl> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1547573523 13207 195.159.176.226 (15 Jan 2019 17:32:03 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 15 Jan 2019 17:32:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: Marcin Borkowski Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 15 18:31:59 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gjSZC-0003J2-RU for ged-emacs-devel@m.gmane.org; Tue, 15 Jan 2019 18:31:58 +0100 Original-Received: from localhost ([127.0.0.1]:56677 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gjSbJ-00023K-Oa for ged-emacs-devel@m.gmane.org; Tue, 15 Jan 2019 12:34:09 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:55520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gjSZs-00022g-JN for emacs-devel@gnu.org; Tue, 15 Jan 2019 12:32:42 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:49857) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gjSZq-0007MC-6V; Tue, 15 Jan 2019 12:32:39 -0500 Original-Received: from [176.228.60.248] (port=4430 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gjSZp-0000xd-Km; Tue, 15 Jan 2019 12:32:38 -0500 In-reply-to: <87bm4jnevo.fsf@mbork.pl> (message from Marcin Borkowski on Mon, 14 Jan 2019 21:49:47 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:232364 Archived-At: > From: Marcin Borkowski > Date: Mon, 14 Jan 2019 21:49:47 +0100 > > Basically, the post explains most of my problem: > http://mbork.pl/2016-04-12_Showing_some_of_those_Async_Shell_Command_buffers > and an (extremely hackish) solution. Since the prefix argument to > `async-shell-command' is pretty useless, I would like it to make the > output window disappear (or appear, whichever is the saner default, > possibly decided by some variable). > > Does such an idea make sense? Should I file a feature request? Is something wrong with customizing async-shell-command-display-buffer? I have it set to nil for quite some time.