all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thien-Thi Nguyen <ttn@glug.org>
Cc: pot@gnu.org,  emacs-devel@gnu.org
Subject: Re: recursing through directories
Date: 23 Apr 2002 21:11:49 -0400	[thread overview]
Message-ID: <jkpu0pdhnu.fsf@glug.org> (raw)
In-Reply-To: Paul Eggert's message of "Tue, 23 Apr 2002 16:56:08 -0700 (PDT)"

Paul Eggert <eggert@twinsun.com> writes:

   It's a tricky area.  If you use an open file descriptor per
   directory, you can always get back to where you came from.  If not,
   then you can run into other problems.

perhaps restricting ftw usage to "depth" mode would help.  in that case,
only a parent chain of directory descriptors is needed, i would think,
and so a smart implementation could make do w/ O(filesytstem-depth) fds
(for directories).

thi

      reply	other threads:[~2002-04-24  1:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-22 14:48 recursing through directories Francesco Potorti`
2002-04-22 15:06 ` Andreas Schwab
2002-04-22 18:09 ` Paul Eggert
2002-04-22 18:31   ` Eli Zaretskii
2002-04-23  9:45   ` Francesco Potorti`
2002-04-23 23:56     ` Paul Eggert
2002-04-24  1:11       ` Thien-Thi Nguyen [this message]

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=jkpu0pdhnu.fsf@glug.org \
    --to=ttn@glug.org \
    --cc=emacs-devel@gnu.org \
    --cc=pot@gnu.org \
    /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.