all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: eric.holbrook@oracle.com (eric.holbrook@oracle.com)
To: 14900@debbugs.gnu.org
Cc: eric.holbrook.3rd@gmail.com
Subject: bug#14900: 24.2; no recursion support for directory-files
Date: Thu, 18 Jul 2013 12:29:03 -0500	[thread overview]
Message-ID: <obdxy593wzds.fsf@riofrio.us.oracle.com> (raw)

Perhaps this is more of a missing feature report.

If i want to tell emacs to recurse from '.', and open every file that matches
a certain pattern (a la `find`), i need to use a gnus function. See this code
suggestion from 'jlf' in #emacs:

(remove-if-not (lambda (file) (string-match some-regexp file))
               (gnus-recursive-directory-files default-directory) )

It surprized me that i'd have to have a huge pkg like gnus loaded to do
something like this.

thanks,
Eric






             reply	other threads:[~2013-07-18 17:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-18 17:29 eric.holbrook [this message]
2013-07-18 18:11 ` bug#14900: 24.2; no recursion support for directory-files Eli Zaretskii
2013-07-18 20:34   ` Glenn Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=obdxy593wzds.fsf@riofrio.us.oracle.com \
    --to=eric.holbrook@oracle.com \
    --cc=14900@debbugs.gnu.org \
    --cc=eric.holbrook.3rd@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.