From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jai Dayal Newsgroups: gmane.emacs.help Subject: Re: IDE versus emacs Date: Sat, 20 Oct 2012 11:07:23 -0400 Message-ID: References: <83d30y87yi.fsf@gnu.org> <83626q7zvk.fsf@gnu.org> <87y5jl243r.fsf@gmail.com> <87pq4xbqup.fsf@wanadoo.es> <87d30xatgo.fsf@wanadoo.es> <20121006041754.GA30224@hysteria.proulx.com> <83pq4w6q3j.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=14dae934038f77b1a404cc7efb7b X-Trace: ger.gmane.org 1350745672 8695 80.91.229.3 (20 Oct 2012 15:07:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Oct 2012 15:07:52 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Tom Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 20 17:08:00 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 1TPaed-0002dL-SF for geh-help-gnu-emacs@m.gmane.org; Sat, 20 Oct 2012 17:08:00 +0200 Original-Received: from localhost ([::1]:33827 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TPaeW-0004Cu-99 for geh-help-gnu-emacs@m.gmane.org; Sat, 20 Oct 2012 11:07:52 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43980) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TPaeP-0004Cm-QJ for help-gnu-emacs@gnu.org; Sat, 20 Oct 2012 11:07:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TPaeO-0003GA-FV for help-gnu-emacs@gnu.org; Sat, 20 Oct 2012 11:07:45 -0400 Original-Received: from mail-ie0-f169.google.com ([209.85.223.169]:34958) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TPaeO-0003G5-8L for help-gnu-emacs@gnu.org; Sat, 20 Oct 2012 11:07:44 -0400 Original-Received: by mail-ie0-f169.google.com with SMTP id 10so2509301ied.0 for ; Sat, 20 Oct 2012 08:07:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=/fPt2PKUZUEhaKRSbDHMvhsp8BhrHc8ktrttTAsQQoE=; b=ZMRFmjFoz58ixcMSfJNo6kIbP6dASPM2I2thqjvrQHGX40fqViQhR0aLW3rz2l1bEP ZUaOSqs17KCg9bMzXXs0CRn5obmNUcBG4ysgMhSgHLNVS6p8nBBGwRHfsOc33HSlD7Su wapkAjIqkEEBl2Eqljnd2CleYJxtvJC2r3O3IsHih2ORixP51k7bJ3Vz9j+wVTIRsEYJ NNCp2o4FsO4g7xOQR+v2x00GLZYnSVJL3VKBv7aDye51B3do73tjfoMaQYcRCEeJEnTY CgBh8n3LU7C+lohI/AJxaSfjEIePek1TzmKR1UXD46jEZ6rNGPtPvFOKT2D9Yt0OLtZZ gEYA== Original-Received: by 10.50.181.202 with SMTP id dy10mr4648303igc.14.1350745663713; Sat, 20 Oct 2012 08:07:43 -0700 (PDT) Original-Received: by 10.231.81.72 with HTTP; Sat, 20 Oct 2012 08:07:23 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.223.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:87344 Archived-At: --14dae934038f77b1a404cc7efb7b Content-Type: text/plain; charset=ISO-8859-1 Okay, eclim looks interesting. All I really want is the following: Our group has a set of C "projects", and some of them build off of each other (for example, there's ffs, atl, genthread, and evpath requires the previous 3.. something like that). When i come across a struct or something, I just want to be able to jump to it.. I used to be able to do it (only within a specific project though.. evpath could only jump to evpath things), but is there a way via CEDET and semantic to do this? I feel like I should be able to set it up, I just don't know how... Jai On Sat, Oct 20, 2012 at 10:55 AM, Tom wrote: > Jai Dayal gmail.com> writes: > > > > Isn't this for Vim???? > > Originally it is, but the frontend is separated from the backend, > so any editor can implement a frontend for it. > > Here's the emacs frontend: > > https://github.com/senny/emacs-eclim > > It is quite usable, especially for Java, but it does not implement > all the features of eclim, so it can even be better if people > help out. > > The emacs-eclim authors welcome contributions, see the bottom of > the page at the above link. > > Here are the full list of eclim features from which only the Java-related > things are implemented in emacs and not all of those either, so those who > know elisp can help making emacs-eclim better: > > http://eclim.org/features.html > > > --14dae934038f77b1a404cc7efb7b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Okay, eclim looks interesting.

All I really want is the following:
Our group has a set of C "projects", and some of them build= off of each other (for example, there's ffs, atl, genthread, and evpat= h requires the previous 3.. something like that).=A0 When i come across a s= truct or something, I just want to be able to jump to it.. I used to be abl= e to do it (only within a specific project though.. evpath could only jump = to evpath things), but is there a way via CEDET and semantic to do this?=A0= I feel like I should be able to set it up, I just don't know how...
Jai

On Sat, Oct 20, 2012 at 10:55 AM,= Tom <adatgyujto@gmail.com> wrote:
Jai Dayal <dayalsoap <at> gmail.com> writes:
>
> Isn't this for Vim????

Originally it is, but the frontend is separated from the backend,
so any editor can implement a frontend for it.

Here's the emacs frontend:

https://= github.com/senny/emacs-eclim

It is quite usable, especially for Java, but it does not implement
all the features of eclim, so it can even be better if people
help out.

The emacs-eclim authors welcome contributions, see the bottom of
the page at the above link.

Here are the full list of eclim features from which only the Java-related things are implemented in emacs and not all of those either, so those who know elisp can help making emacs-eclim better:

http://eclim.o= rg/features.html



--14dae934038f77b1a404cc7efb7b--