From jmvdoorn at ziggo.nl Fri Aug 14 12:34:26 2020 From: jmvdoorn at ziggo.nl (Jan@ziggo) Date: Fri, 14 Aug 2020 14:34:26 +0200 Subject: Slime not loading in Aquamacs Message-ID: <46E70271-59E8-4223-9C15-AE70A4DCA219@ziggo.nl> I installed Clozure CL, Aquamacs 3.5 and Slime (through Melpa), made installation settings, but after M-x slime get following message: (progn (load "/Users/jvdsmacbook/Library/Preferences/Aquamacs Emacs/Packages/elpa/slime-20200721.1604/swank-loader.lisp" :verbose t) (funcall (read-from-string "swank-loader:init") :from-emacs t) (funcall (read-from-string "swank:start-server") "/var/folders/96/cxqfcbbx0n38n20x9hss8yxr0000gn/T/slime.27376")) Clozure Common Lisp Version 1.11.5/v1.11.5 (DarwinX8664) For more information about CCL, please see http://ccl.clozure.com. CCL is free software. It is distributed under the terms of the Apache Licence, Version 2.0. ? ;Loading #P"/Users/jvdsmacbook/Library/Preferences/Aquamacs Emacs/Packages/elpa/slime-20200721.1604/swank-loader.lisp"...sigreturn returned ? for help [27385] Clozure CL kernel debugger: I do not see SLIME and REPL in the topbar of Aquamacs. Any idea what may be wrong? -------------- next part -------------- An HTML attachment was scrubbed... URL: From mevins at me.com Fri Aug 14 13:01:05 2020 From: mevins at me.com (mikel evins) Date: Fri, 14 Aug 2020 08:01:05 -0500 Subject: Slime not loading in Aquamacs In-Reply-To: <46E70271-59E8-4223-9C15-AE70A4DCA219@ziggo.nl> References: <46E70271-59E8-4223-9C15-AE70A4DCA219@ziggo.nl> Message-ID: <3FEA0F56-E83E-4224-8815-60E1C9EB44F6@me.com> When you see the message > Clozure CL kernel debugger: it means that CCL has crashed. It's in the low-level interactive debugger, which is used to grovel around in the crashed state to figure out what caused it to crash. It isn't really Lisp anymore when you're in the kernel debugger, and won't be able to interact properly with SLIME. The solution is going to be figuring what's causing CCL to crash, and the right forum for that discussion is the CCL mailing lists or its Github Issues page here: https://github.com/Clozure/ccl/issues Slime-devel probably won't be able to help you much. > On Aug 14, 2020, at 7:34 AM, Jan at ziggo wrote: > > I installed Clozure CL, Aquamacs 3.5 and Slime (through Melpa), made installation settings, but after M-x slime get following message: > > (progn (load "/Users/jvdsmacbook/Library/Preferences/Aquamacs Emacs/Packages/elpa/slime-20200721.1604/swank-loader.lisp" :verbose t) (funcall (read-from-string "swank-loader:init") :from-emacs t) (funcall (read-from-string "swank:start-server") "/var/folders/96/cxqfcbbx0n38n20x9hss8yxr0000gn/T/slime.27376")) > > Clozure Common Lisp Version 1.11.5/v1.11.5 (DarwinX8664) > > For more information about CCL, please see http://ccl.clozure.com . > > CCL is free software. It is distributed under the terms of the Apache > Licence, Version 2.0. > ? ;Loading #P"/Users/jvdsmacbook/Library/Preferences/Aquamacs Emacs/Packages/elpa/slime-20200721.1604/swank-loader.lisp"...sigreturn returned > ? for help > [27385] Clozure CL kernel debugger: > > I do not see SLIME and REPL in the topbar of Aquamacs. > > Any idea what may be wrong? -------------- next part -------------- An HTML attachment was scrubbed... URL: