-
Notifications
You must be signed in to change notification settings - Fork 2
Slima not connected #62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Usually the first time you run the swank server, sbcl has to compile some things. So, usually it takes a little longer. I would first suggest waiting maybe 10 seconds then running If those steps don't fix it/make the fix obvious, I can look at what's printed to your console. |
Thanks a lot. I am entirely new to Emacs and related software. May i know where to run Slime: Connect command? also where can i get more details on running Swank server? |
Pulsar has what's called the Command Palette. If you press ctrl-shift-p, a little dialog pops up that you can type commands in. It has a fuzzy-search, so if you type "Connect" usually "Slime: Connect" pops up. As for running the Swank server, SLIMA is supposed to be able to launch it for normal usage. You just need to set the path to the SLIME code in SLIMA's settings. I don't really remember most of the specifics of Swank anymore. I'd start by look at the |
reopening pulsar i'm now getting :invalid-rpc from the swank-client |
It looks like the Swank protocol changed in 2.31. A quick test suggests that SLIMA works with 2.30. I know SLIMA works well with 2.24 since that's the version that I did a fair bit of development work with. Swank-client is reverse engineered from SLIME, so I'll have to find some time to figure out what changed. |
Hello,
I am trying to setup Pulsar with SBCL.
OS- Windows 11
Downloaded Pulsar, SBCL and SLIME source code and followed all the instructions mentioned. When i start Pulsar, i see the message in left corner- SLIMA not connected. Do i also need to install SLIME? I don't have emacs.
Directory- D:\CommonLisp
Slime- D:\CommonLisp\slime-2.31
SBCL- D:\CommonLisp\sbcl.exe
The text was updated successfully, but these errors were encountered: