all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Denis Bueno" <dbueno@gmail.com>
To: "Drew Adams" <drew.adams@oracle.com>
Cc: help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: Re: Interactively finding file in a list of directories
Date: Fri, 9 Mar 2007 17:13:39 -0500	[thread overview]
Message-ID: <6dbd4d000703091413h495ccc73te7fb7f14b9c480d0@mail.gmail.com> (raw)
In-Reply-To: <DNEMKBNJBGPAOPIJOOICKEHIDLAA.drew.adams@oracle.com>

On 3/9/07, Drew Adams <drew.adams@oracle.com> wrote:
> > > For example, assume there are 4 different files all named "find.jsp"
> > > in different directories, and I would like to find a particular one. I
> > > would do M-x find-resource, type "find", hit TAB, it I would see a
> > > list that looks something like:
> >
> > There is an interface to the UNIX locate database (M-x locate RET
> > pattern RET). Regularly, once a day or once a weekly, the whole disk
> > is searched and all path names, files and directories, but no
> > "special files," are recorded in a database or hash file. The command
> > locate takes as argument a search pattern that allows a few
> > metacharacters and looks up this pattern in the database, so it's
> > much faster than find. Executing locate as a shell command, you could
> > filter a bit more with grep what locate returns ...
>
> The link I gave earlier provides info on several such Emacs interfaces to a
> UNIX or GNU/Linux `locate' database:
> http://www.emacswiki.org/cgi-bin/wiki/LocateFilesAnywhere.

Thanks. I've given up on rolling my own solution (indeed, the many
solutions I've seen thus far are much more feature-complete). I'm
current maintaining a filecache cache persistently -- using
instructions from the link above -- and that's working well.

Later I'll try to fix the only annoyances I've found -- I can't find
the scroll-in-the-reverse-direction counterpart to C-x TAB, and I'd
like to by able to find SomeFileName.java by typing So*F*.java. (I'm
not using icicles because I wanted a more lightweight solution, and
I'm not using GlobalFF because I'd like new files to show up more
often than the interval in which locate database is automatically
updated. I may yet  decide that these are stupid reasons not to use
these libraries.)

Thank you all for the help (both here and on emacs-devel, which was
admittedly the wrong list).

-Denis

  reply	other threads:[~2007-03-09 22:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-09 15:52 Interactively finding file in a list of directories Denis Bueno
2007-03-09 16:20 ` Drew Adams
2007-03-09 20:51 ` Peter Dyballa
2007-03-09 21:25   ` Drew Adams
2007-03-09 22:13     ` Denis Bueno [this message]
2007-03-09 22:59       ` Peter Dyballa

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=6dbd4d000703091413h495ccc73te7fb7f14b9c480d0@mail.gmail.com \
    --to=dbueno@gmail.com \
    --cc=drew.adams@oracle.com \
    --cc=help-gnu-emacs@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.