Alex Coventry
Alex Coventry
Just cleaning up a bit, because I raised all these issues in a hurry prior to the conj: ``` lisp (eval (nrepl-discover-command-for '(("args" ("test" "region" "")) ("name" . "region-failure")))) (nrepl-region-failure)...
Thanks for reporting this. If you're getting errors on starting, can you please send me the result of "emacs --debug-init"?
@joergwin thanks again. I was able to reproduce the problem. Could you please try putting the version at https://github.com/coventry/troncle/blob/master/troncle.el on your `load-path` and let me know the results? If you...
@bbatsov Could you please give me some more detail on the problem the nrepl dependency is causing? It's not causing a problem with cider, in my hands.
Hi, joergwin. Thanks for the traceback. Could you please tell me the output of `(require (quote cider) nil t)`? Go to the emacs `*scratch*` buffer, paste that form in, put...
Hi, joergwin. I'm glad you got it working, but I would like to make this process friendlier for cider users. It would be great to reproduce the failure you described...
Thanks for reporting this, @y-p. I have changed the dependency as suggested, and uploaded a new troncle 0.1.2. Please delete the old package and reinstall, and let me know if...
I'm very grateful for the feedback, @y-p. The line/column info should indicate the source code start position of the form who's evaluation is being reported on. If you have an...