emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Looking for interactive `locate-file'


From: Stefan Monnier
Subject: Re: Looking for interactive `locate-file'
Date: Mon, 05 Mar 2007 21:37:08 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux)

> I would like to be able to interactive find a file inside a list of
> paths, interactively, and in a way that supports some basic pattern
> matching. (For reference, the reason I want this is that Eclipse has
> it, and I find it quite useful.) Currently, I have a first
> approximation [1], but, it sucks. All it does is ask for a (possibly
> non-existent) filename, then look for that in a default list of paths.

> I want to set up a list of directories pertaining to a particular
> project. Then when I M-x find-resource, I want it to ask for the
> filename and look in those paths for it -- interactively, listing all
> matches as I type. So if I were to type "type*.jsp", a results buffer
> would list all the files matching that pattern.

> Has anyone written something like what I'm looking for, before?

Have you tried M-x load-library while using partial-completion-mode?
It sounds fairly close to what you describe,


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]