atom-slime icon indicating copy to clipboard operation
atom-slime copied to clipboard

Write lisp code efficiently with Atom

Results 31 atom-slime issues
Sort by recently updated
recently updated
newest added

I have followed the install instructions, and am getting a "Slime not connected" message in the status bar. I downloaded the SLIME source as instructed, unpacked it, and pointed the...

New to Atom, trying to install and run Slime to write in common lisp, been having these Issues **Atom**: 1.44.0 x64 **Electron**: 4.2.7 **OS**: Mac OS X 10.15.3 **Thrown From**:...

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.36.1 x64 **Electron**: 2.0.18 **OS**: Microsoft Windows 7 Ultimate **Thrown From**: [atom-slime](https://github.com/sjlevine/atom-slime) package 2.8.0 ### Stack Trace Uncaught RangeError: out of...

Fixes #24 and follows the decision there that using paredit is the best approach. When the user presses enter in the REPL, if there are missing close braces it adds...

[#66](https://github.com/sjlevine/atom-slime/issues/66) is listed as fixed, but I'm seeing something similar in a fresh install of atom on windows: ![atom-slime-printing-escape-char](https://user-images.githubusercontent.com/16506416/51877415-22c63080-233a-11e9-8f6c-576b9bc27ca3.PNG) Shows up as boxes in most fonts: ![atom-slime-printing-escape-char2](https://user-images.githubusercontent.com/16506416/51877435-32de1000-233a-11e9-80ea-4e684747ee38.PNG) packages: atom-slime 2.8.0...

This adds the stack trace to the debug pane, below the available restarts. It initially shows the stack frames that are sent with the initial debug message from swank, with...

This adds the interface for compiling a file. This fixes #37 and makes #41 obsolete. This pull request depends on sjlevine/swank-client-js#6.

I found several cases, when debugger is showing up after some error, but then stops responding and makes you reload slime. It happens quite often, when using, for example, package...

The following should be colorized, and not showing the control codes to get the color: [37mShowing off prove  [32m✓ T is expected to be T  [0m ✓ 4...

As it is in emacs, it would be great to have hotkeys for RETRY *ABORT and ABORT functions like 0 1 2 etc.