From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#14900: 24.2; no recursion support for directory-files Date: Thu, 18 Jul 2013 16:34:34 -0400 Message-ID: References: <8338rb20wh.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1374179711 18555 80.91.229.3 (18 Jul 2013 20:35:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Jul 2013 20:35:11 +0000 (UTC) To: 14900-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jul 18 22:35:12 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1Uzuut-0007dj-Ex for geb-bug-gnu-emacs@m.gmane.org; Thu, 18 Jul 2013 22:35:11 +0200 Original-Received: from localhost ([::1]:36916 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uzuut-0002Kz-3E for geb-bug-gnu-emacs@m.gmane.org; Thu, 18 Jul 2013 16:35:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uzuun-0002J4-Fx for bug-gnu-emacs@gnu.org; Thu, 18 Jul 2013 16:35:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uzuul-0005Pf-4w for bug-gnu-emacs@gnu.org; Thu, 18 Jul 2013 16:35:05 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:41441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uzuul-0005PE-0m for bug-gnu-emacs@gnu.org; Thu, 18 Jul 2013 16:35:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Uzuuk-0007MR-Oe for bug-gnu-emacs@gnu.org; Thu, 18 Jul 2013 16:35:02 -0400 Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Thu, 18 Jul 2013 20:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 14900 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: notabug Mail-Followup-To: 14900@debbugs.gnu.org, rgm@gnu.org, eric.holbrook@oracle.com Original-Received: via spool by 14900-done@debbugs.gnu.org id=D14900.137417967728205 (code D ref 14900); Thu, 18 Jul 2013 20:35:02 +0000 Original-Received: (at 14900-done) by debbugs.gnu.org; 18 Jul 2013 20:34:37 +0000 Original-Received: from localhost ([127.0.0.1]:35756 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UzuuK-0007Kr-Ru for submit@debbugs.gnu.org; Thu, 18 Jul 2013 16:34:37 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:60705 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UzuuJ-0007Kf-0C for 14900-done@debbugs.gnu.org; Thu, 18 Jul 2013 16:34:35 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1UzuuI-00046W-AT; Thu, 18 Jul 2013 16:34:34 -0400 X-Spook: Abu Ghraib top secret Mahmoud Ahmadinejad rail gun X-Ran: R^B@4C&|eHp*#UYX%2ugqm!|6lL">=!$-Kg-?Sg%v&hr]}&c86CZ?"^%wx1f|Ng6B"oHi6 X-Hue: cyan X-Attribution: GM In-Reply-To: <8338rb20wh.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 18 Jul 2013 21:11:58 +0300") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:76464 Archived-At: >> If i want to tell emacs to recurse from '.', and open every file that >> matches a certain pattern (a la `find`) > What's wrong with find-lisp.el? Yes, find-lisp-find-files seems to do precisely what was requested.