From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Zeeshan Ali Newsgroups: gmane.lisp.guile.user Subject: Re: Module unloading Date: Tue, 24 May 2005 18:02:45 +0500 Message-ID: <38294b7405052406021c0ec40f@mail.gmail.com> References: <38294b74050523070378b75caf@mail.gmail.com> <42921E8E.7060503@ossau.uklinux.net> <38294b74050523135563afe3dc@mail.gmail.com> <429249E3.1050604@ossau.uklinux.net> Reply-To: Zeeshan Ali NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1116939846 12694 80.91.229.2 (24 May 2005 13:04:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 May 2005 13:04:06 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue May 24 15:04:04 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DaZ4H-0003fZ-I5 for guile-user@m.gmane.org; Tue, 24 May 2005 15:03:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DaZ7v-0003uG-O9 for guile-user@m.gmane.org; Tue, 24 May 2005 09:07:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DaZ6p-0003Wd-5s for guile-user@gnu.org; Tue, 24 May 2005 09:06:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DaZ6m-0003VJ-Co for guile-user@gnu.org; Tue, 24 May 2005 09:06:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DaZ6l-0003Rn-R6 for guile-user@gnu.org; Tue, 24 May 2005 09:06:07 -0400 Original-Received: from [64.233.170.206] (helo=rproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DaZ3h-00053u-2c for guile-user@gnu.org; Tue, 24 May 2005 09:02:57 -0400 Original-Received: by rproxy.gmail.com with SMTP id y7so954049rne for ; Tue, 24 May 2005 06:02:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pzG70FDp889OHffxqtkjS/qcOADRTnx0psI2+pB+ACMDdyE2urltIawZprcV699jwNMYzXTXWZlOFaBPUtbPmtUKOjUbVw6TJQl3NqphuYDYAKsm/jg39d/FKprGpenbvziUf1tHKuZ6b+A2sBpv/eg5cswUpcvHvCbuItShHtw= Original-Received: by 10.38.75.4 with SMTP id x4mr2198974rna; Tue, 24 May 2005 06:02:45 -0700 (PDT) Original-Received: by 10.38.89.43 with HTTP; Tue, 24 May 2005 06:02:45 -0700 (PDT) Original-To: Neil Jerram In-Reply-To: <429249E3.1050604@ossau.uklinux.net> Content-Disposition: inline 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:4569 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:4569 Hello, > It seems to survive 5 minutes of testing by me, but there could well be > problems lurking, so please test carefully in your context. I'll try to test it here as well but i'll have to convert it to an equivalent C code first. BTW guys, I have been told that the fate of 'undefine' is in doubt. Is that really true? Here is how i load modules and tell me if there is a better way of doing the same: 1. load the module using scm_c_use_module () 2. The module is responsible to define and export a few symbols (e.g xchat-plugin-version) 3. I get the value of these symbols and 4 undefine these varriables Regards, Zeeshan Ali. _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user