From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wolfgang Jenkner Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Add file-dwim. Date: Mon, 19 Oct 2015 15:32:24 +0200 Message-ID: <85d1wb9e6v.fsf@iznogoud.viz> References: <87d1wcrzuu.fsf@T420.taylan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1445261566 23655 80.91.229.3 (19 Oct 2015 13:32:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Oct 2015 13:32:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: taylanbayirli@gmail.com (Taylan Ulrich =?utf-8?Q?=22Bay=C4=B1rl=C4=B1?= =?utf-8?Q?=2FKammer=22?=) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 19 15:32:37 2015 Return-path: Envelope-to: ged-emacs-devel@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 1ZoAYH-0006YT-LR for ged-emacs-devel@m.gmane.org; Mon, 19 Oct 2015 15:32:37 +0200 Original-Received: from localhost ([::1]:39539 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoAYH-0000cg-1w for ged-emacs-devel@m.gmane.org; Mon, 19 Oct 2015 09:32:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60771) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoAYD-0000ca-9y for emacs-devel@gnu.org; Mon, 19 Oct 2015 09:32:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZoAYA-000617-1H for emacs-devel@gnu.org; Mon, 19 Oct 2015 09:32:33 -0400 Original-Received: from b2bfep13.mx.upcmail.net ([62.179.121.58]:34282) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoAY9-0005zt-OO for emacs-devel@gnu.org; Mon, 19 Oct 2015 09:32:29 -0400 Original-Received: from edge11.upcmail.net ([192.168.13.81]) by b2bfep13.mx.upcmail.net (InterMail vM.8.01.05.18 201-2260-151-151-20140610) with ESMTP id <20151019133225.TVHW17909.b2bfep13-int.chello.at@edge11.upcmail.net> for ; Mon, 19 Oct 2015 15:32:25 +0200 Original-Received: from iznogoud.viz ([91.119.133.106]) by edge11.upcmail.net with edge id X1YR1r00K2HtlUz0B1YRtG; Mon, 19 Oct 2015 15:32:25 +0200 X-SourceIP: 91.119.133.106 Original-Received: from wolfgang by iznogoud.viz with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1ZoAY4-0000Lt-Tg; Mon, 19 Oct 2015 15:32:24 +0200 Mail-Followup-To: taylanbayirli@gmail.com (Taylan Ulrich =?utf-8?Q?=22Bay?= =?utf-8?Q?=C4=B1rl=C4=B1=2FKammer=22?=), emacs-devel@gnu.org In-Reply-To: <87d1wcrzuu.fsf@T420.taylan> ("Taylan Ulrich =?utf-8?Q?=5C=22Bay=C4=B1rl=C4=B1=2FKammer=5C=22=22's?= message of "Sun, 18 Oct 2015 16:54:49 +0200") User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (berkeley-unix) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 62.179.121.58 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:192093 Archived-At: On Sun, Oct 18 2015, Taylan Ulrich "Bay=C4=B1rl=C4=B1/Kammer" wrote: > +;; Do any action on a file, according to a dispatch-table. E.g. specify= that > +;; media files should be played, directories opened in Dired, etc.. Thi= s could > +;; be bound to RET in Dired, or used to replace `find-file'. There's also gnus/gnus-dired.el, which augments the list of entries found in ~/.mailcap, /etc/mailcap etc. (gathered via mailcap.el) with entries directly specified in lisp.