From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.user Subject: Re: Req for help on objects and environments Date: Fri, 03 Sep 2004 20:10:53 +0100 Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: <1094238653.3785.68.camel@lark> References: <1094123345.4412.5.camel@kuzgun> <20040902115316.GB30187@www> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1094299552 5133 80.91.224.253 (4 Sep 2004 12:05:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 4 Sep 2004 12:05:52 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Sep 04 14:05:47 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C3ZIh-0006dr-00 for ; Sat, 04 Sep 2004 14:05:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C3ZNl-00084t-DZ for guile-user@m.gmane.org; Sat, 04 Sep 2004 08:11:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C3ZNh-00084R-Bf for guile-user@gnu.org; Sat, 04 Sep 2004 08:10:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C3ZNg-00084F-Te for guile-user@gnu.org; Sat, 04 Sep 2004 08:10:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C3ZNg-00084C-QO for guile-user@gnu.org; Sat, 04 Sep 2004 08:10:56 -0400 Original-Received: from [216.166.232.203] (helo=johnson-resources.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1C3ZID-0002wJ-Fn for guile-user@gnu.org; Sat, 04 Sep 2004 08:05:17 -0400 Original-Received: from localhost (mantis.schoolnet.na [::ffff:196.44.140.238]) (AUTH: LOGIN wingo) by johnson-resources.com with esmtp; Sat, 04 Sep 2004 08:05:15 -0400 id 001200A4.4139AF7C.000025A6 Original-Received: from wingo by lark with local (Exim 3.36 #1 (Debian)) id 1C3JSi-0001hP-00 for ; Fri, 03 Sep 2004 20:11:04 +0100 Original-To: Guile Users In-Reply-To: <20040902115316.GB30187@www> X-Mailer: Evolution 1.5.93 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: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:3430 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:3430 Hi Tomas, On Thu, 2004-09-02 at 13:53 +0200, tomas@fabula.de wrote: > (Note as well that the properties get attached to the *value*, not to the > *variable*): > > | guile> (object-property 42 'friends) > | (alfred bert carol) I didn't realize this! Thanks for the tip. I guess it has to be this way. It trips up some documentation thoughts I had, though... I was using the 'documentation object-property to attach docs to variables, whereas it actually puts it on the value. I wonder if there's a better way. > Does this help? It helped me ;) Cheers, -- Andy Wingo http://ambient.2y.net/wingo/ _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user