From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jone Subject: Problems with guile Date: Mon, 12 Mar 2018 22:52:57 +0300 Message-ID: <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]:44398) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1evQh6-0006SY-OW for help-guix@gnu.org; Mon, 12 Mar 2018 12:53:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1evQh3-000539-F5 for help-guix@gnu.org; Mon, 12 Mar 2018 12:53:04 -0400 Received: from mail-lf0-x22a.google.com ([2a00:1450:4010:c07::22a]:35853) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1evQh3-00052Q-7Y for help-guix@gnu.org; Mon, 12 Mar 2018 12:53:01 -0400 Received: by mail-lf0-x22a.google.com with SMTP id e28-v6so15402537lfc.3 for ; Mon, 12 Mar 2018 09:53:01 -0700 (PDT) Received: from localhost ([93.100.210.215]) by smtp.gmail.com with ESMTPSA id s12sm1848310ljs.92.2018.03.12.09.52.58 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 12 Mar 2018 09:52:58 -0700 (PDT) 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: help-guix Hello! I wanted to learn more about Scheme. Earlier I could run guile, but after latest updates (maybe, updates - not sure): ~> guile Backtrace: 12 (apply-smob/1 #) In ice-9/boot-9.scm: 705:2 11 (call-with-prompt ("prompt") # =E2=80=A6) In ice-9/eval.scm: 619:8 10 (_ #(#(#))) In unknown file: 9 (primitive-load "/home/jone/.guile") In ice-9/eval.scm: 721:20 8 (primitive-eval (use-modules (ice-9 readline))) In ice-9/psyntax.scm: 1235:36 7 (expand-top-sequence ((use-modules (ice-9 readline))) _ =E2=80= =A6) 1182:24 6 (parse _ (("placeholder" placeholder)) ((top) #(# # =E2=80=A6)= ) =E2=80=A6) 285:10 5 (parse _ (("placeholder" placeholder)) (()) _ c&e (eval) =E2= =80=A6) In ice-9/boot-9.scm: 3365:20 4 (process-use-modules _) 222:17 3 (map1 (((ice-9 readline)))) 3366:31 2 (_ ((ice-9 readline))) 2791:6 1 (resolve-interface _ #:select _ #:hide _ #:prefix _ # _ =E2=80= =A6) In unknown file: 0 (scm-error misc-error #f "~A ~S" ("no code for modu=E2=80=A6" = =E2=80=A6) =E2=80=A6) ERROR: In procedure scm-error: no code for module (ice-9 readline) ******************************************************** ~> guix package -I guile guile-readline 2.2.3 - installed for test, freshly ~> guix package -p /run/current-system/profile -I guile guile 2.2.3 ******************************************************** After comment string in ~/.guile "(use-modules (ice-9 readline))" guile starts, but does not highlight matching brackets as before. ??