unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>
To: "Jordi Gutiérrez Hermoso" <jordigh@octave.org>,
	"Les Harris" <lharris@gnome.org>
Cc: emacs-devel@gnu.org
Subject: Re: Does CEDET work?
Date: Thu, 19 Apr 2012 22:52:57 +0530	[thread overview]
Message-ID: <87d373zle6.fsf@skywalker.in.ibm.com> (raw)
In-Reply-To: <CAPHS2gygtVtXFPqwuBsBykvsLPU=+0UMk3H4FtQZ1pHevMvn-Q@mail.gmail.com>

Jordi Gutiérrez Hermoso <jordigh@octave.org> writes:

> On 19 April 2012 01:22, Les Harris <lharris@gnome.org> wrote:
>> Jambunathan K <kjambunathan@gmail.com> writes:
>>
>>> Could you please share your autocomplete configuration as well?  It
>>> could serve as a good starting point for people like me interested in
>>> exploring CEDET (and whatever else that goes well with it).
>>
>> Certainly, it's not much.
>>
>> ;; Autocomplete
>> (require 'auto-complete-config)
>> (add-to-list 'ac-dictionary-directories (expand-file-name
>>             "~/.emacs.d/elpa/auto-complete-1.4.20110207/dict"))
>> (setq ac-comphist-file (expand-file-name
>>             "~/.emacs.d/ac-comphist.dat"))
>> (ac-config-default)
>>
>> That's my Autocomplete configuration.  It's available via ELPA or
>> EmacsWiki.
>>
>> The AC-Semantic backend is handed in my c-mode-hook which I posted
>> previously.
>>
>> Previous versions of CEDET (and Autocomplete mode) required much more
>> manual configuration. It all works more or less 'out of the box' now.
>
> Thanks, added your thing to the wiki:
>
>     http://www.emacswiki.org/emacs/CEDET_Quickstart
>

Another nice option is to use 

  (semanticdb-enable-gnu-global-databases 'c-mode)


And use gnu global for searching for tags project wide, So you start
with generated gtag file and then use semantic to search for a
tag. Semantic will internally fallback to global to find the file and
then parse the file to find the tag.

-aneesh




  reply	other threads:[~2012-04-19 17:22 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-18 21:36 Does CEDET work? Jordi Gutiérrez Hermoso
2012-04-18 22:05 ` joakim
2012-04-18 21:39   ` Leo
2012-04-19  1:50     ` Eric M. Ludlam
2012-04-19  2:03     ` Óscar Fuentes
2012-04-19  5:47       ` Andreas Röhler
2012-04-19  1:35 ` Tom Tromey
2012-04-19  4:29 ` Les Harris
2012-04-19  4:59   ` Jambunathan K
2012-04-19  5:22     ` Les Harris
2012-04-19 15:52       ` Jordi Gutiérrez Hermoso
2012-04-19 17:22         ` Aneesh Kumar K.V [this message]
2012-04-23 12:50   ` Nix
2012-04-26 18:14   ` Philipp Haselwarter
2012-04-26 18:26     ` Lennart Borgman
2012-04-26 19:13       ` Philipp Haselwarter
2012-04-26 19:17         ` Lennart Borgman
2012-04-26 23:36           ` Eric M. Ludlam
2012-04-26 23:58             ` Lennart Borgman
2012-04-26 18:42     ` David Engster
2012-04-26 21:11     ` Stefan Monnier

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d373zle6.fsf@skywalker.in.ibm.com \
    --to=aneesh.kumar@linux.vnet.ibm.com \
    --cc=emacs-devel@gnu.org \
    --cc=jordigh@octave.org \
    --cc=lharris@gnome.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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).