Re: Emacs-cider

2020-03-13 Thread Duke Normandin
Informative article-thanks! I’ve tried both ‘cider-connect’ & ‘cider-jack-in. Both throw the error message. I’m having to use ‘nightcode’ to get going with my clojure test-drive. Sent from my iPhone > On Mar 13, 2020, at 5:50 PM, Matching Socks wrote: > >  > How cider-nrepl gets loaded, all

Re: Emacs-cider

2020-03-13 Thread Matching Socks
How cider-nrepl gets loaded, all depends. The manual has something to say about it, at https://docs.cider.mx/cider/basics/up_and_running.html -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.co

Re: Emacs-cider

2020-03-13 Thread Duke
6.0 ;; Clojure 1.10.0, Java 1.8.0_241 On Friday, 13 March 2020 12:58:52 UTC-6, Alex Miller wrote: > > It would probably help to include any error information for someone to > learn more about the problem. > > On Friday, March 13, 2020 at 1:54:40 PM UTC-5, Duke wrote: >> >>

Re: Emacs-cider

2020-03-13 Thread 'Alex Miller' via Clojure
It would probably help to include any error information for someone to learn more about the problem. On Friday, March 13, 2020 at 1:54:40 PM UTC-5, Duke wrote: > > The emacs-cider combo chokes with an error to the effect that cider-nrepl > could not be loaded. > I'm on a

Emacs-cider

2020-03-13 Thread Duke
The emacs-cider combo chokes with an error to the effect that cider-nrepl could not be loaded. I'm on a Win10 box. Would someone point m to a possible solution please. Thx. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to t

Emacs cider mode has problems with macros

2016-03-19 Thread JvJ
Something unusual happens when I'm writing macros while in modes cider and ClojureC with autocomplete enabled. I have a macro derive-component (definition is too long to put in here). When I attempt to use this macro, as follows: ;; s refers to schema.core in this context (derive-component

Re: Emacs cider mode has problems with macros

2016-03-19 Thread James Elliott
You might have better luck asking in the cider-emacs group, https://groups.google.com/forum/#!forum/cider-emacs or even more active, the Gitter chat: https://gitter.im/clojure-emacs/cider -James On Wednesday, March 16, 2016 at 3:01:23 PM UTC-5, JvJ wrote: > > > > Something unu

Re: emacs-cider company-mode no match found

2014-09-27 Thread Joe (Zhou Xiangtao)
hi Tassilo, I switch to the prelude package, it works now. thanks a lot. Joe On Sun, Sep 21, 2014 at 3:59 PM, Tassilo Horn wrote: > Xiangtao Zhou writes: > > Hi! > > > I have upgrade the latest emacs-cider, the document suggest me to use > > company for auto complet

Re: emacs-cider company-mode no match found

2014-09-21 Thread Tassilo Horn
Xiangtao Zhou writes: Hi Joe, > i'm pretty sure, because I also want to have company working with repl. > both cider & cider-repl not working. Hm, strange, it works just fine for me since ages. And looking in my ~/.emacs, there's no special code for making it work. I currently use those MELP

Re: emacs-cider company-mode no match found

2014-09-21 Thread Xiangtao Zhou
hi Tassilo, i'm pretty sure, because I also want to have company working with repl. both cider & cider-repl not working. Joe On Sunday, September 21, 2014 3:59:59 PM UTC+8, Tassilo Horn wrote: > > Xiangtao Zhou > writes: > > Hi! > > > I have upgrade the

Re: emacs-cider company-mode no match found

2014-09-21 Thread Tassilo Horn
Xiangtao Zhou writes: Hi! > I have upgrade the latest emacs-cider, the document suggest me to use > company for auto completion, but it doesn't work, anyone know what > should I do. Just to be sure, you did M-x cider-jack-in RET in the Clojure project you are hacking in, right?

emacs-cider company-mode no match found

