Nice post as always, Bill.
One thing I add to my .emacs for SLIME/Clojure is the following:
(global-set-key "\C-cs" 'slime-selector)
(def-slime-selector-method ?l
"most recently visited clojure-mode buffer."
(slime-recently-visited-buffer 'clojure-mode))
This rebinds the selector shortcut for switching to the most recent
lisp-mode buffer to switch to the most recent Clojure mode buffer.
This lets me switch back and forth between the REPL and the file I'm
editing easily with C-c s r and C-c s l.
-tree
--
Tom Emerson
[EMAIL PROTECTED]
http://www.dreamersrealm.net/~tree
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---