Hi,<br><br>I'm wondering if it's possible to ask slime to load something after a Lisp session has started. I've tried the following<br><br>(eval-after-load "slime"<br> '(progn<br> ...<br> (slime-interactive-eval "...")))<br>
<br clear="all">But the expression seems to never get run. I've also tried<br><br>(progn<br> (slime)<br> (while (not (slime-connected-p))<br> (sleep-for 0 200))<br> (slime-interactive-eval "..."))<br>
<br>Which works, but is horrible in other ways.<br><br>Is there a good way to do this?<br><br>Thanks.<br><br>-- <br>Elliott Slaughter<br><br>"Don't worry about what anybody else is going to do. The best way to predict the future is to invent it." - Alan Kay<br>