Re: Which emacs packages?

2012-03-18 Thread Eduardo Bellani
xiejianm...@gmail.com wrote: Is there any materials to introduce how to setup emacs env for a beginner? 在 2012年3月9日星期五UTC+8上午2时06分49秒,Tassilo Horn写道: AndyK andy.kri...@gmail.com writes: Curious about which emacs packages folks use for increased Clojure productivity (beyond the obvious, like

Re: Which emacs packages?

2012-03-15 Thread Mike Bridge
midje-mode + midje is a nice way doing TDD with emacs---if you modify it so it prints PASSED instead of a random quotation. -Mike On Thursday, 8 March 2012 10:10:15 UTC-7, AndyK wrote: Curious about which emacs packages folks use for increased Clojure productivity (beyond the obvious, like

Re: Which emacs packages?

2012-03-15 Thread Phil Dobbin
On 12/03/2012 19:03, Sean Devlin wrote: vim :-p +1 ;-) On Thursday, March 8, 2012 12:10:15 PM UTC-5, AndyK wrote: Curious about which emacs packages folks use for increased Clojure productivity (beyond the obvious, like slime/swank-clojure)... -- You received this message

Re: Which emacs packages?

2012-03-15 Thread jaime
Ha~! :) :) 在 2012年3月13日星期二UTC+8下午12时50分06秒,Cedric Greevey写道: On Mon, Mar 12, 2012 at 11:09 PM, jaime xiejianm...@gmail.com wrote: Is there any materials to introduce how to setup emacs env for a beginner? Yes, this single word: Don't. :) -- You received this message because you

Re: Which emacs packages?

2012-03-13 Thread Moritz Ulrich
to setup emacs env for a beginner? 在 2012年3月9日星期五UTC+8上午2时06分49秒,Tassilo Horn写道: AndyK andy.kri...@gmail.com writes: Curious about which emacs packages folks use for increased Clojure productivity (beyond the obvious, like slime/swank-clojure)... For any lisp:   - paredit     http

Re: Which emacs packages?

2012-03-13 Thread Sanel Zukan
Or Evil (http://gitorious.org/evil) :) On Monday, March 12, 2012 8:03:52 PM UTC+1, Sean Devlin wrote: vim :-p On Thursday, March 8, 2012 12:10:15 PM UTC-5, AndyK wrote: Curious about which emacs packages folks use for increased Clojure productivity (beyond the obvious, like slime/swank

Re: Which emacs packages?

2012-03-12 Thread Sergey Didenko
* RainbowDelimiters * desktop-save-mode * ergoemacs-mode (modified) * bm for bookmarks * color-theme with modified color-theme-tomorrow * anything Not a plugin, but I found this setting useful: (setq recenter-positions '(0.2 0.4 0.6 0.8 bottom top)) -- You received this message because you are

Re: Which emacs packages?

2012-03-12 Thread Scott Jaderholm
at 9:10 AM, AndyK andy.kri...@gmail.com wrote: Curious about which emacs packages folks use for increased Clojure productivity (beyond the obvious, like slime/swank-clojure)... -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group

Re: Which emacs packages?

2012-03-12 Thread Sean Devlin
vim :-p On Thursday, March 8, 2012 12:10:15 PM UTC-5, AndyK wrote: Curious about which emacs packages folks use for increased Clojure productivity (beyond the obvious, like slime/swank-clojure)... -- You received this message because you are subscribed to the Google Groups Clojure group

Re: Which emacs packages?

2012-03-12 Thread Herwig Hochleitner
2012/3/12 Sean Devlin francoisdev...@gmail.com: vim :-p In case you mean viper-mode, I wouldn't recommend that. It changes all the well structured keybindings to something rather non-sensical :-p -- You received this message because you are subscribed to the Google Groups Clojure group. To

Re: Which emacs packages?

2012-03-12 Thread jaime
Is there any materials to introduce how to setup emacs env for a beginner? 在 2012年3月9日星期五UTC+8上午2时06分49秒,Tassilo Horn写道: AndyK andy.kri...@gmail.com writes: Curious about which emacs packages folks use for increased Clojure productivity (beyond the obvious, like slime/swank-clojure

Re: Which emacs packages?

2012-03-12 Thread Cedric Greevey
On Mon, Mar 12, 2012 at 11:09 PM, jaime xiejianm...@gmail.com wrote: Is there any materials to introduce how to setup emacs env for a beginner? Yes, this single word: Don't. :) -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group,

Which emacs packages?

2012-03-08 Thread AndyK
Curious about which emacs packages folks use for increased Clojure productivity (beyond the obvious, like slime/swank-clojure)... -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure@googlegroups.com Note

Re: Which emacs packages?

2012-03-08 Thread Tassilo Horn
AndyK andy.kri...@gmail.com writes: Curious about which emacs packages folks use for increased Clojure productivity (beyond the obvious, like slime/swank-clojure)... For any lisp: - paredit http://www.emacswiki.org/emacs/ParEdit - highlight-parentheses http://www.emacswiki.org

Re: Which emacs packages?

2012-03-08 Thread Eduardo Bellani
IMHO, more or less in this order * Paredit * undo-tree * ido-ubiquitous-mode or icicles * winner-mode * highlight-parentheses-mode See you On Thu, Mar 8, 2012 at 2:10 PM, AndyK andy.kri...@gmail.com wrote: Curious about which emacs packages folks use for increased Clojure productivity (beyond