Tim King writes:
Hi Tim,
>> Tassilo Horn writes:
>>
>> Pull request is sent!
>>
> Thank you for your feedback and the pull request.
You're welcome.
> I'll check that out when I have a spare moment.
Great.
Bye,
Tassilo
--
You received this message because you are subscribed to the Google
G
>
> Tassilo Horn writes:
>
> Pull request is sent!
>
>
Thank you for your feedback and the pull request.
I'll check that out when I have a spare moment.
Cheers,
Tim
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to
Tassilo Horn writes:
> The standard way of doing completion in modern emacsen is to add your
> own completion function to `completion-at-point-functions' and bind
> M-TAB to `complete-symbol'. That does all the magic of showing a
> *Completions* buffer with multiple possibilities and completing
Phil Hagelberg writes:
Hi Phil,
>> - The completion only completes if there's exactly one match. If
>> there are multiple candidates, it simply echos them in the echo
>> area. Why not doing the usual emacs completion stuff with a
>> *Completions* buffer and completing the common
Tassilo Horn writes:
> Tim King writes:
>
>> I am happy to announce version 0.1.3 of nrepl.el, an Emacs client for
>> nREPL.
Thrilled to see this release go out. Thanks, Tim!
> Some things that are show-stoppers for me:
>
> - If it's installed, it hooks into clojure-mode unconditionally.
>
On Tue, Aug 21, 2012 at 10:04 PM, Tassilo Horn wrote:
> - The completion only completes if there's exactly one match. If
> there are multiple candidates, it simply echos them in the echo
> area. Why not doing the usual emacs completion stuff with a
> *Completions* buffer and comple
Tim King writes:
Hi Tim,
> I am happy to announce version 0.1.3 of nrepl.el, an Emacs client for
> nREPL.
>
> https://github.com/kingtim/nrepl.el
>
> Please give it a try!
I just gave it a try (normally using clojure-jack-in, that is, swank).
One really cool thing is its fast startup.
Some thi
I am happy to announce version 0.1.3 of nrepl.el, an Emacs client for nREPL.
https://github.com/kingtim/nrepl.el
v0.1.3 is available now on Marmalade, and should also be available on Melpa.
See the github Readme for installation and usage instructions.
Please give it a try!
Notable additions si