From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.help Subject: Re: Clojure Mode - `nrepl-jack-in' gives error Date: Fri, 18 Apr 2014 13:24:07 +0200 Message-ID: <87ioq6j2y0.fsf@bzg.ath.cx> References: <87d2gevqbm.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1397820279 7226 80.91.229.3 (18 Apr 2014 11:24:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Apr 2014 11:24:39 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Thorsten Jolitz Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 18 13:24:33 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 1Wb6uH-0001iW-41 for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Apr 2014 13:24:33 +0200 Original-Received: from localhost ([::1]:37326 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wb6uG-0003cV-MD for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Apr 2014 07:24:32 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wb6u0-0003cE-Uj for help-gnu-emacs@gnu.org; Fri, 18 Apr 2014 07:24:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wb6tv-0001VD-H3 for help-gnu-emacs@gnu.org; Fri, 18 Apr 2014 07:24:16 -0400 Original-Received: from mail-wg0-x230.google.com ([2a00:1450:400c:c00::230]:33560) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wb6tv-0001V2-2z for help-gnu-emacs@gnu.org; Fri, 18 Apr 2014 07:24:11 -0400 Original-Received: by mail-wg0-f48.google.com with SMTP id l18so424979wgh.7 for ; Fri, 18 Apr 2014 04:24:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=nvxIj7DA8QLOvsfXYQUCgbtv5yF94yBY00243r4O/Vc=; b=x/REbFgzwSYMgY1OdA76yaiG/4fU2MTL83lW7/vJALKhGB9tT9/8uJfsEZoN7ZcFDT 4nX1VUbuwFYraSbxQQYb3WDu7BNyPzO1qW+CVORTtKHEECFI4oyuUT9FQD1fGokpDejb d3wm1VAPKyuI7vy3pN5VIP2zQ02wCeojmoHpzwoVOZsO+9OMEzMeYVKWfebx/BMW8czI tZskepA/6bPAJR7CiXGa5IfBgBZUXiXRdRL+hDeEzG0pnAQOoU9KO9f/BgexRMojZCDi NT+BCbMcs3Tp/xN1Avl6u+GsmQXPMTDT7/uHeEpRxF03FaK1OlL2NzTZlGHPF+UUcotj GpQg== X-Received: by 10.180.93.41 with SMTP id cr9mr2093326wib.7.1397820250140; Fri, 18 Apr 2014 04:24:10 -0700 (PDT) Original-Received: from bzg.localdomain (AMontsouris-651-1-249-28.w92-163.abo.wanadoo.fr. [92.163.80.28]) by mx.google.com with ESMTPSA id u6sm2723497wif.6.2014.04.18.04.24.08 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 18 Apr 2014 04:24:09 -0700 (PDT) Original-Received: by bzg.localdomain (Postfix, from userid 1000) id 32F641C20DE0; Fri, 18 Apr 2014 13:24:08 +0200 (CEST) In-Reply-To: <87d2gevqbm.fsf@gmail.com> (Thorsten Jolitz's message of "Fri, 18 Apr 2014 13:18:21 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::230 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:97193 Archived-At: Hi Thorsten, Thorsten Jolitz writes: > After installing packages clojure-mode and nrepl in Emacs You mean CIDER, right? Otherwise please do install CIDER, this is the replacement for nrepl: https://github.com/clojure-emacs/cider -- Bastien