Re: Stupid Newbie Question-- Auto Indenting in SLIME -- Fixed

2008-11-16 Thread Bill Clementson
Hi Peter, On Sun, Nov 16, 2008 at 11:40 AM, Peter Wolf <[EMAIL PROTECTED]> wrote: > > This is for the other NOOBs... > > Apparently to use SLIME with Clojure, you need to install a Common Lisp. This is not correct. You don't need to install a Common Lisp in order to use SLIME with Clojure. > I

Re: Stupid Newbie Question-- Auto Indenting in SLIME

2008-11-16 Thread David Nolen
I think the latest version of clojure and swank-clojure also requires something like this line in your emacs file: (setq swank-clojure-extra-classpaths (list "/path/to/clojure/classes")) Personally I use the clojure git mirror hosted on github as well as git clone's of clojure-mode and swank-cloju

Re: Stupid Newbie Question-- Auto Indenting in SLIME -- Fixed

2008-11-16 Thread Matt Revelle
On Nov 16, 2008, at 2:40 PM, Peter Wolf <[EMAIL PROTECTED]> wrote: > > This is for the other NOOBs... > > Apparently to use SLIME with Clojure, you need to install a Common > Lisp. This is not the case. > > > I assumed that SLIME was written in EMACS Lisp, but apparently not. > In > his Bl

Re: Stupid Newbie Question-- Auto Indenting in SLIME -- Fixed

2008-11-16 Thread Peter Wolf
This is for the other NOOBs... Apparently to use SLIME with Clojure, you need to install a Common Lisp. I assumed that SLIME was written in EMACS Lisp, but apparently not. In his Blog, Bill did say "If you already use a CL implementation with SLIME

Re: Stupid Newbie Question-- Auto Indenting in SLIME

2008-11-16 Thread Peter Wolf
OK, I think I found the problem. When I start SLIME I get this... See below for my .emacs It looks like SWANK is sending the progn to Clojure which complains. What did I do wrong? Thanks P (progn (load "/usr/share/slime-2008-11-15/swank-loader.lisp" :verbose t) (funcall (read-from-strin

Stupid Newbie Question-- Auto Indenting in SLIME

2008-11-16 Thread Peter Wolf
Hello, I'm feeling dumb... I set up SLIME/SWANK/Clojure on my Linux system, but indentation isn't working. The doc says that indentation should "just work"... but nothing happens. I tried "indent-region", "indent-sexp" and "slime-update-indentation" What's the trick? Thanks P --~--~-