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: Wed, 14 Mar 2018 14:03:01 +0100 Message-ID: <87tvtiyflm.fsf@gnu.org> References: <20180312225257.438ebef9@gmail.com> 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]:57610) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ew63f-0004A2-S3 for help-guix@gnu.org; Wed, 14 Mar 2018 09:03:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ew63c-0006Bn-R3 for help-guix@gnu.org; Wed, 14 Mar 2018 09:03:07 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:47548) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ew63c-0006B5-IT for help-guix@gnu.org; Wed, 14 Mar 2018 09:03:04 -0400 In-Reply-To: <20180312225257.438ebef9@gmail.com> (Jone's message of "Mon, 12 Mar 2018 22:52:57 +0300") 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: Jone Cc: help-guix Hello Jone, Jone skribis: > After comment string in ~/.guile "(use-modules (ice-9 readline))" > guile starts, but does not highlight matching brackets as before. 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: guix package -i guile-readline HTH! Ludo=E2=80=99.