Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Deprecation of Swank Clojure, long live nrepl.el

Received: by 10.43.9.8 with SMTP id ou8mr6510966icb.4.1345655110647;
        Wed, 22 Aug 2012 10:05:10 -0700 (PDT)
X-BeenThere: swank-clojure@googlegroups.com
Received: by 10.50.41.165 with SMTP id g5ls2585423igl.2.gmail; Wed, 22 Aug
 2012 10:05:10 -0700 (PDT)
Received: by 10.50.150.134 with SMTP id ui6mr1514998igb.4.1345655110150;
        Wed, 22 Aug 2012 10:05:10 -0700 (PDT)
Received: by 10.50.100.229 with SMTP id fb5msigb;
        Wed, 22 Aug 2012 09:46:48 -0700 (PDT)
Received: by 10.43.43.201 with SMTP id ud9mr5006183icb.1.1345654008626;
        Wed, 22 Aug 2012 09:46:48 -0700 (PDT)
Received: by 10.43.43.201 with SMTP id ud9mr5006181icb.1.1345654008541;
        Wed, 22 Aug 2012 09:46:48 -0700 (PDT)
Return-Path: <king...@gmail.com>
Received: from mail-iy0-f169.google.com (mail-iy0-f169.google.com [209.85.210.169])
        by gmr-mx.google.com with ESMTPS id zu7si2156525igb.3.2012.08.22.09.46.48
        (version=TLSv1/SSLv3 cipher=OTHER);
        Wed, 22 Aug 2012 09:46:48 -0700 (PDT)
Received-SPF: pass (google.com: domain of king...@gmail.com designates 209.85.210.169 as permitted sender) client-ip=209.85.210.169;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of king...@gmail.com designates 209.85.210.169 as permitted sender) smtp.mail=king...@gmail.com; dkim=pass header...@gmail.com
Received: by iahk25 with SMTP id k25so1229918iah.14
        for <multiple recipients>; Wed, 22 Aug 2012 09:46:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :cc:content-type;
        bh=f1PSp8aQNeUiopj/4GJMNqn1+1l1tOnBjqBKRK1wiLA=;
        b=qcYZ0ghuk1WQobQJYQYq2Cllw41+jCV6jJQvXT0f/jzR/UFgLWm2kgTzRT+T8cknq7
         Omx5jUcYIPE9RHlctafXDSxXDlzKKkI6D3bU9iMU7yFsGpeV/HLkh+HxRwdBPGwkWmk5
         Ll/SqLvBcprU37idg4c3/pELlUnXJhCeoMnk0hgjCQuiGxC6NYIk8TThGA6K5+/JTZPc
         q8s3ZiaXDLTQKVu7PrqSb2sAlcUYhM0//n2DX+GYZC66CJ3rEGRn1mrpVwDPfmDLPJ+o
         g3C21nibOZmfBnq+PHsJujP+/TFdPIFlX5QPMBaWURXH4Mfc9wk1L49yjJBm2NYv2kro
         QnTg==
MIME-Version: 1.0
Received: by 10.50.186.131 with SMTP id fk3mr2936228igc.31.1345654008056; Wed,
 22 Aug 2012 09:46:48 -0700 (PDT)
Received: by 10.64.9.43 with HTTP; Wed, 22 Aug 2012 09:46:48 -0700 (PDT)
In-Reply-To: <0a6f49ab-9f23-4572-a043-9772676bca5d@googlegroups.com>
References: <87txvveb6j....@hagelb.org>
	<0a6f49ab-9f23-4572-a043-9772676bca5d@googlegroups.com>
Date: Wed, 22 Aug 2012 09:46:48 -0700
Message-ID: <CAO66LMvFgYfuyUuzNRAk0ChfvoqhG85udp-gU90qNon1TqP...@mail.gmail.com>
Subject: Re: Deprecation of Swank Clojure, long live nrepl.el
From: Tim King <king...@gmail.com>
To: swank-clojure@googlegroups.com
Cc: clojure@googlegroups.com
Content-Type: multipart/alternative; boundary=14dae9340a8d240d3004c7dd7dbb

--14dae9340a8d240d3004c7dd7dbb
Content-Type: text/plain; charset=ISO-8859-1

On Wed, Aug 22, 2012 at 7:56 AM, Warren Lynn <wrn.l...@gmail.com> wrote:

2. Right now I use "slime-completions" function with auto-complete.el so I
> have automatic completion working. I am very attached to auto-complete as
> that is a big helper on my coding efficiency. I know there is
> "nrepl-complete" command, but is there a function that will return all the
> completions for a prefix so I can use that with auto-complete? I could not
> find it.
>

Hi Warren,

You may want to check out  https://github.com/purcell/ac-nrepl.

Cheers,
Tim

--14dae9340a8d240d3004c7dd7dbb
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

<br><div class=3D"gmail_quote">On Wed, Aug 22, 2012 at 7:56 AM, Warren Lynn=
 <span dir=3D"ltr">&lt;<a href=3D"mailto:wrn.l...@gmail.com" target=3D"_bla=
nk">wrn.l...@gmail.com</a>&gt;</span> wrote:</div><div class=3D"gmail_quote=
"><br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-l=
eft:1px #ccc solid;padding-left:1ex">
2. Right now I use &quot;slime-completions&quot; function with auto-complet=
e.el so I have automatic completion working. I am very attached to auto-com=
plete as that is a big helper on my coding efficiency. I know there is &quo=
t;nrepl-complete&quot; command, but is there a function that will return al=
l the completions for a prefix so I can use that with auto-complete? I coul=
d not find it.<br>
</blockquote><div>=A0</div><div class=3D"gmail_quote">Hi Warren,</div><div>=
<br></div>You may want to check out=A0=A0<a href=3D"https://github.com/purc=
ell/ac-nrepl">https://github.com/purcell/ac-nrepl</a>.<div><br></div><div>C=
heers,</div>
<div>Tim<br><div><br></div></div></div>

--14dae9340a8d240d3004c7dd7dbb--