From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Adriano Peluso Newsgroups: gmane.lisp.guile.user Subject: Re: use module does not works in .guile Date: Sun, 02 May 2021 16:01:53 +0200 Message-ID: <0ae53534b09b267b0b3093ad15e5bd4175763028.camel@riseup.net> References: Reply-To: randomlooser@riseup.net Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17148"; mail-complaints-to="usenet@ciao.gmane.io" To: Damien Mattei , guile-user Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sun May 02 16:02:32 2021 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ldCg2-0004MA-Rz for guile-user@m.gmane-mx.org; Sun, 02 May 2021 16:02:30 +0200 Original-Received: from localhost ([::1]:53666 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ldCg1-0007N7-Q3 for guile-user@m.gmane-mx.org; Sun, 02 May 2021 10:02:29 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45608) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ldCfZ-0007MW-DH for guile-user@gnu.org; Sun, 02 May 2021 10:02:01 -0400 Original-Received: from mx1.riseup.net ([198.252.153.129]:55142) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ldCfX-0004No-DJ for guile-user@gnu.org; Sun, 02 May 2021 10:02:01 -0400 Original-Received: from fews2.riseup.net (fews2-pn.riseup.net [10.0.1.84]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4FY7850SwxzDqCd; Sun, 2 May 2021 07:01:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1619964117; bh=qm3TXcpUQ5knI2p42wy1RR2BF1c0JCliIzeWCDxc0VA=; h=Subject:From:Reply-To:To:Date:In-Reply-To:References:From; b=p2ZAdd9BoB1m5Yhv+OGlmKn8oGaqy/Y25/KV6JBfM+P457kczaH6B8ezWrm2LrjQv zNuoK1qgko3t65BKTzBJixhcS/lzHwTIOkuiyU00zVhVTaw26JNbFxMUMh3bt/tMd7 tK7fOE6v67vAMnpJxPckrkDh+uVcYiBhvSBv8vI0= X-Riseup-User-ID: B3B73405490B299E3672F0140621A6BE5F3A2AC915E70E149AB83C4AA1EBAF0A Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews2.riseup.net (Postfix) with ESMTPSA id 4FY7840RHBz1yS8; Sun, 2 May 2021 07:01:55 -0700 (PDT) In-Reply-To: Received-SPF: pass client-ip=198.252.153.129; envelope-from=randomlooser@riseup.net; helo=mx1.riseup.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:17503 Archived-At: Il giorno dom, 02/05/2021 alle 13.32 +0200, Damien Mattei ha scritto: > i have this .guile: > > ;; Guile config file > > > > ;; history > (use-modules (ice-9 readline) >     ;; does not works: >     ;; guile object oriented programming system >     ;;(oop goops) (oop goops) is commented out. Is this by mistake ? > (activate-readline) [...] > but (oop goops) is not working in REPL i have to issue an :