all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andrea Crotti <andrea.crotti.0@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: eclim without jde?
Date: Sun, 15 Aug 2010 19:01:53 +0200	[thread overview]
Message-ID: <m1hbiv7qta.fsf@gmail.com> (raw)
In-Reply-To: i494mh$6rk$1@dough.gmane.org

Richard Riley <rileyrg@gmail.com> writes:

>
>
> The issue is with auto-completion.
>
> Just including eclim doesnt suddenly make auto completion work.


Sure it doesn't, you need to have something like this (not sure if it's
the correct function).

--8<---------------cut here---------------start------------->8---
  (add-hook 'java-mode-hook 
            '(lambda ()
               (add-to-list 'ac-sources 'eclim-complete)))
--8<---------------cut here---------------end--------------->8---

The ac-sources is a list of functions that auto-complet uses to check if
there is a possible completion.




  reply	other threads:[~2010-08-15 17:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-14 21:56 eclim without jde? Richard Riley
2010-08-15 14:36 ` Andrea Crotti
2010-08-15 15:06   ` Richard Riley
2010-08-15 15:51     ` Andrea Crotti
2010-08-15 16:30       ` Richard Riley
2010-08-15 17:01         ` Andrea Crotti [this message]
2010-08-15 17:11           ` Richard Riley
2010-08-17 21:50             ` Andrea Crotti

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

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

  git send-email \
    --in-reply-to=m1hbiv7qta.fsf@gmail.com \
    --to=andrea.crotti.0@gmail.com \
    --cc=help-gnu-emacs@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.