How to turn quick Slime workaround into a real patch?

2010-02-13 Thread Tayssir John Gabbour
Hi! Yesterday I installed Slime Clojure via ELPA. Unfortunately, the REPL had no indent support for [] and {}. So this workaround runs in a slime-repl-mode-hook: (defun set-clojure-brackets () (interactive) (set-syntax-table clojure-mode-syntax-table) (set (make-local-variable

Re: How to turn quick Slime workaround into a real patch?

2010-02-13 Thread Brent Millare
I think Phil is writing a guide about how he wants others to send him patches but I think I can still provide some hints. First, I think this belongs in swank-clojure.el its the only place where the context of a clojure repl comes up. Phil prefers pull requests so fork swank- clojure (I only know