Howdy!
Long time no chat :-)
I will give a talk at the Emacs Conference (emacsconf.org, London March 31)
called "How to write an Emacs-based IDE like SLIME".
The idea is to demo SLIME, explain how its development works, and give some
encouragement and practical tips to people who might want to build
something similar for other languages.
If you have some ideas please fire away :) particularly about things I
might easily overlook being as my SLIME know-how is about 10 years old!
Cheers,
-Luke
Hello all,
SLIME 2.13 is released! https://github.com/slime/slime/releases/tag/v2.13
* 2.13 (March 2015)
** Core
*** slime-cycle-connections has been deprecated
It has been replaced by slime-next-connection and
slime-prev-connection. A shortcut for the latter has been added to
slime-selector.
** slime-mdot-fu
The slime-mdot-fu contrib has been brought back to life. (Thanks to Charles
Zhang. Issues #8, #231 and #232.)
** slime-typeout-frame
The slime-typeout-frame contrib has been restored. (Issue #221.)
** SBCL backend
*** Fixed xrefs coming from C-c C-c
Issue #227.
** CMUCL, SBCL and SCL backends
*** Better support for custom readtables
Functionality that depends on SWANK's source-path-parser, such as
`slime-find-definition', now works properly in face of custom
readtables by honoring SWANK:*READTABLE-ALIST*. (Thanks to Gábor
Melis. PR #244.)
** Kawa backend
*** Updated for Kawa version 2.0
Cheers,
--
Luís Oliveira
http://kerno.org/~luis/