I've never seen that. Good stuff there. Yes, I agree that the wiki
should refer to that page.
Thanks!
On Oct 30, 8:47 pm, Phil Hagelberg wrote:
> On Sun, Oct 30, 2011 at 5:43 PM, Bill Robertson
>
> wrote:
> > Which is exactly the problem with Clojure in Emacs. There are N sets
> > of instructio
On Sun, Oct 30, 2011 at 5:43 PM, Bill Robertson
wrote:
> Which is exactly the problem with Clojure in Emacs. There are N sets
> of instructions out there, and N-1 of them are out of date. And even
> the Nth one is incomplete. "Step 1: Install clojure-mode either from
> Marmalade or from git."
Do
Which is exactly the problem with Clojure in Emacs. There are N sets
of instructions out there, and N-1 of them are out of date. And even
the Nth one is incomplete. "Step 1: Install clojure-mode either from
Marmalade or from git."
What if you don't know how to do that? So you click through to the
Definitely take Phils advice and use the instructions on the github
site. I just setup a fresh emacs install from scratch (using Phils
starter-kit http://technomancy.us/153 and it works flawlessly; and I'm
new to emacs this week).
mdave - Your dependencies are way old, try this instead.
(defproje
On Sat, Oct 29, 2011 at 10:54 PM, mdave wrote:
> On Sep 10, 9:48 pm, Kugathasan Abimaran wrote:
>> Follow these instructions, it will
>> work..http://riddell.us/ClojureWithEmacsSlimeSwankOnUbuntu.html
>>
>
> Sadly, the instructions break right where it says:
Those instructions are badly out of
On Sep 10, 9:48 pm, Kugathasan Abimaran wrote:
> Follow these instructions, it will
> work..http://riddell.us/ClojureWithEmacsSlimeSwankOnUbuntu.html
>
Sadly, the instructions break right where it says:
Add the following:
(defproject test-project "0.1.0"
:description "Test Project"
:depend
+1
On Sep 11, 4:04 pm, David Nolen wrote:
> As an avid Emacs user - don't bother. If you just want a no hassle
> environment that supports Clojure development use Clooj. Steps -
>
> 1) Download
> 2) Double-click
>
> https://github.com/arthuredelstein/clooj
>
> David
>
>
>
> On Sat, Sep 10, 2011 a
My recollection of how cake did it was probably wrong.
As for how I would like to have it, I would like to have all output
from all threads appear in the emacs repl buffer, similar to how it
behaves in "console" mode, and that is what I haven't figured out how
to do or found any workaround for, ex
>
> Also, if I can't get Emacs going, would anyone suggest an alternative
> development tool? (I know there are lots, but I don't know which to
> try first).
>
> I use IntelliJ IDEA with La Clojure and Leiningen plugin. I usually create
a skeleton project with leiningen on the command line, t
Greetings,
Wow, thank you all so much for the insightful responses to my inquiry!
I really appreciate the supportive community.
I developed a small web app in Clooj over the weekend and was very
impressed by it! A very cool idea to write the IDE for the language,
in the language, with the essenti
Hi Curran,
I'm in the process of learning Clojure and emacs as well and have run
into a bit of difficulty as well, though I have a slightly different
problem. I grabbed the 23.3 version of emacs from their ftp site and
did NOT use the emacs starter kit. I discovered that the version of
package.e
On Sat, Sep 10, 2011 at 10:29, Curran wrote:
> I would greatly appreciate any guidance on where to find a working and
> complete set of instructions for how to set up Emacs with swank-
> clojure. I am in Ubuntu.
>
> I have followed exactly every step of the instructions on this page
> http://dev.
On Sun, Sep 11, 2011 at 2:42 PM, kjeldahl
wrote:
> Have you looked at the *swank* buffer? Maybe your's is looking
> differently than mine, but there's lots of stuff that I did not but
> there, and which I would not have there.
Everything in there is output from lein jack-in. Much of it is elisp,
On 11 Sep 2011, at 22:42, kjeldahl wrote:
>
> I'm no expert, but if I had to choose between getting all output in a
> file, or some output in the repl buffer and some in *swank*, I would
> prefer the former (which is what I believe cake actually does).
Used from within Emacs, cake places all out
Have you looked at the *swank* buffer? Maybe your's is looking
differently than mine, but there's lots of stuff that I did not but
there, and which I would not have there.
My issues with this is related to running servers and catching debug
output from it while it is running (yeah, I really should
On Sun, Sep 11, 2011 at 9:09 AM, kjeldahl
wrote:
> with the lein setup, I believe most of it goes into a swank buffer of some
> sort, which also contain a lot of other (non-related) output, and
> exactly where in that buffer it also ends up seems a bit
> undeterministic.
I think it's consistent.
Yes, I had better success with cake (when I used it). But with the
lein setup, I believe most of it goes into a swank buffer of some
sort, which also contain a lot of other (non-related) output, and
exactly where in that buffer it also ends up seems a bit
undeterministic. But again, just my experie
On 11 Sep 2011, at 16:37, kjeldahl wrote:
> I use Emacs for virtually everything, but have found that Emacs
> +Clojure is less than idea when working with multiple threads (like
> hosting and running a Jetty server). I believe this is mostly related
> to how Java and Emacs+Slime handles input/out
I use Emacs for virtually everything, but have found that Emacs
+Clojure is less than idea when working with multiple threads (like
hosting and running a Jetty server). I believe this is mostly related
to how Java and Emacs+Slime handles input/output redirection. I went
crazy trying to figure out w
I don't know why an error message doesn't show, but the swank clojure readme
explains a fallback method (lein swank + M-x slime-connect) that you could
try.
-Phil
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to cl
+1
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
cl
As an avid Emacs user - don't bother. If you just want a no hassle
environment that supports Clojure development use Clooj. Steps -
1) Download
2) Double-click
https://github.com/arthuredelstein/clooj
David
On Sat, Sep 10, 2011 at 1:29 PM, Curran wrote:
> Greetings,
>
> I would greatly apprec
Hi Curran,
I made this video for hacking Overtone with Emacs:
http://vimeo.com/25190186
However, Overtone can just be viewed as an example project - it's really just a
description of how to get a working Clojure/Emacs setup.
Sam
---
http://sam.aaron.name
On 10 Sep 2011, at 18:29, Curran wrot
There should be an initiative to built own ide, look at Java history,
it become popular when good ide with debugers, docs, highlighting and
refactoring appeared. Clojure should have such ide, my vote right now
is for clooj, since this is the only one ide written in supported
language itself. Just c
Follow these instructions, it will work..
http://riddell.us/ClojureWithEmacsSlimeSwankOnUbuntu.html
On 11 September 2011 10:15, Brian Mosley wrote:
> This was quite helpful for me.
> http://technomancy.us/149
>
> On Sat, Sep 10, 2011 at 1:29 PM, Curran wrote:
> >
> > Greetings,
> >
> > I would
This was quite helpful for me.
http://technomancy.us/149
On Sat, Sep 10, 2011 at 1:29 PM, Curran wrote:
>
> Greetings,
>
> I would greatly appreciate any guidance on where to find a working and
> complete set of instructions for how to set up Emacs with swank-
> clojure. I am in Ubuntu.
>
> I hav
Greetings,
I would greatly appreciate any guidance on where to find a working and
complete set of instructions for how to set up Emacs with swank-
clojure. I am in Ubuntu.
I have followed exactly every step of the instructions on this page
http://dev.clojure.org/display/doc/Getting+Started+with+E
27 matches
Mail list logo