Re: ANN: textmate-clojure, SLIME for TextMate (sorta)

2010-09-28 Thread lpetit
Awesome ! On Sep 24, 4:39 am, David Nolen wrote: > First off Acknowledgements: > > Aria Haghighi, did much of the heavy lifting on this project! > Stephen Roller, created the first version of the bundle in 2008 > Mark McGranaghan, expanded Stephen Roller's version > Justin Balthrop & Lance Brad

Re: ANN: textmate-clojure, SLIME for TextMate (sorta)

2010-09-25 Thread Greg
On Sep 23, 2010, at 10:08 PM, David Nolen wrote: > On Fri, Sep 24, 2010 at 1:06 AM, Greg wrote: > Thanks! What about single files though? (i.e. no project.clj) > > > cake has a global project.clj - ~/.cake/project.clj. Change this and single > files will get access to those dependencies. Grea

Re: ANN: textmate-clojure, SLIME for TextMate (sorta)

2010-09-24 Thread David Nolen
On Fri, Sep 24, 2010 at 10:27 AM, samnardoni wrote: > Awesome work on this! > > I was wondering: Have you considered more integration with the > terminal (via `screen`), rather than evaluating and displaying in a > window? I had a setup like this with vim, and it worked really well. > For example,

Re: ANN: textmate-clojure, SLIME for TextMate (sorta)

2010-09-24 Thread samnardoni
Awesome work on this! I was wondering: Have you considered more integration with the terminal (via `screen`), rather than evaluating and displaying in a window? I had a setup like this with vim, and it worked really well. For example, when you evaluate a function definition, it "pipes" it to the t

Re: ANN: textmate-clojure, SLIME for TextMate (sorta)

2010-09-23 Thread David Nolen
On Fri, Sep 24, 2010 at 1:06 AM, Greg wrote: > Thanks! What about single files though? (i.e. no project.clj) > > cake has a global project.clj - ~/.cake/project.clj. Change this and single files will get access to those dependencies. David > On Sep 23, 2010, at 9:22 PM, David Nolen wrote: > >

Re: ANN: textmate-clojure, SLIME for TextMate (sorta)

2010-09-23 Thread Greg
Thanks! What about single files though? (i.e. no project.clj) On Sep 23, 2010, at 9:22 PM, David Nolen wrote: > On Thu, Sep 23, 2010 at 11:55 PM, Greg wrote: > Awesome! Great job on this, I was hoping the TM Clojure bundle would get some > much needed loving. :-) > > Quick question: how does t

Re: ANN: textmate-clojure, SLIME for TextMate (sorta)

2010-09-23 Thread David Nolen
On Thu, Sep 23, 2010 at 11:55 PM, Greg wrote: > Awesome! Great job on this, I was hoping the TM Clojure bundle would get > some much needed loving. :-) > > Quick question: how does this bundle get clojure.jar and > clojure-contrib.jar (and any additional dependencies), and is there a way to > tel

Re: ANN: textmate-clojure, SLIME for TextMate (sorta)

2010-09-23 Thread Greg
Awesome! Great job on this, I was hoping the TM Clojure bundle would get some much needed loving. :-) Quick question: how does this bundle get clojure.jar and clojure-contrib.jar (and any additional dependencies), and is there a way to tell it to use a specific clojure[-contrib].jar file(s)? T

ANN: textmate-clojure, SLIME for TextMate (sorta)

2010-09-23 Thread David Nolen
First off Acknowledgements: Aria Haghighi, did much of the heavy lifting on this project! Stephen Roller, created the first version of the bundle in 2008 Mark McGranaghan, expanded Stephen Roller's version Justin Balthrop & Lance Bradley, core developers of Cake http://github.com/ninjudd/cake - if

Re: Clojure/SLIME/Emacs questions

2010-02-12 Thread Ramakrishnan Muthukrishnan
On Sat, Feb 13, 2010 at 5:48 AM, Steven E. Harris wrote: > Phil Hagelberg writes: > >> Upstream slime is not compatible with swank-clojure > > I find this not to be true at present, the stilted SLIME/Swank > connection problem¹ and disabling autodoc mode notwithstanding. Yes, I too use slime ups

Re: Clojure/SLIME/Emacs questions

