From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.user Subject: Re: Module unloading Date: Mon, 23 May 2005 19:18:54 +0100 Message-ID: <42921E8E.7060503@ossau.uklinux.net> References: <38294b74050523070378b75caf@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1116872506 21896 80.91.229.2 (23 May 2005 18:21:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 May 2005 18:21:46 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon May 23 20:21:37 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DaHVp-0005FR-LT for guile-user@m.gmane.org; Mon, 23 May 2005 20:18:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DaHZK-00078o-Qh for guile-user@m.gmane.org; Mon, 23 May 2005 14:22:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DaHZE-00077u-G7 for guile-user@gnu.org; Mon, 23 May 2005 14:22:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DaHZD-00077S-Mw for guile-user@gnu.org; Mon, 23 May 2005 14:22:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DaHZD-00077I-Ky for guile-user@gnu.org; Mon, 23 May 2005 14:22:19 -0400 Original-Received: from [80.84.72.33] (helo=mail3.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DaHgG-0000R4-3i for guile-user@gnu.org; Mon, 23 May 2005 14:29:36 -0400 Original-Received: from laruns (host81-130-111-97.in-addr.btopenworld.com [81.130.111.97]) by mail3.uklinux.net (Postfix) with ESMTP id 7503C409FB4; Mon, 23 May 2005 18:20:05 +0000 (UTC) Original-Received: from [127.0.0.1] (laruns [127.0.0.1]) by laruns (Postfix) with ESMTP id 58E079F99D; Mon, 23 May 2005 19:18:55 +0100 (BST) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050420 Debian/1.7.7-2 X-Accept-Language: en Original-To: Zeeshan Ali In-Reply-To: <38294b74050523070378b75caf@mail.gmail.com> 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:4560 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:4560 Zeeshan Ali wrote: > Hello fellow Guilers, > As most of you (who lurk on #guile) know that I've been writing an > xchat-guile plugin lately so people can write xchat plugins in > scheme/guile. The plugin is almost finished now and i am working on > the plugin loading and unloading functionality right now. I thought > that it would be a good idea that the xchat-guile plugins are the same > as guile modules. I know how to load the modules but i also need to > unload them and seems there is no 'straight' way of doing that in > guile, is there? There's no way of completely removing (=> undefining) the definitions that a module added. I think it might be possible (in an undocumented and unsupported way) to "unuse" a module, though, i.e. to remove a plugin module from the module-uses list of your main module. Is that any use to you? Neil _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user