Re: clojure-mode patch for docstrings

2009-10-15 Thread Jeff Valk
On Thursday 15 October 2009 at 11:54 am, Phil Hagelberg wrote: > If you base it on the "maven" branch from my github repo, you should be > good. good stuff. thanks. > I've started a separate mailing list for swank-clojure, why don't > you join at http://groups.google.com/group/swank-clojure ?

Re: clojure-mode patch for docstrings

2009-10-15 Thread Phil Hagelberg
Jeff Valk writes: >> Do you have any specific ideas for new features? > > Well one thing I started playing with is completion on the entire classpath > in swank-clojure. So for example, typing "clojure.contrib.a" would bring up: > clojure.contrib.accumulators > clojure.contrib.agent-utils >

Re: clojure-mode patch for docstrings

2009-10-15 Thread Jeff Valk
On Wednesday 14 October 2009 at 07:11 pm, Phil Hagelberg wrote: > Currently with swank there are some changes on his branch that I haven't > been able to get working properly, so maybe for functionality there it > would be best if you wait till I have a chance to merge them, sorry. Good tip. Tha

Re: clojure-mode patch for docstrings

2009-10-14 Thread Phil Hagelberg
Jeff Valk writes: > On Wednesday 14 October 2009 at 12:16 pm, Phil Hagelberg wrote: > >> If you've got complicated changes you can create a github fork and ask >> to pull from there, but for simple things email is fine. Though if you >> want attribution for your patch you can use "git format-pat

Re: clojure-mode patch for docstrings

2009-10-14 Thread Jeff Valk
On Wednesday 14 October 2009 at 12:16 pm, Phil Hagelberg wrote: > If you've got complicated changes you can create a github fork and ask > to pull from there, but for simple things email is fine. Though if you > want attribution for your patch you can use "git format-patch" to > generate your it;

Re: clojure-mode patch for docstrings

2009-10-14 Thread Phil Hagelberg
Jeff Valk writes: > Hi Emacs/clojure-mode users, Below is a small patch to enable > docstring highlighting. Currently docstrings default to > 'font-lock-string-face' rather than using 'font-lock-doc-face'. Thanks! It's easy to get confused between the old style of docstrings and Clojure's, so t

clojure-mode patch for docstrings

2009-10-13 Thread Jeff Valk
Hi Emacs/clojure-mode users, Below is a small patch to enable docstring highlighting. Currently docstrings default to 'font-lock-string-face' rather than using 'font-lock-doc-face'. Also, if there's a way of contributing patches to clojure-mode that's preferred to posting here, please let me kn