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
WARNING: CIDER requires cider-nrepl to be fully functional. Some features will not be available without it! More information. user> GNU Emacs 26.3 (build 1, x86_64-w64-mingw32) of 2019-08-29 ;; Connected to nREPL server - nrepl://localhost:51889 ;; CIDER 0.24.0 (India), nREPL 0.6.0 ;;

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 Win10 box. Would someone

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 unusual happens whe

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 completion, but it doesn't work, a

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 latest emacs-cider, the document sugges

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? Bye, Tassilo -