From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-2022-JP?B?GyRCTyQhITluGyhC?= Newsgroups: gmane.emacs.help Subject: How to auto open excel/doc files Date: Thu, 08 Mar 2007 21:53:30 +0900 Message-ID: <45F0074A.4060206@luxdo.co.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1173370780 18000 80.91.229.12 (8 Mar 2007 16:19:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Mar 2007 16:19:40 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 08 17:19:27 2007 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 1HPLKw-0004r8-P4 for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Mar 2007 17:19:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HPLLA-0000oH-3b for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Mar 2007 11:19:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HPI9w-0007rP-6o for help-gnu-emacs@gnu.org; Thu, 08 Mar 2007 07:55:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HPI9u-0007pj-Qj for help-gnu-emacs@gnu.org; Thu, 08 Mar 2007 07:55:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HPI9u-0007pZ-OF for help-gnu-emacs@gnu.org; Thu, 08 Mar 2007 07:55:50 -0500 Original-Received: from softbank219181034046.bbtec.net ([219.181.34.46] helo=www.luxdo.jp) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HPI9h-0001GV-6S for help-gnu-emacs@gnu.org; Thu, 08 Mar 2007 07:55:37 -0500 Original-Received: from [192.168.11.4] (softbank219181034046.bbtec.net [219.181.34.46]) (authenticated bits=0) by www.luxdo.jp (8.13.1/8.13.1) with ESMTP id l28CspSI004829 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 8 Mar 2007 21:54:54 +0900 User-Agent: Thunderbird 1.5.0.9 (X11/20060911) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-Mailman-Approved-At: Thu, 08 Mar 2007 11:19:20 -0500 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:41801 Archived-At: Hi all! I'd like to auto open files by system application in dired mode. For example: when I pressed enter at the point of files which is *.xls,it opened by excel/openoffice. when I pressed enter at the point of files which is *.pdf,it opened by acrobat reader. Have any advice? Thanks!