Paolo Amoroso amoroso@mclink.it writes:
I get one window when starting SLIME with `M-x slime', but two windows with `C-u M-x slime'. I use SLIME CVS sources updated a few hours ago, GNU Emacs 20.7.2, and CMUCL 2004-09 snapshot under Debian Woody.
Some more context. This only happens when I provide SLIME with the name of a shell script of mine called `clim', which starts McCLIM from a dumped image:
#!/bin/sh DIR=~/src/McCLIM cmucl -core $DIR/clim.core
When I provide `cmucl', which is a symlink to the CMUCL executable (most Lisps seem to think that they are the only `lisp' :) SLIME works as expected, i.e. it starts with only the REPL window open.
Paolo