Changes between Version 9 and Version 10 of InstallingSlime
- Timestamp:
- 03/24/10 14:58:30 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingSlime
v9 v10 1 = Installing S LIME=1 = Installing Slime = 2 2 3 [http://common-lisp.net/project/slime/ S LIME] is an emacs mode for interacting with Common Lisp systems.3 [http://common-lisp.net/project/slime/ Slime] is an emacs mode for interacting with Common Lisp systems. 4 4 5 The SLIME developers recommend that users [http://common-lisp.net/project/slime/#downloading download the CVS version]. It changes often and usually for the better. The emacs and lisp sides (the lisp side is known as S WANK) need to be in kept in sync, since the protocol they utilize is volatile.5 The SLIME developers recommend that users [http://common-lisp.net/project/slime/#downloading download the CVS version]. It changes often and usually for the better. The emacs and lisp sides (the lisp side is known as Swank) need to be in kept in sync, since the protocol they utilize is volatile. 6 6 7 7 == Configuration == … … 10 10 to find and you'll end up in the right place. (That works on Unix systems, too, of course.) 11 11 12 Add the following code fragments to your `.emacs` file to configure S LIMEto work with Clozure CL,12 Add the following code fragments to your `.emacs` file to configure Slime to work with Clozure CL, 13 13 using UTF-8 as the default encoding. 14 14 … … 44 44 }}} 45 45 46 == Using SLIME with the IDE == 47 48 In the IDE's preferences you can ask it to listen for connections from SLIME. Noting the port number there, you can then use M-x slime-connect to establish a connection from emacs. 49 50 Recall that the SLIME developers recommend that you use the latest version from CVS. So you can expect the version of SWANK (the lisp side of the slime protocol) to get out of sync with the Emacs version. This is even more likely if your emacs has SLIME bundled, as Aquamacs does. While it may be in your best interest to ignore the convience of the bundled versions and follow the advice of the SLIME developers, you can wait until version mismatch becomes a problem. 51 52 In some scenarios errors and logging appear in the background stream of the IDE. Examples include complaints from objective C about leaks and errors during nib loading. For that reason you may want to avoid opening the IDE application but instead run it like any other unix command. Assuming you moved your the IDE application into /Applications, can do that by invoking "/Applications/Clozure_CL64.app/Contents/MacOS/dx86cl64". 53 46 == Other Slime Information == 47 http://common-lisp.net/~trittweiler/talks/slime-talk-2008.pdf is a set of slides 48 from a talk given by Tobias-Christian Rittweiler (who is a Slime contributor).
