From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Volkan YAZICI Newsgroups: gmane.lisp.guile.user Subject: Restoration of Session Variables Date: Sun, 15 Oct 2006 00:09:03 +0300 Message-ID: <20061014210902.GB1317@alamut> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1160860269 11187 80.91.229.2 (14 Oct 2006 21:11:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 14 Oct 2006 21:11:09 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Oct 14 23:11:05 2006 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GYqmc-0006RP-3I for guile-user@m.gmane.org; Sat, 14 Oct 2006 23:11:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GYqmb-0002MA-Fa for guile-user@m.gmane.org; Sat, 14 Oct 2006 17:11:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GYqmW-0002Hu-I5 for guile-user@gnu.org; Sat, 14 Oct 2006 17:10:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GYqmV-0002D8-3I for guile-user@gnu.org; Sat, 14 Oct 2006 17:10:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GYqmU-0002Ce-Hz for guile-user@gnu.org; Sat, 14 Oct 2006 17:10:54 -0400 Original-Received: from [212.175.13.129] (helo=fep04.ttnet.net.tr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GYqvE-0005SS-SI for guile-user@gnu.org; Sat, 14 Oct 2006 17:19:57 -0400 Original-Received: from (unknown [192.168.8.104]) by AVGW-I-5.ttnet.net.tr with smtp id 16b7_7a171274_5bc8_11db_9352_001422143cb8; Sun, 15 Oct 2006 00:10:54 +0300 Original-Received: from alamut ([85.97.14.253]) by fep04.ttnet.net.tr with ESMTP id <20061014211052.RLWC13992.fep04.ttnet.net.tr@alamut> for ; Sun, 15 Oct 2006 00:10:52 +0300 Original-Received: from (dsl.dynamic859714253.ttnet.net.tr [85.97.14.253]) by AVGW-I-1.ttnet.net.tr with smtp id 63f0_743d0ebc_5bc8_11db_8b93_001422175f0e; Sun, 15 Oct 2006 00:10:51 +0300 Original-To: guile-user@gnu.org Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-NAI-Spam-Rules: 1 Rules triggered BAYES_00=-2.5 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:5604 Archived-At: Hi, I'm executing seperate procedures in the same Guile session initialized by scm_init_guile(). Just after initialization, some global definitions get loaded. While executing supplied procedures sequentially, I want to restrict their access to some variables. Namely I want to set some definitions as read-only. Is this possible? I tried playing with fluids and dynamic states but couldn't figure out a solution. I'd be very appreciated to hear any kind of suggestion. Regards. _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user