Hi,
I've recently been trying to work with Emacs and Slime on Windows using
Clojure Box. Having never used emacs at all it is tough going.  I had a
question or two regarding best practices.

The first is regarding classpaths.  I've managed to figure out how to setup
my classpath and library path (since I'm using native libs) by adding the
following to my .emacs file:

(custom-set-variables
 '(swank-clojure-library-paths (quote ("libpathgoeshere")))
 '(swank-clojure-extra-classpaths (quote ("path1" "path2" ...))))

The problem with this is that it's specific to one particular project.
 Different projects will likely have different classpath requirements and it
seems clunking to go through and change this every time I switch projects.
 Is there a good way to manage this with emacs?

The other problem I have is with the current working directory.  The swank
process seems to use my home directory as the current working
directory regardless of what the current working directory of emacs
currently is.  Is there any way to set this and to manage it on a per
project basis?

Regards,

Glen Stampoultzis

--~--~---------~--~----~------------~-------~--~----~
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
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to