2010-02-12 Thread Steven E. Harris
Phil Hagelberg writes: > Upstream slime is not compatible with swank-clojure I find this not to be true at present, the stilted SLIME/Swank connection problem¹ and disabling autodoc mode notwithstanding. Footnotes: ¹ http://thread.gmane.org/gmane.comp.java.clojure.user/24894/focus=24956 --

Re: Clojure/SLIME/Emacs questions

2010-02-11 Thread Phil Hagelberg
On Thu, Feb 11, 2010 at 1:20 PM, Jeff Kowalczyk wrote: > The installed packages: > > clojure-mode-1.6 > slime-20091016 > slime-repl-20091016 > swank-clojure-1.1.0 > > include snapshots of slime and slime/contrib/slime-repl.el. Will these > be merged with upstream slime soon? I spoke with the slim

Re: Clojure/SLIME/Emacs questions

2010-02-11 Thread Jeff Kowalczyk
On Jan 1, 1:45 pm, Phil Hagelberg wrote: > You can get this to work, but as you can see it's very manual and > error-prone. The basicslimeREPL is working using automated > installation from ELPA. I am using the ELPA installation method, it's working well via the automatic install. Thank you for p

Re: Clojure/SLIME/Emacs questions

2010-01-02 Thread Phil Hagelberg
Rob Wolfe writes: >> installation from ELPA, and William Douglas is working on adding fuzzy >> completion to that. It's highly recommended that you follow this > > I will, if it will work. > >> approach rather than copying and pasting several pages of one-off >> configuration. For instance, addin

Re: Clojure/SLIME/Emacs questions

2010-01-02 Thread Rob Wolfe
Phil Hagelberg writes: > Rob Wolfe writes: > >> Stefan Tilkov writes: >> >>> Two quick Emacs/Clojure questions I can't seem to find the answer to: >>> >>> - In his screencasts, Sean Devlin moves the mouse over an item in his >>> REPL history and it becomes highlighted (and he can paste it to th

SLIME/Swank problem with swank.util.sys/get-pid and RuntimeMXBean (was: Clojure/SLIME/Emacs questions)

2010-01-01 Thread Steven E. Harris
"Steven E. Harris" writes: > My next step will be to instrument the Swank side to see when > `connection-info' is being called. I found the problem: swank.util.sys/get-pid. It looks like the JMX call to get the PID hangs. If I visit the *inferior-lisp* buffer's REPL and evaluate the following f

Re: Clojure/SLIME/Emacs questions

2010-01-01 Thread Phil Hagelberg
Rob Wolfe writes: > Stefan Tilkov writes: > >> Two quick Emacs/Clojure questions I can't seem to find the answer to: >> >> - In his screencasts, Sean Devlin moves the mouse over an item in his >> REPL history and it becomes highlighted (and he can paste it to the >> current prompt with one click

Re: Clojure/SLIME/Emacs questions

2010-01-01 Thread Steven E. Harris
"Steven E. Harris" writes: > This is the only content in the *slime-events* buffer while I'm waiting > for the connection to complete: > > ,[ *slime-events* buffer ] > | (:emacs-rex > | (swank:connection-info) > | "COMMON-LISP-USER" t 1) > ` I also confirmed that `slime-set-connection-

Re: Clojure/SLIME/Emacs questions

2010-01-01 Thread Steven E. Harris
Rob Wolfe writes: > So how do you exactly start SLIME for Clojure? I've tried both `C-u - M-x slime RET clojure' and `run-clojure', which both amount to the same thing eventually > These settings: [...] > should cause automatic start of *inferior-lisp* and *slime-repl clojure* > after typing

Re: Clojure/SLIME/Emacs questions

2010-01-01 Thread Rob Wolfe
"Steven E. Harris" writes: > Rob Wolfe writes: > >> I did it like this (I assume that clojure-mode.el has been installed): > > Thanks, Rob. I followed your instructions after not being able to get > Clojure to cooperate with my normal Swank/SLIME installation, and it > works, but only to a point

Re: Clojure/SLIME/Emacs questions

