From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?QW5kcmVhcyBSw7ZobGVy?= Newsgroups: gmane.emacs.help Subject: Re: How to suppress/avoid *Async Shell Command* buffer? Date: Sat, 18 May 2013 20:58:15 +0200 Message-ID: <5197CF47.1020409@easy-emacs.de> References: <5197784A.1020500@easy-emacs.de> <87sj1ktmnq.fsf@math.ethz.ch> <5197913E.1010702@easy-emacs.de> <87mwrstku1.fsf@math.ethz.ch> <5197B6A8.7070305@easy-emacs.de> <87sj1kb1wy.fsf@math.ethz.ch> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1368903375 9270 80.91.229.3 (18 May 2013 18:56:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 May 2013 18:56:15 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Marius Hofert Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat May 18 20:56:13 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UdmIf-0000oV-0V for geh-help-gnu-emacs@m.gmane.org; Sat, 18 May 2013 20:56:13 +0200 Original-Received: from localhost ([::1]:37926 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdmId-0003Fi-PT for geh-help-gnu-emacs@m.gmane.org; Sat, 18 May 2013 14:56:11 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdmIG-0003CS-78 for help-gnu-emacs@gnu.org; Sat, 18 May 2013 14:55:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UdmIB-0007fh-Fd for help-gnu-emacs@gnu.org; Sat, 18 May 2013 14:55:48 -0400 Original-Received: from moutng.kundenserver.de ([212.227.17.8]:57339) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdmIB-0007fW-2Z for help-gnu-emacs@gnu.org; Sat, 18 May 2013 14:55:43 -0400 Original-Received: from [192.168.178.21] (brln-4db9aa50.pool.mediaWays.net [77.185.170.80]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0LyyMm-1UQQKi0HFA-014Voq; Sat, 18 May 2013 20:55:40 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 In-Reply-To: <87sj1kb1wy.fsf@math.ethz.ch> X-Provags-ID: V02:K0:rR+M8EtsoV8T4U2RnBbNj11iGSk8a07Zk5Ir3c6G67R lTV8n6FWspvgu/DUdoKQx7Zl0UT6F0gHUkohZYnd/CbX48kPNW bFywSw+qfIBwLdzF5vK/GEQ6ZuatrwW/JTfujxrf29xAITppFr q5mYHGao4Kw0nns0y0o1bs3JRibjBozeVfDOUTAIe8QZ8sP8m1 p4LZuOI+0jihUykud5cLoqwGknjkMT/yoaDmdHFI063j0RQJt4 fWCUlcm7aXHdoW3YICSwDGGwrITD+qZp+qelifxGYllNDhx/BX FPDnZcS59GJMXY6QAIe/1kVEXhiBZ4itdvxCLMfk+q7isd7kMN 96HvBgdV3+EP4G51r6Gn+aURylnRWY297KIPJ6RWI X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.17.8 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:90908 Archived-At: Am 18.05.2013 20:03, schrieb Marius Hofert: > [ ... ] > > I currently do some testing with the suggestions of Hongxu. I reply later. > > Cheers, > > Marius > In case you didn't find a solution already, setting file-name-handler-alist might open a way to solve it. I.e. it's about to pass a process-buffer name differently from the hard-coded one you don't want to see. Andreas