The attached patch does two things.
Regarding the name change of the inspector's buffer. Wouldn't it be more consistent if all the SLIME buffers used the same name template. E.g., *slime-repl*, *slime-inspector*, *slime-events*, etc. Currently, the case format used is all over the place.
2008-09-20 Gary King gwking@metabang.com
* slime.el (slime-inspector-buffer, slime-inspector-mode-map): switch slime-inspector's buffer name to lowercase. Add binding to C-c C-z to switch to the output frame (usually the REPL)
-- Gary Warren King, metabang.com Cell: (413) 559 8738 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM
* Gary King [2008-09-20 23:31+0200] writes:
The attached patch does two things.
Regarding the name change of the inspector's buffer. Wouldn't it be more consistent if all the SLIME buffers used the same name template. E.g., *slime-repl*, *slime-inspector*, *slime-events*, etc. Currently, the case format used is all over the place.
I added the key binding (and a few more).
Regarding buffer names: a consistent naming wouldn't hurt. slime-BUFFER-name variables avoid the problem, but it's arguably easier to read if we use string literals.
Helmut.