[ANN] nrepl.el 0.1.6 released

2013-01-29 Thread Tim King
I am pleased to announce that nrepl.el v0.1.6 has been released, and is now available on marmalade. Preview versions of the next release are available on Melpa. See the Readme on github (https://github.com/kingtim/nrepl.el) for installation and usage instructions. Notable changes since our last r

Re: [ANN] Leiningen 2.0.0-preview3

2012-04-17 Thread Tim King
Hi, I am also getting this error on Windows. I think I have tracked down the source of the problem in lein-newnew. c.j.io/resource expects a path separated by "/", and (.getPath file)returns a path separated by the system dependent separator (i.e. "leiningen\\new\\default\\project.clj"). I hav

Re: Clojure-Specific Emacs Environment

2012-04-26 Thread Tim King
I have been working on a fork of Phil's nrepl.el for the past few nights. So far I have gotten the basic bencode/bdecode transport working and am able to send and receive to an nREPL server. Beyond that, it isn't really in anything close to a usable state yet, but I plan to continue plugging away a

Re: Clojure-Specific Emacs Environment

2012-04-27 Thread Tim King
can be a really important part of the > future for Clojure hacking with Emacs. Let us know how you get on. > > Sam > > -- > http://sam.aaron.name > > > On Thursday, 26 April 2012 at 15:27, Tim King wrote: > > > I have been working on a fork of Phil's nrepl.el

[ANN] nrepl.el 0.1.3 released

2012-08-21 Thread Tim King
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

Re: Deprecation of Swank Clojure, long live nrepl.el

2012-08-22 Thread Tim King
On Wed, Aug 22, 2012 at 7:56 AM, Warren Lynn 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, bu

Re: [ANN] nrepl.el 0.1.3 released

2012-08-22 Thread Tim King
> > 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

Re: Deprecation of Swank Clojure, long live nrepl.el

2012-08-23 Thread Tim King
On Thu, Aug 23, 2012 at 8:19 AM, Chas Emerick wrote: > Just adding [org.clojure/tools.nrepl "0.2.0-beta9"] to your project > dependencies should do it. > > Can you point me to this ac-nrepl issue that may be server-related? > > - Chas > > I don't think it is nREPL server related. It has to do wi

Re: how to disconnect/quit the repl in nrepl.el?

2012-08-26 Thread Tim King
On Sat, Aug 25, 2012 at 11:12 AM, Shanmu wrote: > Hi All, > Is there a way to disconnect/quit the repl in nrepl.el cleanly? > > Hi Shanmu, This is a open issue that has not been implemented yet. https://github.com/kingtim/nrepl.el/issues/33 Cheers, Tim -- You received this message because you

Re: Deprecation of Swank Clojure, long live nrepl.el

2012-08-27 Thread Tim King
> > > But if I do the same in an Emacs nrepl buffer, I got the exception as > described in the ac-nrepl issue. So it does seems nrepl related. Can > someone explain why? Thank you. > > I am using lein2 preview 10, and nrepl.el 0.1.4 preview > Hi Warren, I added an explanation to the issue you refer

Re: Literate Programming in org-babel (ob-clojure.el) is broken under nrepl.el

2012-09-06 Thread Tim King
On Thu, Sep 6, 2012 at 9:42 AM, lambdatronic wrote: > For those people (like myself) who do a lot of Literate Programming in > Emacs using Clojure and org-babel, migrating to nrepl and nrepl.el is > somewhat non-trivial. This is because the existing Clojure support in > org-babel (ob-clojure.el)

[ANN] nrepl.el 0.1.4 released

2012-09-18 Thread Tim King
I am happy to announce the release of nrepl.el v0.1.4, an Emacs client for nREPL. https://github.com/kingtim/nrepl.el v0.1.4 is available now on Marmalade, and should also be available on Melpa. See the github Readme for installation and usage instructions. Notable additions since our last relea

[ANN] nrepl.el 0.1.5 released

2012-10-22 Thread Tim King
I am pleased to announce the release of nrepl.el v0.1.5, an Emacs client for nREPL. nrepl.el v0.1.5 is now available on Marmalade. Preview versions of the next release are available on Melpa. See the Readme on github (https://github.com/kingtim/nrepl.el) for installation and usage instructions. N

Re: [ANN] nrepl.el 0.1.5 released

2012-10-25 Thread Tim King
On Mon, Oct 22, 2012 at 5:35 PM, Erlis Vidal wrote: > Quick question, > > After follow the installation instructions it looks like version 0.1.4 was > installed instead version 0.1.5 do you know why ? > Hi Erlis, My guess is you have an old version lying around? Did you install from marmalade? W

Re: [ANN] nrepl.el 0.1.5 released

2012-10-25 Thread Tim King
Thanks everyone for all the positive feedback. Glad to hear the community is finding this useful. Cheers, Tim -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new memb