Re: group rows on basis of value in a column in CSV with clojure

2018-07-07 Thread Varun J.P
Hi All, Thanks for the tip to use (group-by last …) It was working fine until my csv file got updated. Now i am not sure abt the number of columns in my csv. It could change in every row, but I still need to group it with Heading 3 itself. Example of my updated CSV is as below Heading1 Headin

Re: group rows on basis of value in a column in CSV with clojure

2018-07-07 Thread Varun J.P
Hi All, Thanks for the tip to use (group-by last …) It was working fine until my csv file got updated. Now i am not sure abt the number of columns in my csv. It could change in every row, but I still need to group it with Heading 3 itself. Example of my updated CSV is as below Heading1 Headin

Re: What is the minimal Emacs config for practical Clojure development?

2018-07-07 Thread Austin Haas
I've determined that the previously mentioned errors are related to incompatibilities with inf-clojure and clojurescript. I filed a bug, and a workaround, with inf-clojure here: https://github.com/clojure-emacs/inf-clojure/issues/150 -- You received this message because you are subscribed to t

Re: What is the minimal Emacs config for practical Clojure development?

2018-07-07 Thread Austin Haas
I shouldn't have said that two of those errors were the same. They're different, but they both mention unquoted symbols. Monroe clojure.lang.ExceptionInfo: Arguments to require must be quoted. Offending spec: (symbol (namespace (quote clojure.repl/pst))) at line 1 {:file "", :line 1, :column

Re: What is the minimal Emacs config for practical Clojure development?

2018-07-07 Thread Austin Haas
I tried this, changing node to browser, like so: clojure -J-Dclojure.server.repl="{:port ${1:-} :accept cljs.server.browser/repl}" -cljs-canary -m cljs.main -re browser -r That starts a REPL in my terminal, but when I try to connect to it from Emacs, using C-c M-c RET localhost RET ,

Re: What is the minimal Emacs config for practical Clojure development?

2018-07-07 Thread Austin Haas
Yesterday, I followed the excellent "Clojurescript Quick Start Guide" (https://clojurescript.org/guides/quick-start). Everything worked as expected. They did a great job of making it as minimal as possible. After that, I followed the "Emacs and Inferior Clojure Interaction Mode" guide (https://