I set up my Emacs for Clojure using the instructions at Clojure's web site. I used the first option in setting up the inferior-lisp-program
variable, basically "java clojure.main".
With this setup, C-c C-z works in getting me to the Clojure REPL. However, when I'm editing a file and I type C-c C-l to load the file into the REPL, Emacs always switches buffer from the code window to the REPL window. This is very irritating. This happens even when I have two windows veritically split, with code on the left and the REPL on the right. I end up with two mirrored REPL windows.
I remember Clojure Box, which is Emacs + Clojure on Windows, does this right, so I know it's a setup issue.
How do I get Emacs to just switch to the window on the right?