all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "typedeph ." <typedeph@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Company Eclim remove-if error
Date: Sat, 6 Dec 2014 14:10:41 -0500	[thread overview]
Message-ID: <CAMeoMTy50Q20MHmwU2n_3Qq9YYEqz3F8P3piNj-_FEBr3ehOzQ@mail.gmail.com> (raw)

Hello, I'm a beginner in emacs and have been having trouble setting up this
emacs eclim package for a while. Although I think I have successfully set
up eclim I am unable to make company work for it. I have tried to follow
the instructions on the emacs-eclim website as best as possible: install
eclim, launch the eclimd server, install emacs-eclim and set up
emacs-eclim. As I am a beginner my init.el is very short:
(add-to-list 'package-archives
         '("marmalade" . "http://marmalade-repo.org/packages/"))
(add-to-list 'package-archives
         '("melpa" . "http://melpa.milkbox.net/packages/"))
(package-initialize)

(require 'evil)
(evil-mode 1)

(setq c-default-style "bsd"
      c-basic-offset 4)

(require 'company)
(add-hook 'after-init-hook 'global-company-mode)

(custom-set-variables
 '(eclim-eclipse-dirs '("~/Apps/eclipse"))
 '(eclim-exectuable "~/Apps/eclipse/eclimd"))
(setq eclimd-default-workspace "~/workspace")

(require 'eclim)
(require 'company-emacs-eclim)
(company-emacs-eclim-setup)

Can someone tell me what I'm doing wrong? I get an error the minute I add
(company-emacs-eclim-setup)


             reply	other threads:[~2014-12-06 19:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-06 19:10 typedeph . [this message]
2014-12-07  0:34 ` Company Eclim remove-if error Dmitry Gutov
2014-12-08  7:11   ` typedeph
2015-02-11 17:03 ` Jude DaShiell

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=CAMeoMTy50Q20MHmwU2n_3Qq9YYEqz3F8P3piNj-_FEBr3ehOzQ@mail.gmail.com \
    --to=typedeph@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.