From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Programatically suppress "Async Shell command" buffer Date: Fri, 10 Jul 2009 12:43:54 +0200 Message-ID: References: <24355670.post@talk.nabble.com> <2702DED8-7711-42E2-949C-440239CAFB09@Web.DE> <36fa957b-7ba4-4b94-be8c-1ec19822d59c@h31g2000yqd.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1247223433 9578 80.91.229.12 (10 Jul 2009 10:57:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 Jul 2009 10:57:13 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: dnquark Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 10 12:57:06 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MPDmr-0007NW-3p for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Jul 2009 12:57:05 +0200 Original-Received: from localhost ([127.0.0.1]:34990 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MPDmq-0004Tk-47 for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Jul 2009 06:57:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MPDmK-0004QU-Aa for help-gnu-emacs@gnu.org; Fri, 10 Jul 2009 06:56:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MPDmF-0004HW-L0 for help-gnu-emacs@gnu.org; Fri, 10 Jul 2009 06:56:31 -0400 Original-Received: from [199.232.76.173] (port=43791 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MPDmF-0004HC-FL for help-gnu-emacs@gnu.org; Fri, 10 Jul 2009 06:56:27 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:15873) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MPDac-0004nR-KV for help-gnu-emacs@gnu.org; Fri, 10 Jul 2009 06:44:26 -0400 Original-Received: from fmmailgate01.web.de ([217.72.192.221]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MPDab-0004KA-Og for help-gnu-emacs@gnu.org; Fri, 10 Jul 2009 06:44:25 -0400 Original-Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate01.web.de (Postfix) with ESMTP id E47A61099DC8D; Fri, 10 Jul 2009 12:44:00 +0200 (CEST) Original-Received: from [91.35.209.111] (helo=[192.168.1.2]) by smtp08.web.de with asmtp (WEB.DE 4.110 #277) id 1MPDaC-0005YU-00; Fri, 10 Jul 2009 12:44:00 +0200 In-Reply-To: <36fa957b-7ba4-4b94-be8c-1ec19822d59c@h31g2000yqd.googlegroups.com> X-Mailer: Apple Mail (2.753.1) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX19ytr1aZE5CF1+VWmOfScoYWvC7p6qX7yqRHrXo JhDlvtqjqTrsvnOgY5cOihWvwYsQAeMARJounxPLwel9vZ82Ya p4Xx4TEcxPNOBuqmi4hw== X-Detected-Operating-System: by mx20.gnu.org: GNU/Linux 2.4-2.6 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:65925 Archived-At: Am 10.07.2009 um 04:17 schrieb dnquark: > How do I suppress all output from the command? Most shell interpreters allow to redirect stderr (and stdin and =20 stdout) to files (or pipes). Just the read the documentation of your =20 shell interpreter. GNU Emacs offers (the variable) shell-command-default-error-buffer =96 =20= if you are looking for this and not the shell interpreter docs. -- Greetings Pete Wasting time is an important part of living.