From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Zhu Shenli Newsgroups: gmane.emacs.help Subject: Open file with external program Date: Wed, 21 Apr 2010 12:06:18 +0800 Message-ID: <4BCE79BA.9060106@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1271822828 9156 80.91.229.12 (21 Apr 2010 04:07:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 21 Apr 2010 04:07: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 Wed Apr 21 06:07:07 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1O4RDP-00049O-Bk for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Apr 2010 06:07:07 +0200 Original-Received: from localhost ([127.0.0.1]:49369 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4RDO-0001na-MR for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Apr 2010 00:07:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O4RCx-0001mZ-IU for help-gnu-emacs@gnu.org; Wed, 21 Apr 2010 00:06:39 -0400 Original-Received: from [140.186.70.92] (port=47185 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4RCv-0001lN-P0 for help-gnu-emacs@gnu.org; Wed, 21 Apr 2010 00:06:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4RCu-0000j9-Ll for help-gnu-emacs@gnu.org; Wed, 21 Apr 2010 00:06:37 -0400 Original-Received: from mail-pv0-f169.google.com ([74.125.83.169]:54995) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4RCr-0000iV-PU for help-gnu-emacs@gnu.org; Wed, 21 Apr 2010 00:06:36 -0400 Original-Received: by pvg11 with SMTP id 11so5638677pvg.0 for ; Tue, 20 Apr 2010 21:06:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=75FR7Py7aGhV2nK7MUx0b2+LbC7GSEASN8IdA0O7QuQ=; b=QLciCB6FCH81Xe/AqjuUbR8egST1zn4hlyg31udltJw+uuC6pzLZymyua4rVUt9huG IIk/oiCQTGYqLI21XmbLPhV8jyWSHE9c8y4ReiYq3Re2p4vhI/ZtTUf5db9RuwsaFheB amoSV2aYm8igli4OL4HpGOWCkoSbSldiwZGSU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=DFIy0N1n0QoZh35JRh0UKmzWmyX57gG6HHjCPnXECjfqz3D0RSch8+o+0bOWOPjGtp UBML7ff7Kobv4CjIppJ9qL6aIfZLUF+L4r19Hsxw7ax9BAMwCqri7oPp4Nf5L0YCac8o 3u4PCiVOMXhPyL/mw1nAB5xh1G89go88OEjhQ= Original-Received: by 10.140.180.5 with SMTP id c5mr24211rvf.204.1271822791882; Tue, 20 Apr 2010 21:06:31 -0700 (PDT) Original-Received: from [116.233.18.43] ([116.233.18.43]) by mx.google.com with ESMTPS id t10sm7480423rvl.10.2010.04.20.21.06.23 (version=SSLv3 cipher=RC4-MD5); Tue, 20 Apr 2010 21:06:30 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:72775 Archived-At: Hi emacsers, When I use Emacs file selecting tools (dired-mode, locate-mode) to open pdf file, Emacs choose to open pdf file in it. So, I guess whether there is any existing tool do that: Ask in mini-buffer "Do you want to open the file in (a) Emacs (b) program-name-1 (c) ... Thanks, -Z