From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tima Newsgroups: gmane.emacs.help Subject: Re: IDE versus emacs Date: Fri, 5 Oct 2012 15:58:59 -0700 Message-ID: References: <83d30y87yi.fsf@gnu.org> <83626q7zvk.fsf@gnu.org> <87y5jl243r.fsf@gmail.com> <87pq4xbqup.fsf@wanadoo.es> <87d30xatgo.fsf@wanadoo.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1349477951 4975 80.91.229.3 (5 Oct 2012 22:59:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Oct 2012 22:59:11 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 06 00:59:17 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TKGrV-0003e2-73 for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Oct 2012 00:59:17 +0200 Original-Received: from localhost ([::1]:56811 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKGrP-0001uB-Ht for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Oct 2012 18:59:11 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKGrJ-0001u3-KL for help-gnu-emacs@gnu.org; Fri, 05 Oct 2012 18:59:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TKGrI-0007rr-No for help-gnu-emacs@gnu.org; Fri, 05 Oct 2012 18:59:05 -0400 Original-Received: from mail-pa0-f41.google.com ([209.85.220.41]:54480) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKGrI-0007rF-Hm for help-gnu-emacs@gnu.org; Fri, 05 Oct 2012 18:59:04 -0400 Original-Received: by mail-pa0-f41.google.com with SMTP id fa10so2618717pad.0 for ; Fri, 05 Oct 2012 15:59:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=TeUIMDwTvbVe6yUN9EbPm0VaACgUHJYFWl0w+Ji3yjU=; b=lV6XUVSTansQm3Nbnv06P35Vsv5qANJIwkLe/XWk87OaXrgv0ksDimksZ9uTUwzgm1 /r2nBTQB9jgiso5eRXas0t6lvL2f5CJTxbuH/TlxTgRg2OStwtMRFhceEAv+0inNyQJQ I6LX1f0/P1vYJuOlJCfcvMHKT9Rc2jHDStzEm9++ywVU+BBg1GkfJsy096oZLMnzP1ck nTeRAYxrTZdpb9NFyjwPZ5VnBNNa8cTViA7Cze7gh/nYRKlnc7hjsaAqLBs7G/WGOKQG DG0yuLzbAEygGhwfgT26rdQavdijRq9bJMQEJRLfjkxW6u6KN9ARcb67alkRr5FGR4bs ipWQ== Original-Received: by 10.68.202.6 with SMTP id ke6mr34136582pbc.82.1349477942990; Fri, 05 Oct 2012 15:59:02 -0700 (PDT) Original-Received: from [10.40.22.51] (64-79-112-253.static.wiline.com. [64.79.112.253]) by mx.google.com with ESMTPS id g1sm6668162paz.18.2012.10.05.15.59.00 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 05 Oct 2012 15:59:01 -0700 (PDT) In-Reply-To: <87d30xatgo.fsf@wanadoo.es> X-Mailer: Apple Mail (2.1283) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.220.41 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:87098 Archived-At: On Oct 5, 2012, at 7:23 AM, =D3scar Fuentes wrote: > Emacs has partial support for some of those features, with CEDET = always > shining on the horizon, but instead of catching up with other IDEs as > time passes, it is falling behind. The programming feature I miss most in emacs is the code browsing: jump = to the definition of a method, function, class, variable, and jump back = to the original position. I tried to configure CEDET to do this, but = have not succeeded so far. Before drilling into CEDET, I would like to ask whether I'm looking at = the right direction. What is the recommended tool for the code browsing = in emacs? It should understand the language context, but strictly = speaking I do not need any other features that CEDET provides. Thank you, --Tima=