Re: Help Needed Getting Clojure-Mode working with XEmacs

2008-12-20 Thread CuppoJava
Syntax highlighting doesn't seem to work when I open .clj files. And I cannot open the REPL using C-c C-z. I'm not sure if there's an error log that I can show you. I don't know how to access it. Thanks for your help --~--~-~--~~~---~--~~ You received this message

Re: Help Needed Getting Clojure-Mode working with XEmacs

2008-12-20 Thread Wayne R
It's going to be difficult to help you unless you more specifically detail the problem you're having. In what way is it not working? -Wayne On Dec 20, 1:25 am, CuppoJava wrote: > Hi everyone, > I'm trying to get clojure-mode working under XEmacs and am having > troubles. > > I managed to get it

Help Needed Getting Clojure-Mode working with XEmacs

2008-12-19 Thread CuppoJava
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/xe