From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Chema Alonso Josa Newsgroups: gmane.linux.gentoo.lisp,gmane.emacs.help Subject: Re: How to apply live swank melpa update? (SBCL, ASDF 3.1.5 (?), GNU Emacs 26.0.91) Date: Fri, 9 Mar 2018 20:03:12 +0000 Organization: gentoo.org Message-ID: <20180309200312.GA25526@woodpecker.gentoo.org> References: <87muzhg171.fsf@gmail.com> Reply-To: gentoo-lisp-cnFmAm88PdgLnqt3yJz4RQ@public.gmane.org NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Trace: blaine.gmane.org 1520625673 25626 195.159.176.226 (9 Mar 2018 20:01:13 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 9 Mar 2018 20:01:13 +0000 (UTC) User-Agent: Mutt/1.5.24 (2015-08-30) Cc: help-gnu-emacs-mXXj517/zsQ@public.gmane.org To: gentoo-lisp-cnFmAm88PdgLnqt3yJz4RQ@public.gmane.org Original-X-From: gentoo-lisp+bounces-280-glgl-gentoo-lisp3=m.gmane.org-cnFmAm88PdgLnqt3yJz4RQ@public.gmane.org Fri Mar 09 21:01:08 2018 Return-path: Envelope-to: glgl-gentoo-lisp3@m.gmane.org Original-Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1euOCR-0006WJ-1B for glgl-gentoo-lisp3@m.gmane.org; Fri, 09 Mar 2018 21:01:07 +0100 Original-Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58321E0830; Fri, 9 Mar 2018 20:03:13 +0000 (UTC) Original-Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 332DEE0830 for ; Fri, 9 Mar 2018 20:03:13 +0000 (UTC) Original-Received: by smtp.gentoo.org (Postfix, from userid 2270) id 1D7FB335C38; Fri, 9 Mar 2018 20:03:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Lisp mail X-BeenThere: gentoo-lisp-cnFmAm88PdgLnqt3yJz4RQ@public.gmane.org Content-Disposition: inline In-Reply-To: <87muzhg171.fsf-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Xref: news.gmane.org gmane.linux.gentoo.lisp:278 gmane.emacs.help:116161 Archived-At: On Fri, Mar 09, 2018 at 07:25:38AM +0000, Akater wrote: > How do I apply swank update coming with GNU Emacs SLIME melpa update without > restarting Lisp? > > Initially I just tried to > > (asdf:load-system "swank") > > which signalled a SIMPLE-FILE-ERROR while attempting to WRITE-FILE > located at a previous slime directory which directory does not exist > anymore after SLIME update. > > Restarting SLIME signalled the same error, only now I'm not connected to > Lisp image at all. At this point, I don't know what to do sans > restarting Lisp which would be unwelcome. > > What should I have done and what do I do now? (Clearly, at least I > should have started a different SLIME connection for this attempt at > restart.) > > Note regarding ASDF version: Gentoo says ASDF 3.1.5, manual shipped with > current SBCL (1.4.5) says 3.3.1. Without connection to Lisp, I can't say > much more. Don't know if the following would have helped at your end: (asdf:clear-source-registry) and then (require :swank) Regarding SBCL at gentoo, we use the latest version of ASDF because SBCL bumps versions of ASDF not very frequently in their releases. Regards.