From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-15?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: How to suppress/avoid *Async Shell Command* buffer? Date: Sat, 18 May 2013 10:48:16 +0200 Message-ID: <51974050.5020006@easy-emacs.de> References: <87k3mx2lyu.fsf@math.ethz.ch> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1368866768 10928 80.91.229.3 (18 May 2013 08:46:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 18 May 2013 08:46:08 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat May 18 10:46:07 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 1UdcmE-0008LI-Rn for geh-help-gnu-emacs@m.gmane.org; Sat, 18 May 2013 10:46:06 +0200 Original-Received: from localhost ([::1]:49928 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdcmE-0006hQ-Fn for geh-help-gnu-emacs@m.gmane.org; Sat, 18 May 2013 04:46:06 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:33724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Udcm0-0006fC-Mn for help-gnu-emacs@gnu.org; Sat, 18 May 2013 04:45:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Udclw-0000Dl-5b for help-gnu-emacs@gnu.org; Sat, 18 May 2013 04:45:52 -0400 Original-Received: from moutng.kundenserver.de ([212.227.17.10]:58708) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Udclv-0000Dc-Sp for help-gnu-emacs@gnu.org; Sat, 18 May 2013 04:45:48 -0400 Original-Received: from [192.168.178.21] (brln-4db9aa50.pool.mediaWays.net [77.185.170.80]) by mrelayeu.kundenserver.de (node=mreu3) with ESMTP (Nemesis) id 0MNAPk-1UbOmA2TFI-006bV7; Sat, 18 May 2013 10:45:46 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 In-Reply-To: <87k3mx2lyu.fsf@math.ethz.ch> X-Provags-ID: V02:K0:D8FvbBNyUvDW83uvaSLCSsLcvjyjJY7bbkl9UjtLH31 CytcckYSFABbFmOTV+NatxRwCTWoWRFgC5shCsJ0GLcrQnLrwH wEckmGOJhdhN2wQ9iGzI6zXmHrWC9h9JES09Dzp9Bi7E5+R6Lq ly86yPd+Jc8zVEgGKJGdm21I10aRzl/xWsG8wr0WOvUYOf3uQe MGRzRbMYDsGZEVQBprVX8KgeoBSRIXwdGkbzDhmF/Q7ewEFgaL EYhaNaG7QJPLPtGyCM2RY+rKApEnBbxbm3cSF3fnmIVBy3ppuQ /8UnbNeFqI3UX2WzOlrsZ9/8CQc7eODC/FFRj+wHyr7mrT/GMP leFxwsPuQvMoFYyhl3jbxm1CyX5RWGFxmnUdSOaU1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.17.10 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:90889 Archived-At: Am 18.05.2013 02:03, schrieb Marius Hofert: > Hi, > > I use > > --8<---------------cut here---------------start------------->8--- > (setq dired-guess-shell-alist-user > '(("\\.\\(?:pdf\\|djvu\\|jp?g\\)\\'" "okular ? &") > ("\\.html\\'" "google-chrome ? &"))) > --8<---------------cut here---------------end--------------->8--- > > to open pdf files in dired-mode via "!". [ ... ] Can you tell a little bit more what's the purpose? Is it just to open a pdf for viewing or should a shell-skript edit them? Best, Andreas