From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.help Subject: Re: Company Eclim remove-if error Date: Sun, 07 Dec 2014 02:34:33 +0200 Message-ID: <86oarg8fhi.fsf@yandex.ru> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1417912508 8615 80.91.229.3 (7 Dec 2014 00:35:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Dec 2014 00:35:08 +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 Sun Dec 07 01:35:03 2014 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 1XxPoT-0003Ro-0V for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Dec 2014 01:35:01 +0100 Original-Received: from localhost ([::1]:56073 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxPoS-0001nY-8h for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Dec 2014 19:35:00 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54561) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxPoB-0001nK-AT for help-gnu-emacs@gnu.org; Sat, 06 Dec 2014 19:34:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XxPo5-0001jE-JP for help-gnu-emacs@gnu.org; Sat, 06 Dec 2014 19:34:43 -0500 Original-Received: from mail-wg0-x232.google.com ([2a00:1450:400c:c00::232]:46211) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxPo5-0001j9-CE for help-gnu-emacs@gnu.org; Sat, 06 Dec 2014 19:34:37 -0500 Original-Received: by mail-wg0-f50.google.com with SMTP id k14so3619011wgh.37 for ; Sat, 06 Dec 2014 16:34:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=z1fUGWFh+zpo1zwnFBip8OhsLDX+PygwYG43GaVERDs=; b=K9dDdIuVx4Ov03xTkXSnG1VVKA3BEzUuZx0n3hd/dnvO/zZfu+hBd/MMr043eRNvsn 1ObAgUAk5kd6Z50KuY6hlxkpOkCXfVWwN+SAVHyGGUvJdLIkjB2lQhA+jyxjXCnruTH7 uQhmLJNqXEcEuun/G6A8r3y+Y1EYeCBYNpY/FYGimlqR24QVmM7DWADgIZ+lVfigrdvg L4iuuNF0DeAStLOkBTaVZ472ix0lezsNjDWOj9VoGtb9IHD77uk27HHVekKk0bjjOwa6 2MUhll/ROm22MtogU+1tR8cG6nr9kFcuyON4ORjdqh24mBiGrFhlRJoahC2EPH/m8Knk /RCA== X-Received: by 10.194.23.10 with SMTP id i10mr34058253wjf.11.1417912476801; Sat, 06 Dec 2014 16:34:36 -0800 (PST) Original-Received: from axl ([82.102.93.57]) by mx.google.com with ESMTPSA id j1sm50524848wjw.25.2014.12.06.16.34.35 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 06 Dec 2014 16:34:36 -0800 (PST) In-Reply-To: (typedeph .'s message of "Sat, 6 Dec 2014 14:10:41 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.51 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::232 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:101457 Archived-At: Hi! "typedeph ." writes: > (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) Looks the same as https://github.com/senny/emacs-eclim/issues/95. To work around it, try adding (require 'cl) to your init file before `company-emacs-eclim-setup' call.