2014-09-20 Thread Xiangtao Zhou
hi every, I have upgrade the latest emacs-cider, the document suggest me to use company for auto completion, but it doesn't work, anyone know what should I do. here is the part of .emacs (require 'cider) (require 'smartparens) (require 'icomplete) (require 'company

Re: REPL using Emacs Cider

2014-06-02 Thread Erlis Vidal
Hi Timur, I've seen weird errors when not using lein2. What version of lein are you using? On Sun, Jun 1, 2014 at 11:52 AM, Timur wrote: > hi everyone, I have a question about using nREPL (cider) in Emacs. > > In my clojurescript project, I start the repl server using cider-jack-in > command.

REPL using Emacs Cider

2014-06-01 Thread Timur
hi everyone, I have a question about using nREPL (cider) in Emacs. In my clojurescript project, I start the repl server using cider-jack-in command. However, whenever I try to execute a function from the clojure file, a CompilerException is thrown with the message unable to resolve symbol... W

Re: ClojureScript integration with Emacs/Cider ?

2014-01-24 Thread Gary Trakhman
Bozhidar, I created an issue summing up my concerns: https://github.com/clojure-emacs/cider/issues/460 On Wed, Jan 22, 2014 at 9:10 AM, Bozhidar Batsov wrote: > Sorry about the late response, Gary. Would you mind taking the discussion > over to cider’s issue tracker? (I tend to miss email

Re: ClojureScript integration with Emacs/Cider ?

2014-01-22 Thread Bozhidar Batsov
o hook into piggieback, that'll be the next thing I > > > > > try. I hope I can get some help with the hairy emacs bits :-). > > > > > > > > > > > > > > > On Tuesday, January 7, 2014 1:54:27 AM UTC-5, Bozhidar Batsov wrote: > >

Re: ClojureScript integration with Emacs/Cider ?

2014-01-18 Thread Gary Trakhman
ojureScript I haven't paid much attention to it so far. If there is a >> similar library for ClojureScript I might add support for it. Btw, cider >> will also pick up any nREPL middleware that provides a "complete" op - if >> there is a ClojureScript nREPL com

Re: ClojureScript integration with Emacs/Cider ?

2014-01-13 Thread Gary Trakhman
uot;complete" op - if there is a > ClojureScript nREPL completion middleware it can be used with cider even > now. Ideally at some point we'll have unified middleware supporting both > Clojure & ClojureScript. > > On Sunday, January 5, 2014 10:30:44 PM UTC+2, Alexandru Ne

Re: ClojureScript integration with Emacs/Cider ?

2014-01-13 Thread Bozhidar Batsov
L middleware that provides a "complete" op - if > > > there is a ClojureScript nREPL completion middleware it can be used with > > > cider even now. Ideally at some point we'll have unified middleware > > > supporting both Clojure & ClojureScript.

Re: ClojureScript integration with Emacs/Cider ?

2014-01-13 Thread Gary Trakhman
r it. Btw, cider >> will also pick up any nREPL middleware that provides a "complete" op - if >> there is a ClojureScript nREPL completion middleware it can be used with >> cider even now. Ideally at some point we'll have unified middleware >> supporting both Cl

Re: ClojureScript integration with Emacs/Cider ?

2014-01-13 Thread Gary Trakhman
>> >> Hi, >> >> I can’t get auto-completion or jumping to the definition of a function in >> Emacs, while working with ClojureScript. Is this a limitation of Emacs’ >> Cider <https://github.com/clojure-emacs/cider> plugin? >> >> I managed to

Re: ClojureScript integration with Emacs/Cider ?

2014-01-11 Thread Gary Trakhman
In response to this thread, I've hacked lein-cljsbuild to dump the compiler state, and built a version of autodoc to parse it and generate api docs. I'm trying to figure out how exactly cider and austin will talk to each other so I can make it happen, and I approach that I'm considering now is to

Re: ClojureScript integration with Emacs/Cider ?

2014-01-07 Thread Colin Fleming
Great, let me know if you have any questions. I'm definitely planning ClojureScript support sometime soon. I think most of the symbol resolution for core cljs should work (since it's mostly the same as clj) for for pure cljs (including the core libs) everything at http://cursiveclojure.com/userguid

Re: ClojureScript integration with Emacs/Cider ?

2014-01-07 Thread Alexandru Nedelcu
On Mon, Jan 6, 2014 at 11:10 PM, Colin Fleming wrote: > Since Cursive (http://cursiveclojure.com) resolves everything statically > from source, ClojureScript completion and navigation works for most > symbols. There are still a lot that it doesn't know about since > cljs-specific functionality is

Re: ClojureScript integration with Emacs/Cider ?

2014-01-06 Thread Bozhidar Batsov
middleware supporting both Clojure & ClojureScript. On Sunday, January 5, 2014 10:30:44 PM UTC+2, Alexandru Nedelcu wrote: > > Hi, > > I can’t get auto-completion or jumping to the definition of a function in > Emacs, while working with ClojureScript. Is this a limitation of E

Re: ClojureScript integration with Emacs/Cider ?

2014-01-06 Thread Colin Fleming
t; I can’t get auto-completion or jumping to the definition of a function in > Emacs, while working with ClojureScript. Is this a limitation of Emacs’ > Cider <https://github.com/clojure-emacs/cider> plugin? > > I managed to get nRepl working by using the awesome > com.cemerick

Re: ClojureScript integration with Emacs/Cider ?

2014-01-06 Thread Tim Visher
On Mon, Jan 6, 2014 at 3:01 PM, David Nolen wrote: > Limitation of tooling. ClojureScript analyzer exposes the necessary > information. That is seriously great to hear. I had no idea we were that far along. -- In Christ, Timmy V. http://blog.twonegatives.com/ http://five.sentenc.es/ -- Spend

Re: ClojureScript integration with Emacs/Cider ?

2014-01-06 Thread David Nolen
inition of a function in > > Emacs, while working with ClojureScript. Is this a limitation of Emacs’ > > Cider plugin? > > IIUC, completing et al does not work for ClojureScript because > ClojureScript, not because of tooling. I have no idea how or if > development towards that end

Re: ClojureScript integration with Emacs/Cider ?

2014-01-06 Thread Tim Visher
Hi Alexandru, On Sun, Jan 5, 2014 at 3:30 PM, Alexandru Nedelcu wrote: > I can’t get auto-completion or jumping to the definition of a function in > Emacs, while working with ClojureScript. Is this a limitation of Emacs’ > Cider plugin? IIUC, completing et al does not work for Cloj

ClojureScript integration with Emacs/Cider ?

2014-01-05 Thread Alexandru Nedelcu
Hi, I can’t get auto-completion or jumping to the definition of a function in Emacs, while working with ClojureScript. Is this a limitation of Emacs’ Cider <https://github.com/clojure-emacs/cider> plugin? I managed to get nRepl working by using the awesome com.cemerick/austin<https://g