From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: chandan Newsgroups: gmane.emacs.help Subject: dired + associating external programs Date: Sat, 24 Nov 2007 07:55:13 +0530 Message-ID: <1195871113.5689.4.camel@chandan-desktop> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1195871148 28084 80.91.229.12 (24 Nov 2007 02:25:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 24 Nov 2007 02:25:48 +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 Nov 24 03:25:53 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 1IvkiO-0005XM-Hg for geh-help-gnu-emacs@m.gmane.org; Sat, 24 Nov 2007 03:25:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ivki9-0007R9-P2 for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Nov 2007 21:25:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ivkhw-0007PH-K4 for help-gnu-emacs@gnu.org; Fri, 23 Nov 2007 21:25:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ivkhv-0007O3-70 for help-gnu-emacs@gnu.org; Fri, 23 Nov 2007 21:25:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ivkhv-0007Nz-0P for help-gnu-emacs@gnu.org; Fri, 23 Nov 2007 21:25:23 -0500 Original-Received: from wx-out-0506.google.com ([66.249.82.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ivkhu-0003ZM-K7 for help-gnu-emacs@gnu.org; Fri, 23 Nov 2007 21:25:22 -0500 Original-Received: by wx-out-0506.google.com with SMTP id s7so359wxc for ; Fri, 23 Nov 2007 18:25:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=qb4QQHdrDLqI71AstxQboNS6gj8bgfxmKTKicgCMAC0=; b=FgPqj+MAKRqvSCy/M3sXE0mjwQNpR7B2mLww8LZbUk+1nwza09SF4PquIMOiJiLf3nY1fT1T8CYawQqMHDNYy8H63gorHBdFYxVfzeXEHjG8rJelFJRuHqlx1Nw+l8JJYBUKcky5UrIUMGs0YRY2RSP5p4nRMMH2yCAPd4nsqEw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=QMDm1bidDX/7HSe1LSlM2PBKvQJ33cjSd4LkJVECh8t0UvE+qbFlN4kONg1VCNHV1EpWaAyU0Nu5rXhRW6EIFeQctMXJznQ5XOPzRKHFOHK1z15/qS+tdfBDqvg0a3q2xmnS0sstwvbm8i1HuYLAtqNGdQmD5SUaH3EDOmJFnOw= Original-Received: by 10.70.13.6 with SMTP id 6mr9305141wxm.1195871121054; Fri, 23 Nov 2007 18:25:21 -0800 (PST) Original-Received: from ?192.168.1.2? ( [59.92.160.251]) by mx.google.com with ESMTPS id h17sm7935183wxd.2007.11.23.18.25.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 23 Nov 2007 18:25:20 -0800 (PST) X-Mailer: Evolution 2.12.1 X-detected-kernel: by monty-python.gnu.org: 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:49452 Archived-At: Hi, I am using emacs 22.1.1 on ubuntu 7.10. I would like to know if there is any way of associating external programs to known file types in "dired". For example, associating * audio files (ogg, mp3, ...) with xmms, * office files (odt, odp, ...) with openoffice, * ... Thanks, chandan