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
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
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:
>>
>>
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
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
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
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
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
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
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
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?
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
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.
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
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
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:
> >
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
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
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.
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
>>
>> 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
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
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
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
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
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
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
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
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
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
30 matches
Mail list logo