From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrea Crotti Newsgroups: gmane.emacs.help Subject: Re: finding files not visited Date: Wed, 21 Sep 2011 09:45:43 +0100 Message-ID: <4E79A437.3090102@gmail.com> References: <4E708BA5.7060206@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1316595028 31526 80.91.229.12 (21 Sep 2011 08:50:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 21 Sep 2011 08:50:28 +0000 (UTC) Cc: Filipp Gunbin To: GNU Emacs List Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 21 10:50:24 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R6IVZ-0000qZ-So for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Sep 2011 10:50:22 +0200 Original-Received: from localhost ([::1]:47450 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6IVU-0005dq-9y for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Sep 2011 04:50:16 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:39029) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6IVK-0005ZO-8S for help-gnu-emacs@gnu.org; Wed, 21 Sep 2011 04:50:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6IVE-0002ir-Hr for help-gnu-emacs@gnu.org; Wed, 21 Sep 2011 04:50:06 -0400 Original-Received: from mail-ey0-f169.google.com ([209.85.215.169]:62901) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6IVE-0002ic-Cz for help-gnu-emacs@gnu.org; Wed, 21 Sep 2011 04:50:00 -0400 Original-Received: by eye13 with SMTP id 13so830925eye.0 for ; Wed, 21 Sep 2011 01:49:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=DkUT1SrnAjTjY4smb6qF3Z0RXziMslnweuwwbNOJUb8=; b=H9LeH+brKz+0A1ZD+/7++CpYaAkgYiZMC18PHpvIPBBw81m17VSP0uz8Achpqa427i 8qyKj0C/UsiAQHl10uhOCrO4fMWmg15FNaPbH58Qk+NeqQVs2ll7YLcRBEcsnnY9D4Tc S3aY/UjL0US3BH9JYRw98QDiuFMGOd4/XeSQI= Original-Received: by 10.216.181.210 with SMTP id l60mr1836839wem.110.1316594998910; Wed, 21 Sep 2011 01:49:58 -0700 (PDT) Original-Received: from [10.0.0.144] (mail2.xype.com. [87.194.167.167]) by mx.google.com with ESMTPS id fa3sm6040372wbb.3.2011.09.21.01.49.55 (version=SSLv3 cipher=OTHER); Wed, 21 Sep 2011 01:49:56 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20110906 Thunderbird/6.0.2 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.215.169 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:82272 Archived-At: On 09/14/2011 12:41 PM, Filipp Gunbin wrote: > 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 I'm happily using this solution actually :) The only problem is that I would like to enable it globally, but only when the actual number of subdirectories is not huge, otherwise it takes forever... I can't find, however, a variable to set up to give a limit of maximum sub-directories to open... Or how can I achieve that?