2010-01-01 Thread Steven E. Harris
"Steven E. Harris" writes: > This morning, doing so makes things work much better. Still I see this in the *inferior-lisp* buffer when starting slime: , | (require 'swank.swank) | | (swank.swank/ignore-protocol-version "2009-12-23") | | (swank.swank/start-server "c:/DOCUME~1/seh/LOCALS~1/

Re: Clojure/SLIME/Emacs questions

2010-01-01 Thread Steven E. Harris
Stefan Kamphausen writes: > you may want to read the thread > http://groups.google.com/group/clojure/browse_frm/thread/3e5f416e3f2a1884/337057edae5dcdc3 I had read that thread /twice/ before, as well as the thread on the SLIME mailing list, but I had neglected to try disabling autodoc-mode. This

Re: Clojure/SLIME/Emacs questions

2010-01-01 Thread Konrad Hinsen
On 01.01.2010, at 17:29, Stefan Kamphausen wrote: > I had some errors before compiling and putting the resulting JAR on > the CP. But I'm not much of a Java-hero. What is your classpath? I > have swank-clojure/target/swank-clojure-1.0-SNAPSHOT.jar on it. I always work with the latest Clojure (

Re: Clojure/SLIME/Emacs questions

2010-01-01 Thread Stefan Kamphausen
Hi, On Jan 1, 4:35 pm, Konrad Hinsen wrote: > On 01.01.2010, at 12:30, Stefan Kamphausen wrote: > > The only part that feels tricky is compiling swank for which I needed > > a Maven setup, IIRC. > > I just run swank from source code, uncompiled. No Maven, no worry :-) I had some errors before co

Re: Clojure/SLIME/Emacs questions

2010-01-01 Thread Konrad Hinsen
On 01.01.2010, at 12:30, Stefan Kamphausen wrote: > FWIW I have never touched ELPA but got a setup with SLIME from CVS > plus SBCL and Clojure. A rudimentary description can be found at > http://www.skamphausen.de/cgi-bin/ska/My_Clojure_Setup > > The only part that feels tricky is compiling swank

Re: Clojure/SLIME/Emacs questions

2010-01-01 Thread Edmund Jackson
and FWIW I got the whole thing going without ELPA by using the instructions here: http://learnclojure.blogspot.com/2009/11/installing-clojure-on-ubuntu-910-karmic.html but on OSX. On 1 Jan 2010, at 11:30, Stefan Kamphausen wrote: > FWIW I have never touched ELPA but got a setup with SLIME fro

Re: Clojure/SLIME/Emacs questions

2010-01-01 Thread Stefan Kamphausen
FWIW I have never touched ELPA but got a setup with SLIME from CVS plus SBCL and Clojure. A rudimentary description can be found at http://www.skamphausen.de/cgi-bin/ska/My_Clojure_Setup The only part that feels tricky is compiling swank for which I needed a Maven setup, IIRC. Regards, Stefan -

Re: Clojure/SLIME/Emacs questions

2009-12-31 Thread Steve Purcell
Indeed -- that works nicely. I tried going back to a completely non-ELPA-ized setup, but it was too painful; the trick was installing technomancy's github repo of slime *in addition* to the ELPA packages, which all depend on each other. -Steve On 31 Dec 2009, at 16:44, william douglas wrote:

Re: Clojure/SLIME/Emacs questions

2009-12-31 Thread Stefan Kamphausen
Hi, do you use a rather recent checkout of SLIME? If so, you may want to read the thread http://groups.google.com/group/clojure/browse_frm/thread/3e5f416e3f2a1884/337057edae5dcdc3 Can't say whether that's related to your problem, though. Cheers, Stefan -- You received this message because yo

Re: Clojure/SLIME/Emacs questions

