From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Problems with guile Date: Tue, 20 Mar 2018 11:53:18 +0100 Message-ID: <874llbvx0h.fsf@gnu.org> References: <20180312225257.438ebef9@gmail.com> <87tvtiyflm.fsf@gnu.org> <20180314173733.GA20891@macbook41> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43733) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eyEtT-0006II-IV for help-guix@gnu.org; Tue, 20 Mar 2018 06:53:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eyEtO-0008Sd-JY for help-guix@gnu.org; Tue, 20 Mar 2018 06:53:27 -0400 Received: from hera.aquilenet.fr ([2a0c:e300::1]:48700) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eyEtO-0008SE-Bu for help-guix@gnu.org; Tue, 20 Mar 2018 06:53:22 -0400 In-Reply-To: <20180314173733.GA20891@macbook41> (Efraim Flashner's message of "Wed, 14 Mar 2018 19:37:33 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Efraim Flashner Cc: help-guix Efraim Flashner skribis: > On Wed, Mar 14, 2018 at 02:03:01PM +0100, Ludovic Court=C3=A8s wrote: >> Hello Jone, >>=20 >> Jone skribis: >>=20 >> > After comment string in ~/.guile "(use-modules (ice-9 readline))" >> > guile starts, but does not highlight matching brackets as before. >>=20 >> The (ice-9 readline) module is now part of the =E2=80=98guile-readline= =E2=80=99 >> package. Thus, to get that functionality, you need to run: >>=20 >> guix package -i guile-readline > > gnu/system/shadow.scm has: > (".guile" ,(plain-file "dot-guile" > "(cond ((false-if-exception (resolve-interface '(ice-9 read= line))) > > so we might want to fix this systemwide This ~/.guile template is for new installs, to adequately deal with missing (ice-9 readline). People who already had a ~/.guile have to adjust it or install guile-readline, we can=E2=80=99t do that for them. Ludo=E2=80=99.