Re: Emacs clojure-mode home?

2009-07-02 Thread Ram Krishnan
Hi Phil, I'd sent this to jochu earlier, but perhaps you can help commit this minor patch to clojure-mode. I found a small bug in the regexp used in `swank-clojure-find- package'. The head version incorrectly parses `ns' forms of the following kind: (ns compojure.server.jetty Clojure

Re: Emacs clojure-mode home?

2009-07-02 Thread Phil Hagelberg
Ram Krishnan kriyat...@gmail.com writes: I'd sent this to jochu earlier, but perhaps you can help commit this minor patch to clojure-mode. I found a small bug in the regexp used in `swank-clojure-find- package'. The head version incorrectly parses `ns' forms of the following kind:

Emacs clojure-mode home?

2009-07-01 Thread Chris Dean
Where's the current home for the Emacs clojure-mode source? I have a one line patch I'd like to make, but don't know where to send it! Is it http://github.com/technomancy/clojure-mode/tree/master ? Anyway I'll include the patch to add a local-abbrev-table here since it is so small. Cheers,

Re: Emacs clojure-mode home?

2009-07-01 Thread Phil Hagelberg
Chris Dean ctd...@sokitomi.com writes: Where's the current home for the Emacs clojure-mode source? I have a one line patch I'd like to make, but don't know where to send it! Is it http://github.com/technomancy/clojure-mode/tree/master ? That's my repository. Technically the canonical one

Re: Emacs clojure-mode home?

2009-07-01 Thread Chris Dean
It looks like your patch might be incomplete; I get a void-variable: clojure-mode-abbrev-table when I run that. So it is. Looks like I had the defs in my private startup file for some reason. Here's a corrected patch. Cheers, Chris Dean diff --git a/clojure-mode.el b/clojure-mode.el index

Re: Emacs clojure-mode home?

2009-07-01 Thread Jeff Valk
As a side note on the topic of clojure-mode, I noticed the function clojure-install still clones Kevin O'Neill's svn mirror (git://github.com/kevinoneill/clojure.git). Shouldn't this point to Rich's repository (git://github.com/richhickey/clojure.git), now that clojure has moved to github? -

Re: Emacs clojure-mode home?

2009-07-01 Thread Phil Hagelberg
Chris Dean ctd...@sokitomi.com writes: It looks like your patch might be incomplete; I get a void-variable: clojure-mode-abbrev-table when I run that. So it is. Looks like I had the defs in my private startup file for some reason. Here's a corrected patch. Thanks; I've committed this.

Re: Emacs clojure-mode home?

2009-07-01 Thread Phil Hagelberg
Jeff Valk jv-li...@tx.rr.com writes: As a side note on the topic of clojure-mode, I noticed the function clojure-install still clones Kevin O'Neill's svn mirror (git://github.com/kevinoneill/clojure.git). Shouldn't this point to Rich's repository (git://github.com/richhickey/clojure.git),