Fixing a SLIME/Swank version problem
Installing a bunch of packages willy-nilly resulted in this configuration problem for me: starting slime resulted in this frustrating error message: Versions differ (2014...) slime vs (2009...) swank…
5 posts
Installing a bunch of packages willy-nilly resulted in this configuration problem for me: starting slime resulted in this frustrating error message: Versions differ (2014...) slime vs (2009...) swank…
Why would you want to do this? (You probably don't :P) In my case, I have a similar setup on a Linux box, and I like consistency, so ... * Get w3m. I used MacPorts, you can use brew, it's r…
One way is the SLIME way -- similar to any other lisp/scheme implementation, install it, set inferior-lisp-program, add (slime-setup '(slime-fancy)) to your .emacs, and run M-x slime. Boom! Done.…
The black text on white background always seemed to cause me eye strain. On the other hand, the white-on-black or green-on-black seem too intense (too high-contrast) after a while, and made switching…
As a followup to my initial getting started post: * I later replaced the Clozure App with the command-line version, obtained by `svn co http://svn.clozure.com/publicsvn/openmcl/release/1.9/darwinx86…