diff options
Diffstat (limited to 'readme.org')
-rw-r--r-- | readme.org | 18 |
1 files changed, 15 insertions, 3 deletions
@@ -151,13 +151,25 @@ active you could do something like this: (add-hook 'sps-mode-hook 'steal-slime-keys-for-sps!) #+END_SRC +** Other amenities + +=slime-selector= is a great feature and =sps-mode= can optionally integrate +with it. If you call =sps-add-slime-selector-methods=, two entries related to +=sps-mode= will be added. One, invoked with =p=, will take you to the most +recently visited buffer where =sps-mode= is active (excluding buffers which are +already visible). The other, on =P=, will take you to a scratch buffer with +=sps-mode= enabled, creating the buffer if necessary. + +Speaking of the scratch buffer, the =sps-scratch= command will take you +straight there. + ** Still do be done - Test against a wider array of code. Are there problems with quoting? - Better documentation. - - Add a REPL and/or a scratch buffer. - - See if more integration with SLIME is possible (e.g. the selector). - - Command(s) for compiling with the output going to a file. + - Look into adding a REPL. + - See if more integration with SLIME is possible. + - Command(s) for compiling to a file. - Similar support for [[http://weitz.de/cl-who/][CL-WHO]] and/or [[https://github.com/paddymul/css-lite][CSS-LITE]]? - Get to know ELPA and packaging. - Add support for Customize. |