From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Birju Prajapati" Newsgroups: gmane.emacs.help Subject: Re: navigate through big java projects and refactoring Date: Tue, 5 Sep 2006 13:42:47 +0100 Message-ID: References: <1157296638.2ixivooc0nb4@w9.webmail.telepac.pt> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1157460249 12611 80.91.229.2 (5 Sep 2006 12:44:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 5 Sep 2006 12:44:09 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 05 14:44:07 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GKaHe-0003FP-G6 for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Sep 2006 14:44:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GKaHe-0006O3-0T for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Sep 2006 08:44:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GKaGS-0004tM-6A for help-gnu-emacs@gnu.org; Tue, 05 Sep 2006 08:42:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GKaGQ-0004qr-BO for help-gnu-emacs@gnu.org; Tue, 05 Sep 2006 08:42:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GKaGQ-0004qc-54 for help-gnu-emacs@gnu.org; Tue, 05 Sep 2006 08:42:50 -0400 Original-Received: from [64.233.182.188] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GKaRA-0007hd-15 for help-gnu-emacs@gnu.org; Tue, 05 Sep 2006 08:53:56 -0400 Original-Received: by nf-out-0910.google.com with SMTP id q29so1455503nfc for ; Tue, 05 Sep 2006 05:42:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OE+ct2L5hziHGhuRMvUKAzAIkj+3Fnf3KXB4ZZFTURlhO/yUtS7fqUQzK0xfw64FyzZrIfnm/qeihQcksWXj1inLUjXYy3Y1kHJZXxbTCxDxY9buZ/QXgfyPCSV7kTE71io/wdD/b4WyvtHFw7/VJ5dm5FUjxQQfWnH3/V+r9Ww= Original-Received: by 10.48.254.10 with SMTP id b10mr7664988nfi; Tue, 05 Sep 2006 05:42:47 -0700 (PDT) Original-Received: by 10.49.23.10 with HTTP; Tue, 5 Sep 2006 05:42:47 -0700 (PDT) Original-To: "op132650c@mail.telepac.pt" In-Reply-To: <1157296638.2ixivooc0nb4@w9.webmail.telepac.pt> Content-Disposition: inline X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37160 Archived-At: On 03/09/06, op132650c@mail.telepac.pt wrote: > Hi, > > I want to work with emacs for programming Java. Is there any other way then > using the speedbar and ECB program, to open files easily from a big project, > instead of having to write the full path to the source file, or navigate > through project browser of ECB? Something like, only have to write the full, or > partial name of the java file, and open it. M-x find-name-dired ?