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,

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

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 Win1

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 this g

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 t...@gnu.org wrote: Xiangtao Zhou tao...@gmail.com writes: Hi! I have upgrade the latest emacs-cider, the document suggest me to use company for auto completion

emacs-cider company-mode no match found

2014-09-21 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) (add-hook 'clojure-mode

Re: emacs-cider company-mode no match found

2014-09-21 Thread Tassilo Horn
Xiangtao Zhou tao...@gmail.com 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

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 tao...@gmail.com javascript: writes: Hi! I have upgrade the latest emacs-cider

Re: emacs-cider company-mode no match found

2014-09-21 Thread Tassilo Horn
Xiangtao Zhou tao...@gmail.com 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

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 timurha...@gmail.com wrote: hi everyone, I have a question about using nREPL (cider) in Emacs. In my clojurescript project, I start the repl server using

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 bozhi...@batsov.comwrote: Sorry about the late response, Gary. Would you mind taking the discussion over to cider’s issue tracker? (I tend

Re: ClojureScript integration with Emacs/Cider ?

2014-01-22 Thread Bozhidar Batsov
, 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

Re: ClojureScript integration with Emacs/Cider ?

2014-01-18 Thread Gary Trakhman
. 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 Emacs’ Cider https://github.com/clojure-emacs/cider plugin? I managed to get nRepl

Re: ClojureScript integration with Emacs/Cider ?

2014-01-13 Thread Gary Trakhman
’ Cider https://github.com/clojure-emacs/cider plugin? I managed to get nRepl working by using the awesome com.cemerick/austinhttps://github.com/cemerick/austinplugin for lein (besides including the plugin in project.clj I’ve got no other special configuration). So to work with ClojureScript

Re: ClojureScript integration with Emacs/Cider ?

2014-01-13 Thread Gary Trakhman
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 Emacs’ Cider https://github.com/clojure-emacs/cider plugin? I managed

Re: ClojureScript integration with Emacs/Cider ?

2014-01-13 Thread Bozhidar Batsov
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://github.com/cemerick/austin) plugin for lein (besides including the plugin in project.clj

Re: ClojureScript integration with Emacs/Cider ?

2014-01-13 Thread Gary Trakhman
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/austinhttps://github.com/cemerick/austinplugin for lein (besides including the plugin in project.clj I’ve got no other

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 Alexandru Nedelcu
On Mon, Jan 6, 2014 at 11:10 PM, Colin Fleming colin.mailingl...@gmail.comwrote: 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

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

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 a...@bionicspirit.com 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

Re: ClojureScript integration with Emacs/Cider ?

2014-01-06 Thread David Nolen
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 is going, but I believe it has

Re: ClojureScript integration with Emacs/Cider ?

2014-01-06 Thread Tim Visher
On Mon, Jan 6, 2014 at 3:01 PM, David Nolen dnolen.li...@gmail.com 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/

Re: ClojureScript integration with Emacs/Cider ?

2014-01-06 Thread Colin Fleming
, 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/austinhttps://github.com

Re: ClojureScript integration with Emacs/Cider ?

2014-01-06 Thread Bozhidar Batsov
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 Emacs’ Cider https://github.com/clojure-emacs/cider plugin? I

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/austinhttps://github.com