From: Filipp Gunbin <fgunbin@fastmail.fm>
To: help-gnu-emacs@gnu.org
Subject: Re: finding files not visited
Date: Wed, 14 Sep 2011 15:41:58 +0400 [thread overview]
Message-ID: <r9kmxe72vw7.fsf@ws796-of-spb.ru.yotateam.com> (raw)
In-Reply-To: 4E708BA5.7060206@gmail.com
Andrea Crotti <andrea.crotti.0@gmail.com> writes:
> I'm working on a code-base (python) which is very nested, in a Java-like
> style, and there are really thousands of files.
>
> I would like to access easily to files even if they are not visited yet.
>
> My idea is that if I am on path X on disk pressing C-x C-f would show me
> first the current files, then writing something which is not found could
> look for (with find for example) in the subdirectories to find the file
> that I wanted.
>
> Is it possible to achieve something like this?
>
> Thanks,
> Andrea
I didn't understand what is your idea/suggestion, but I work with large
amount of Java files this way:
1. Open a dired buffer for each project (Maven module in my case)
2. Set dired switches (C-u s) to contain -R so it outputs all files
recursively
3. Use file name incremental search (C-s) to find what I want. I also
have (setq dired-isearch-filenames t) in .emacs for it to be more
convenient.
Filipp
next prev parent reply other threads:[~2011-09-14 11:41 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-14 11:10 finding files not visited Andrea Crotti
2011-09-14 11:41 ` Filipp Gunbin [this message]
2011-09-21 8:45 ` Andrea Crotti
2011-09-21 10:20 ` Filipp Gunbin
2011-09-21 10:53 ` XeCycle
2011-09-14 13:07 ` Peter Münster
2011-09-14 15:27 ` suvayu ali
2011-09-14 16:34 ` Andrea Crotti
2011-09-14 20:50 ` Jeffrey Spencer
2011-09-14 22:15 ` Suvayu Ali
2011-09-15 14:45 ` Richard Riley
2011-09-15 15:33 ` Jeffrey Spencer
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=r9kmxe72vw7.fsf@ws796-of-spb.ru.yotateam.com \
--to=fgunbin@fastmail.fm \
--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.