* Navigable file list
@ 2009-03-17 16:15 john.north1
2009-03-17 18:41 ` Sean Sieger
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: john.north1 @ 2009-03-17 16:15 UTC (permalink / raw)
To: help-gnu-emacs
Hi Everyone,
I am a newbie to emacs and trying to replace my old setup using
Vim. I am trying to re-creete something similar to vim.project where
I have a buffer listing all of the files I use and use this for
jumping between files.
I can see that speedbar shows all of the file in a particular
directory and ECB does the same. However I need a recursive list of
all files that I can then navigate using search.
I cant believe this doesn't exist already but I cant find it.
Thanks for your help.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Navigable file list
2009-03-17 16:15 Navigable file list john.north1
@ 2009-03-17 18:41 ` Sean Sieger
[not found] ` <20090317193119.GB6732@reforged>
2009-03-19 5:14 ` D Lynn
2 siblings, 0 replies; 7+ messages in thread
From: Sean Sieger @ 2009-03-17 18:41 UTC (permalink / raw)
To: help-gnu-emacs
john.north1@gmail.com writes:
I am trying to re-creete something similar to vim.project where
I have a buffer listing all of the files I use and use this for
jumping between files.
*Buffer List* by doing C-x C-b?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Navigable file list
@ 2009-03-17 18:54 John North
2009-03-18 9:18 ` Peter Dyballa
[not found] ` <mailman.3482.1237367944.31690.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 7+ messages in thread
From: John North @ 2009-03-17 18:54 UTC (permalink / raw)
To: help-gnu-emacs
On 17 Mar, 18:41, Sean Sieger <sean.sie...@gmail.com> wrote:
> john.nor...@gmail.com writes:
>
> I am trying to re-creete something similar to vim.project where
> I have a buffer listing all of the files I use and use this for
> jumping between files.
>
> *Buffer List* by doing C-x C-b?
Thanks, but the buffer list only shows open buffers. I am looking for
a list of all (or a subset) of the files from a directory and its sub-
directories.
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: Navigable file list
[not found] ` <20090317193119.GB6732@reforged>
@ 2009-03-17 19:47 ` Drew Adams
0 siblings, 0 replies; 7+ messages in thread
From: Drew Adams @ 2009-03-17 19:47 UTC (permalink / raw)
To: 'Mike Mattie', john.north1, help-gnu-emacs
> > I am a newbie to emacs and trying to replace my old setup using
> > Vim. I am trying to re-creete something similar to
> > vim.project where I have a buffer listing all of the files I
> > use and use this for jumping between files.
> >
> > I can see that speedbar shows all of the file in a particular
> > directory and ECB does the same. However I need a recursive list of
> > all files that I can then navigate using search.
> >
> > I cant believe this doesn't exist already but I cant find it.
>
> I can think of dired. It is quite powerful though I have not explored
> very far into it. It shows a flat listing, but I would bet it has
> some powerful searching facilities.
See command `find-dired'.
Wrt search in Dired, see `C-h k A'.
See also this recent thread in help-gnus-emacs: "How not to list the .o files in
find-dired". The answers given there should help you too.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Navigable file list
2009-03-17 18:54 John North
@ 2009-03-18 9:18 ` Peter Dyballa
[not found] ` <mailman.3482.1237367944.31690.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 7+ messages in thread
From: Peter Dyballa @ 2009-03-18 9:18 UTC (permalink / raw)
To: John North; +Cc: help-gnu-emacs
Am 17.03.2009 um 19:54 schrieb John North:
> Thanks, but the buffer list only shows open buffers. I am looking for
> a list of all (or a subset) of the files from a directory and its sub-
> directories.
M-x dired RET ?
--
Greetings
Pete
Imbecility, n.:
A kind of divine inspiration, or sacred fire affecting
censorious critics of this dictionary.
– Ambrose Bierce: _The Devil's Dictionary_
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Navigable file list
[not found] ` <mailman.3482.1237367944.31690.help-gnu-emacs@gnu.org>
@ 2009-03-18 21:29 ` John North
0 siblings, 0 replies; 7+ messages in thread
From: John North @ 2009-03-18 21:29 UTC (permalink / raw)
To: help-gnu-emacs
On Mar 18, 9:18 am, Peter Dyballa <Peter_Dyba...@Web.DE> wrote:
> Am 17.03.2009 um 19:54 schrieb John North:
>
> > Thanks, but the buffer list only shows open buffers. I am looking for
> > a list of all (or a subset) of the files from a directory and its sub-
> > directories.
>
> M-x dired RET ?
>
> --
> Greetings
>
> Pete
>
> Imbecility, n.:
> A kind of divine inspiration, or sacred fire affecting
> censorious critics of this dictionary.
> – Ambrose Bierce: _The Devil's Dictionary_
Thanks everyone,
dired and find-dired seem to do exactly what I need, especially when
combined with with virtual-dired.
I had been looking through lots of add-ins and it was core
functionality.
Thanks for the help
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Navigable file list
2009-03-17 16:15 Navigable file list john.north1
2009-03-17 18:41 ` Sean Sieger
[not found] ` <20090317193119.GB6732@reforged>
@ 2009-03-19 5:14 ` D Lynn
2 siblings, 0 replies; 7+ messages in thread
From: D Lynn @ 2009-03-19 5:14 UTC (permalink / raw)
To: help-gnu-emacs
john.north1@gmail.com writes:
> Hi Everyone,
>
> I am a newbie to emacs and trying to replace my old setup using
> Vim. I am trying to re-creete something similar to vim.project where
> I have a buffer listing all of the files I use and use this for
> jumping between files.
>
> I can see that speedbar shows all of the file in a particular
> directory and ECB does the same. However I need a recursive list of
> all files that I can then navigate using search.
>
> I cant believe this doesn't exist already but I cant find it.
>
> Thanks for your help.
You might look at nav which google just released:
http://code.google.com/p/emacs-nav/
"Nav is a lightweight solution for Emacs users who want something like
TextMate's file browser, or the Eclipse project view"
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2009-03-19 5:14 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-17 16:15 Navigable file list john.north1
2009-03-17 18:41 ` Sean Sieger
[not found] ` <20090317193119.GB6732@reforged>
2009-03-17 19:47 ` Drew Adams
2009-03-19 5:14 ` D Lynn
-- strict thread matches above, loose matches on Subject: below --
2009-03-17 18:54 John North
2009-03-18 9:18 ` Peter Dyballa
[not found] ` <mailman.3482.1237367944.31690.help-gnu-emacs@gnu.org>
2009-03-18 21:29 ` John North
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).