2009-12-31 Thread Steven E. Harris
Rob Wolfe writes: > I did it like this (I assume that clojure-mode.el has been installed): Thanks, Rob. I followed your instructions after not being able to get Clojure to cooperate with my normal Swank/SLIME installation, and it works, but only to a point: The SLIME REPL buffer (invoked via the

Re: Clojure/SLIME/Emacs questions

2009-12-31 Thread Stefan Tilkov
Thanks for the quick response to everyone. I downloaded slime-fuzzy.el from here: http://elder-gods.org/~larry/repos/slime-tracker/contrib/slime-fuzzy.el , put it into ~/.emacs.d/misc and then added this to my ~/.emacs: (setq load-path (cons "~/.emacs.d/misc" load-path)) (eval

Re: Clojure/SLIME/Emacs questions

2009-12-31 Thread Rob Wolfe
Stefan Tilkov writes: > Two quick Emacs/Clojure questions I can't seem to find the answer to: > > - In his screencasts, Sean Devlin moves the mouse over an item in his > REPL history and it becomes highlighted (and he can paste it to the > current prompt with one click) > - Also in his screencast

Re: Clojure/SLIME/Emacs questions

2009-12-31 Thread william douglas
> Well, it clearly works for Lau, but then he says in one of the screencasts > that he's using an old version of Slime; if you install technomancy's slime > package from > ELPA, I believe you don't get all the slime extensions, which > would easily explain why the fuzzy completion doesn't work.

Re: Clojure/SLIME/Emacs questions

2009-12-31 Thread Stefan Tilkov
On Dec 31, 2009, at 4:39 PM, Sean Devlin wrote: > Stefan, > I run OSX, so I use command-click to bring the item to my REPL. I > imagine a right click would do the job in other platforms. > Thanks Sean, but I am on OS X too – the line simply doesn't get highlighted, so I assumed there must be s

Re: Clojure/SLIME/Emacs questions

2009-12-31 Thread Sean Devlin
Stefan, I run OSX, so I use command-click to bring the item to my REPL. I imagine a right click would do the job in other platforms. Sean On Dec 31, 6:15 am, Stefan Tilkov wrote: > Two quick Emacs/Clojure questions I can't seem to find the answer to: > > - In his screencasts, Sean Devlin moves

Re: Clojure/SLIME/Emacs questions

2009-12-31 Thread Joost
On 31 dec, 13:07, Baishampayan Ghose wrote: > > This one is called fuzzy-completion, which for some unknown reasons > doesn't work with SLIME + Clojure. > > It used to work perfectly with Common Lisp. I would appreciate a > solution to this too. Works for me, but you must have slime-fuzzy or slim

Re: Clojure/SLIME/Emacs questions

2009-12-31 Thread Steve Purcell
Well, it clearly works for Lau, but then he says in one of the screencasts that he's using an old version of Slime; if you install technomancy's slime package from ELPA, I believe you don't get all the slime extensions, which would easily explain why the fuzzy completion doesn't work. I'm using

Re: Clojure/SLIME/Emacs questions

2009-12-31 Thread Baishampayan Ghose
> - Also in his screencasts, Lau Jensen types something like g-i-v, > then hits some key combination and gets an expansion like > get-integer-value This one is called fuzzy-completion, which for some unknown reasons doesn't work with SLIME + Clojure. It used to work perfectly with Common Lisp. I

Re: Clojure/SLIME/Emacs questions

2009-12-31 Thread Stefan Tilkov
I probably should have mentioned that I have Emacs/SLIME/Clojure working together nicely already, it's particularly these features that are missing. Stefan On Dec 31, 2009, at 12:15 PM, Stefan Tilkov wrote: > Two quick Emacs/Clojure questions I can't seem to find the answer to: > > - In his sc

Clojure/SLIME/Emacs questions

2009-12-31 Thread Stefan Tilkov
Two quick Emacs/Clojure questions I can't seem to find the answer to: - In his screencasts, Sean Devlin moves the mouse over an item in his REPL history and it becomes highlighted (and he can paste it to the current prompt with one click) - Also in his screencasts, Lau Jensen types something lik

Re: help with clojure + slime

2009-08-30 Thread Lauri Pesonen
2009/8/30 mlm : > (setq swank-clojure-extra- > classpaths >      (list > "/opt/clojure/clojure-contrib/clojure-contrib.jar:/opt/clojure/swan\ > k-clojure/swank/swank.clj")) Try changing the swank-clojure bit to point to the directory rather than the .clj file, i.e. either /opt/clojure/swank-clo

help with clojure + slime

2009-08-29 Thread mlm
I'm using clojure version: Clojure 1.1.0-alpha-SNAPSHOT and I'm trying to get slime and clojure to work on OS X. slime works with my sbcl install without any problems. I installed all of the packages and I'm getting an error while starting slime - clojure: 1. I go into clojure mode (M-x clojur

Another javadoc + clojure/slime integration

2009-06-22 Thread Ram Krishnan
buffer in emacs, execute M-x slime-javadoc, and have the api documentation popup in an adjacent emacs window. With the help of clojure, slime, and emacs/w3m, I was able to achieve nirvana. Anyway, I blogged about my approach (http://cynojure.posterous.com/ clojure-emacs-and-javadocs), and put up

Another javadoc + clojure/slime integration

2009-06-22 Thread Ram Krishnan
buffer in emacs, execute M-x slime-javadoc, and have the api documentation popup in an adjacent emacs window. With the help of clojure, slime, and emacs/w3m, I was able to achieve nirvana. Anyway, I blogged about my approach (http://cynojure.posterous.com), and put up the code on github (http

Re: swank-clojure + slime

2009-03-08 Thread youngblood.carl
Phil, I am much obliged for the detailed help. I downloaded clojure as the archive available from google code rather than using svn. So the docs at http://clojure.org/api are out of date then? Thanks, Carl On Mar 8, 2:15 pm, Phil Hagelberg wrote: > "youngblood.carl" writes: > > Thanks Lucio,

Re: swank-clojure + slime

2009-03-08 Thread Paul Stadig
On Sun, Mar 8, 2009 at 3:15 PM, Phil Hagelberg wrote: > It sounds more likely that your copy of Clojure is out of date. Are you > pulling from the sourceforge SVN by any chance? > > It would probably be a good idea to make it so the last commit in the SF > repo is simply a README saying "don't us

Re: swank-clojure + slime

2009-03-08 Thread Phil Hagelberg
"youngblood.carl" writes: > Thanks Lucio, but you can see on git-hub that the head version of > core.clj uses lazy-seq: > > http://github.com/jochu/swank-clojure/blob/349cb3b93a7bd8bcc86ffd0fd5415d84ed5f4028/swank/core.clj The lazy-seq macro is what replaced lazy-cons. Swank-clojure *has* been

Re: swank-clojure + slime

2009-03-08 Thread youngblood.carl
Thanks for linking Clojure Box, that is cool. If anyone wants to try my fix I've branched swank-clojure on github and committed the change. http://github.com/doncarlosx/swank-clojure/tree/master On Mar 8, 9:39 am, christophe turle wrote: > Same problem here. > > my solution : i'm currently usi

Re: swank-clojure + slime

2009-03-08 Thread Rob Wolfe
youngblood.carl napisał(a): > Thanks Lucio, but you can see on git-hub that the head version of > core.clj uses lazy-seq: > > http://github.com/jochu/swank-clojure/blob/349cb3b93a7bd8bcc86ffd0fd5415d84ed5f4028/swank/core.clj I read somewhere too that "lazy-seq" dissapeared from clojure and that

Re: swank-clojure + slime

2009-03-08 Thread christophe turle
Same problem here. my solution : i'm currently using Clojure Box - http://clojure.bighugh.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googleg

Re: swank-clojure + slime

2009-03-08 Thread Lucio Fulci
well, I'm not an expert in lisp, emacs and linux either :) the thing is that latest version of swank-clojure does work for me. On Sun, Mar 8, 2009 at 5:09 PM, youngblood.carl wrote: > > Thanks Lucio, but you can see on git-hub that the head version of > core.clj uses lazy-seq: > > > http://github

Re: swank-clojure + slime

2009-03-08 Thread youngblood.carl
Thanks Lucio, but you can see on git-hub that the head version of core.clj uses lazy-seq: http://github.com/jochu/swank-clojure/blob/349cb3b93a7bd8bcc86ffd0fd5415d84ed5f4028/swank/core.clj On Mar 8, 9:02 am, Lucio Fulci wrote: > First of all, make sure you use the latest versions of slime, cloj

Re: swank-clojure + slime

2009-03-08 Thread Lucio Fulci
First of all, make sure you use the latest versions of slime, clojure, swank-clojre and clojure-mode. It works fine for me on both linux and windows. get latest slime here - http://common-lisp.net/project/slime/ get latest swank-clojure (your version seems to be outdated) here - http://github.com/

swank-clojure + slime

2009-03-07 Thread youngblood.carl
Howdy all, I'm brand new to this scene (where scene means lisp, closure, linux, and emacs), so apologies if this has been addressed. My goal is to make sure I'm up to date before moving forward. I set up my emacs/slime development environment like various tutorials suggested, except I received t

Re: Clojure & Slime, how to jump to a def/defn?

2009-02-23 Thread David Nolen
You're right, works perfectly on clojure sources, but not the instances you've described. It would be great if this would work again. I don't understand swank/slime well enough to try it myself. On Mon, Feb 23, 2009 at 9:23 PM, Alec Berryman wrote: > > David Nolen on 2009-02-23 16:58:40 -0500: >

Re: Clojure & Slime, how to jump to a def/defn?

2009-02-23 Thread Alec Berryman
David Nolen on 2009-02-23 16:58:40 -0500: > Is this supported yet? M-. is supposed to handle this, but I get an error > when I try. It works for me with Clojure sources (for example, M-. on rest), even if they're in jars, but not with applications I've compiled through load-file, slime-compile-d

Clojure & Slime, how to jump to a def/defn?

2009-02-23 Thread David Nolen
Is this supported yet? M-. is supposed to handle this, but I get an error when I try. David --~--~-~--~~~---~--~~ 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: Clojure, Slime and multiple file projects

2009-02-09 Thread Bradbev
On Feb 8, 11:35 pm, David Nolen wrote: > A simple solution is to define a namespace that brings in all of your > different files. Is there some reason you can't do things this way? > That would probably work fine, I guess I'd just never considered it. I guess evaluating a namespace that uses al

Re: Clojure, Slime and multiple file projects

2009-02-08 Thread mikel
On Feb 9, 1:05 am, Bradbev wrote: > Hi folks, > I'm getting to the stage on a Clojure project that I want to start > breaking the code into multiple files.  My primary environment is > Emacs & Slime and interactive development.  Is there a standard way > for me to load all of my project's files

Re: Clojure, Slime and multiple file projects

2009-02-08 Thread David Nolen
A simple solution is to define a namespace that brings in all of your different files. Is there some reason you can't do things this way? On Mon, Feb 9, 2009 at 8:05 AM, Bradbev wrote: > > Hi folks, > I'm getting to the stage on a Clojure project that I want to start > breaking the code into mul

Clojure, Slime and multiple file projects

2009-02-08 Thread Bradbev
Hi folks, I'm getting to the stage on a Clojure project that I want to start breaking the code into multiple files. My primary environment is Emacs & Slime and interactive development. Is there a standard way for me to load all of my project's files into the running VM? Right now I manually go t

Re: clojure slime/swank mode problem -- still NewBie

2008-12-28 Thread wubbie
Also my .emacs is pasted here: Just copy from wiki... ;; clojure mode (add-to-list 'load-path "/usr/local/clojure-mode") (require 'clojure-auto) ;; Slime (add-to-list 'load-path "/usr/local/slime") (require 'slime) (slime-setup) ;; clojure swank (setq swank-clojure-jar-path "/usr/local/clojure

clojure slime/swank mode problem -- still NewBie

2008-12-28 Thread wubbie
Hi all, I've been using command line Repl for a while and want to move to slime/emacs so I followed instructions in wiki and got errors in emacs: I was able to load ants.clj in upper panel. On the bottom panel, alt -x slime give me the following errors: (require 'swank.swank) (swank.swank/ignor

Re: clojure slime

2008-11-19 Thread Matt Revelle
I also made updates to support the doto change, if git is easier for you then pull from git://github.com/mattrepl/swank-clojure.git -Matt On Nov 19, 2008, at 1:30 PM, Stephen C. Gilardi wrote: > On Nov 19, 2008, at 1:15 PM, Mike Hinchey wrote: >> Clojure svn 1110 does work with latest swank-c

Re: clojure slime

2008-11-19 Thread Stephen C. Gilardi
On Nov 19, 2008, at 1:15 PM, Mike Hinchey wrote:Clojure svn 1110 does work with latest swank-clojure.But, svn (doto) breaks swank again.I've enclosed a patch. Patch with:cd swank-clojurepatch -p1 < swank-clojure-doto.patch--Steve swank-clojure-doto.patch Description: Binary data

Re: clojure slime

2008-11-19 Thread Mike Hinchey
Clojure svn 1110 does work with latest swank-clojure. But, svn (doto) breaks swank again. user=> java.lang.Exception: Unable to resolve symbol: start in this context (thread.clj:10) user=> java.lang.Exception: No such var: swank/ignore-protocol-version (NO_SOURCE_FILE:5) user=> java.lang.Exc

Re: clojure slime

2008-11-18 Thread Jeffrey Chu
Sorry for the inconvenience. It's been fixed. - Jeff On Nov 18, 5:41 pm, islon <[EMAIL PROTECTED]> wrote: > I'll not use slime right now (thanks Bill). > swank-clojure will be fixed anytime soon? > > On Nov 18, 11:15 pm, "Stephen C. Gilardi" <[EMAIL PROTECTED]> wrote: > > > SVN version 1110 of Cl

Re: clojure slime

2008-11-18 Thread islon
I'll not use slime right now (thanks Bill). swank-clojure will be fixed anytime soon? On Nov 18, 11:15 pm, "Stephen C. Gilardi" <[EMAIL PROTECTED]> wrote: > SVN version 1110 of Clojure made a breaking change to a feature that   > swank-clojure is using. For now, I recommend moving back one rev by

Re: clojure slime

2008-11-18 Thread Stephen C. Gilardi
SVN version 1110 of Clojure made a breaking change to a feature that swank-clojure is using. For now, I recommend moving back one rev by using: svn up -r 1109 from within your checkout of clojure/trunk. In the past, Jeff has updated swank-clojure very quickly on those rare occasions where

Re: clojure slime

2008-11-18 Thread Bill Clementson
On Tue, Nov 18, 2008 at 5:01 PM, islon <[EMAIL PROTECTED]> wrote: > > I checkouted the last clojure from svn, swank-clojure and clojure-mode > too. > When I start slime it give me the following errors: > > Clojure > user=> (add-classpath "file:home/islon/opt/swank-clojure/") > nil > user=> > (

clojure slime

2008-11-18 Thread islon
I checkouted the last clojure from svn, swank-clojure and clojure-mode too. When I start slime it give me the following errors: Clojure user=> (add-classpath "file:home/islon/opt/swank-clojure/") nil user=> (require (quote swank)) java.lang.Exception: No such var: swank.util/gen-and-load-clas

Re: Swank-clojure: slime-eval-print-last-expression failing.

2008-10-20 Thread Luke Hope
After some hacking and a little help from #clojure, here is my initial gift to the community: Add the following function definition to swank-clojure/swank/commands/basic/basic.clj to get C-j working in *slime-scratch*. (in-ns 'swank.commands.basic) ;; optional, only if you have the below functio

Swank-clojure: slime-eval-print-last-expression failing.

2008-10-19 Thread Luke Hope
Hello, I am a common lisp programmer and I use Slime extensively. I am looking into using Clojure for an upcoming project (I have experience with ABCL, but it is too slow) and I have clojure and swank-clojure installed. Unfortunately slime-eval-print-last-expression (C-j in *slime-scratch*) is f

Re: swank-clojure: slime-compile-defun doesn't work

2008-10-05 Thread Matti Jagula
Hi Jeffrey, On Sat, Oct 4, 2008 at 3:56 AM, Jeffrey Chu <[EMAIL PROTECTED]> wrote: > On Oct 3, 5:13 pm, Alec Berryman <[EMAIL PROTECTED]> wrote: >> When I place the point anywhere in or around a form and use C-c C-c >> (slime-compile-defun), I see "Evaluation aborted" in my minibuffer and >> this

swank-clojure: slime-compile-defun doesn't work

2008-10-04 Thread Alec Berryman
I'm using SLIME 2008-09-28 and a swank-clojure from git up-to-date as of today. It's generally working well. When I place the point anywhere in or around a form and use C-c C-c (slime-compile-defun), I see "Evaluation aborted" in my minibuffer and this in *slime-events*: (:emacs-rex (swank

Re: swank-clojure: slime-compile-defun doesn't work

2008-10-03 Thread Jeffrey Chu
Hi, The feature is now implemented. Thanks for letting me know, - Jeff On Oct 3, 5:13 pm, Alec Berryman <[EMAIL PROTECTED]> wrote: > I'm using SLIME 2008-09-28 and a swank-clojure from git up-to-date as of > today.  It's generally working well. > > When I place the point anywhere in or around a