From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vivek Dasmohapatra Newsgroups: gmane.emacs.devel Subject: RE: Feature request: dired-open-marked-files Date: Sun, 15 Mar 2009 15:08:38 +0000 (GMT) Message-ID: References: <003801c9a538$dc4a2c90$0200a8c0@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Trace: ger.gmane.org 1237129803 19507 80.91.229.12 (15 Mar 2009 15:10:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Mar 2009 15:10:03 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 15 16:11:17 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Lirzd-0007lA-Ke for ged-emacs-devel@m.gmane.org; Sun, 15 Mar 2009 16:11:13 +0100 Original-Received: from localhost ([127.0.0.1]:37712 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LiryH-0007H2-De for ged-emacs-devel@m.gmane.org; Sun, 15 Mar 2009 11:09:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LirxF-00076Z-6L for emacs-devel@gnu.org; Sun, 15 Mar 2009 11:08:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LirxE-000765-Bx for emacs-devel@gnu.org; Sun, 15 Mar 2009 11:08:44 -0400 Original-Received: from [199.232.76.173] (port=45203 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LirxE-00075z-4X for emacs-devel@gnu.org; Sun, 15 Mar 2009 11:08:44 -0400 Original-Received: from batfish.pepperfish.net ([87.237.62.180]:44623 helo=flounder.pepperfish.net) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LirxD-0004bW-Ot for emacs-devel@gnu.org; Sun, 15 Mar 2009 11:08:43 -0400 Original-Received: from [213.165.225.94] (helo=[192.168.0.5]) by flounder.pepperfish.net with esmtpsa (Exim 4.68 #1 (Debian)) id 1LirxB-0001EI-Ht for ; Sun, 15 Mar 2009 15:08:41 +0000 X-X-Sender: vivek@localhost In-Reply-To: <003801c9a538$dc4a2c90$0200a8c0@us.oracle.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:109639 Archived-At: > See `dired-x.el', command `dired-do-find-marked-files', bound to `F' in Dired. Aha. How embarrassing. Didn't realise I was reinventing the wheel. Thanks.