[slime-devel] SLIME starts with two windows

Paolo Amoroso amoroso at mclink.it
Sun Oct 3 13:58:57 UTC 2004


Paolo Amoroso <amoroso at 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.

Problem solved.  In the `clim' script mentioned in my other post:

  #!/bin/sh
  DIR=~/src/McCLIM
  cmucl -core $DIR/clim.core

the shell process is kept around, which probably confuses SLIME.
Exec-ing CMUCL solves the problem, i.e. only one window appears.
Apologies for the noise.


Paolo
-- 
Why Lisp? http://alu.cliki.net/RtL%20Highlight%20Film




More information about the slime-devel mailing list