Hi everyone,
I'm trying to get clojure-mode working under XEmacs and am having
troubles.

I managed to get it working under GNU Emacs with the following .emacs
file:

(setq inferior-lisp-program "java -cp C:/clojure/trunk/clojure.jar
clojure.lang.Repl")
(add-to-list 'load-path "C:/program files/xemacs/clojure-mode")
(require 'clojure-auto)

But it doesn't work under XEmacs, and I'm not sure what else I have to
do. I'm very new to emacs and would really appreciate some easy to
follow instructions for getting this set up.

Thanks very much
  -Patrick
--~--~---------~--~----~------------~-------~--~----~
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