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

Re: Clojure's code has moved to Google Code

2008-12-18 Thread Wayne R
On Dec 18, 7:19 am, "Daniel Renfer" wrote: > If you really want these commit messages to come to your mailbox, you > could always use a service such as:http://www.rssfwd.com/ > Or you could just join that group. Google will send you emails. --~--~-~--~~~---~--~~

Re: Microsoft SQL Server and the sql contrib

2008-12-16 Thread Wayne R
Have a look at http://dertompson.com/2007/10/06/connection-to-mssql-server-express-2005-with-jdbc/ Apparently using JDBC with MSSQL Express requires some extra setup. On Dec 16, 3:49 pm, "Scott Jaderholm" wrote: > I don't think that's a problem: > user> (. Class (forName "com.microsoft.sqlser

Problem with XML attributes and HTML entities

2008-12-13 Thread Wayne R
I've got an issue where the clojure.xml/parse and /emit functions are not symmetric with respect to how attributes are read and written. The parser decodes HTML entities (e.g. & -> &) however the emitter does not re-encode them: user> (require ['clojure.xml :as 'xml]) nil user> (xml/emit (xml/par

Re: Clojure, Emacs and Slime on Windows

2008-11-11 Thread Wayne R
Try going back to SVN version 1088 of clojure. On Nov 11, 9:21 am, "Kyle R. Burton" <[EMAIL PROTECTED]> wrote: > I've followed the straightforward instructions that BC put together: > >  http://bc.tech.coop/blog/081023.html > > It worked flawlessly under Linux.  I have lispbox installed on a > wi