From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Todd Newsgroups: gmane.lisp.guile.user Subject: macro documentation? (was: Re: Req for help on objects and environments) Date: Mon, 6 Sep 2004 17:34:59 -0500 Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: References: <1094123345.4412.5.camel@kuzgun> <20040902115316.GB30187@www> <1094238653.3785.68.camel@lark> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1094510149 32379 80.91.224.253 (6 Sep 2004 22:35:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Sep 2004 22:35:49 +0000 (UTC) Cc: Richard Todd , Guile Users Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Sep 07 00:35:42 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 1C4S5O-0007Zj-00 for ; Tue, 07 Sep 2004 00:35:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C4SAZ-0005mo-P3 for guile-user@m.gmane.org; Mon, 06 Sep 2004 18:41:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C4SAX-0005ma-3q for guile-user@gnu.org; Mon, 06 Sep 2004 18:41:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C4SAV-0005m8-FF for guile-user@gnu.org; Mon, 06 Sep 2004 18:41:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C4SAV-0005ly-Dy for guile-user@gnu.org; Mon, 06 Sep 2004 18:40:59 -0400 Original-Received: from [17.250.248.47] (helo=smtpout.mac.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C4S4p-0002mq-Ch for guile-user@gnu.org; Mon, 06 Sep 2004 18:35:07 -0400 Original-Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (8.12.6/MantshX 2.0) with ESMTP id i86MZ5VM004760; Mon, 6 Sep 2004 15:35:05 -0700 (PDT) Original-Received: from [10.0.1.3] (97.157.171.66.subscriber.vzavenue.net [66.171.157.97]) (authenticated bits=0) by mac.com (Xserve/smtpin08/MantshX 4.0) with ESMTP id i86MZ2d3022224 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Mon, 6 Sep 2004 15:35:04 -0700 (PDT) In-Reply-To: <1094238653.3785.68.camel@lark> Original-To: Andy Wingo X-Mailer: Apple Mail (2.619) 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:3436 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:3436 On Sep 3, 2004, at 2:10 PM, Andy Wingo wrote: > > 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. A similar problem appears when trying to document syncase macros... they all (display) as: # When I apply the 'documentation property to one of these macros, all the sudden ALL my syncase macros have this documentation. I don't suppose anyone knows of a way to add docstrings to individual macros? How does this sc-macro entity know which transformation to make? I don't know anything about how syncase works internally... Richard _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user