<br>I&#39;ve encountered a small problem when using Clozure with Emacs/slime.<br><br>When I try (cl-glut-examples:gears) at the slime &quot;inferior-lisp&quot; repl, the example runs normally. When I try it in the normal repl buffer, it will work only if I did it in the &quot;inferior-lisp&quot; repl first. If not, the window doesn&#39;t appear, and the repl says nothing. I can&#39;t find any error messages or prompts in the other buffers. If at the &quot;inferior-lisp&quot; repl I run another example, such as (cl-glut-examples:rb-robot), suddenly both the robot and gears windows appear and run normally.<br>
<br>Interestingly, this problem doesn&#39;t occur with lispbuilder-sdl examples.<br><br>This is my .emacs (for Win32, its _emacs):<br><br>(setq inferior-lisp-program &quot;C:/lispbox/ccl/wx86cl.exe&quot;) ; your Lisp system<br>
(add-to-list &#39;load-path &quot;C:/lispbox/slime-2009-05-31&quot;)  ; your SLIME directory<br>(require &#39;slime)<br>(slime-setup &#39;(slime-scratch slime-editing-commands slime-repl slime-mrepl))<br><br>Greg<br><br>