unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Les Harris <lharris@gnome.org>
To: emacs-devel@gnu.org
Subject: Re: Does CEDET work?
Date: Wed, 18 Apr 2012 22:22:40 -0700	[thread overview]
Message-ID: <12k469-gau.ln1@x.lesharris.com> (raw)
In-Reply-To: 81r4vks4ex.fsf@gmail.com

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.

-- 
Do they only stand
By ignorance, is that their happy state,
The proof of their obedience and their faith?




  reply	other threads:[~2012-04-19  5: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 [this message]
2012-04-19 15:52       ` Jordi Gutiérrez Hermoso
2012-04-19 17:22         ` Aneesh Kumar K.V
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=12k469-gau.ln1@x.lesharris.com \
    --to=lharris@gnome.org \
    --cc=emacs-devel@gnu.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).