I'm sure this is something simple, but I can't find the answer via Googling.
I'm running Slime in Aquamacs and I use split windows to see both my code and the repl. I initially set the repl window to be just 10 lines or so with c-u-55-x-2, but when any scrolling output appears, it gets resized to half the available frame.
Is there a way I can tell Slime to leave my window sizes alone?
Thanks,
Patrick
---- pjm@spe.com S P Engineering, Inc. Large scale, mission-critical, distributed OO systems design and implementation. (C++, Java, Common Lisp, Jini, middleware, SOA)
Patrick May pjm@spe.com writes:
I'm running Slime in Aquamacs and I use split windows to see both my code and the repl. I initially set the repl window to be just 10 lines or so with c-u-55-x-2, but when any scrolling output appears, it gets resized to half the available frame.
Is there a way I can tell Slime to leave my window sizes alone?
I use ECB http://ecb.sf.net for that. It allows you to set up a fixed sized repl window (compilation buffer). It actually does much more, check it out.
Ole