From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jude DaShiell Newsgroups: gmane.emacs.help Subject: Re: Company Eclim remove-if error Date: Wed, 11 Feb 2015 12:03:31 -0500 (EST) Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: ger.gmane.org 1423674240 22038 80.91.229.3 (11 Feb 2015 17:04:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Feb 2015 17:04:00 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "typedeph ." Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 11 18:03:51 2015 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 1YLahb-0002Dc-18 for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Feb 2015 18:03:51 +0100 Original-Received: from localhost ([::1]:46172 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLaha-0005RA-ER for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Feb 2015 12:03:50 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLahN-0005PX-1H for help-gnu-emacs@gnu.org; Wed, 11 Feb 2015 12:03:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLahI-00081n-OE for help-gnu-emacs@gnu.org; Wed, 11 Feb 2015 12:03:36 -0500 Original-Received: from shellworld.net ([69.60.117.94]:51740 helo=server1.shellworld.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLahI-00081d-Kj for help-gnu-emacs@gnu.org; Wed, 11 Feb 2015 12:03:32 -0500 Original-Received: by server1.shellworld.net (Postfix, from userid 1024) id D251D22962; Wed, 11 Feb 2015 12:03:31 -0500 (EST) Original-Received: from localhost (localhost [127.0.0.1]) by server1.shellworld.net (Postfix) with ESMTP id D03A62295E; Wed, 11 Feb 2015 12:03:31 -0500 (EST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Mac OS X 10.x X-Received-From: 69.60.117.94 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:102645 Archived-At: I'm surprised you got as far as you did. Apparently marmellade repo is no longer accessible with I think emacs 24.5 which I thnk is current version in archlinux. A step you forgot which should produce the inaccessible error I've just described is to do m-xlist-packages once emacs is running. Find that package you tried installing and hit i on it to install it locally then hit x to do the install. Finally hit q to leave list-packages and return to emacs. On Sat, 6 Dec 2014, typedeph . wrote: > 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) > > jude Twitter: @JudeDaShiell