From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mikael Djurfeldt" Newsgroups: gmane.lisp.guile.devel Subject: Re: fixes to goops + light structs + 'u' slots Date: Tue, 15 Apr 2008 00:20:08 +0200 Message-ID: <66e540fe0804141520v233479cfrdcfadfd62a2cd0f@mail.gmail.com> References: <87zls1bdk6.fsf@gnu.org> <87fxtpwq0t.fsf@gnu.org> <66e540fe0804131209y6a3a1810i72a6ba048a7cb83b@mail.gmail.com> Reply-To: mikael@djurfeldt.com NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1208211629 29576 80.91.229.10 (14 Apr 2008 22:20:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Apr 2008 22:20:29 +0000 (UTC) Cc: =?ISO-8859-1?Q?Ludovic_Court=E8s?= , guile-devel@gnu.org To: "Andy Wingo" Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Apr 15 00:39:08 2008 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1JlXKN-0001Nv-TA for guile-devel@m.gmane.org; Tue, 15 Apr 2008 00:39:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JlX2D-0005aI-Lu for guile-devel@m.gmane.org; Mon, 14 Apr 2008 18:20:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JlX25-0005Vs-90 for guile-devel@gnu.org; Mon, 14 Apr 2008 18:20:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JlX23-0005Ql-H5 for guile-devel@gnu.org; Mon, 14 Apr 2008 18:20:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JlX23-0005Qb-CY for guile-devel@gnu.org; Mon, 14 Apr 2008 18:20:11 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.226]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JlX22-00076U-Ma for guile-devel@gnu.org; Mon, 14 Apr 2008 18:20:11 -0400 Original-Received: by wx-out-0506.google.com with SMTP id s7so1322703wxc.24 for ; Mon, 14 Apr 2008 15:20:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=w0ZxTmC6WKzUTaih+1AE/KzYrL9ak5GXfFZJOUvbBoI=; b=Hu8NKe3TjDdBu9qOzDV1nI2eDmhgEK4bAex9YfGIUoT/cZEgEBVNjC1dhkMUXaGGRHyRgGf4MHrBw7wXyPmYIUi/mg9WOYYtLOUf+Jld8Gcg0MOSEqIZ5pXsIwP2dmPItxOXCLggwEUlfK/9GxNcHzYhaJ5ATDe6e427Tx4TGZk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=TsYHxSfja65XLuC5QjbNibEbbk3jL2Nv7luAxsjMndmLNH6YkmcAwLnPWJkdsvSncBUKbjZGVY+PRwjKzDzFVoq+MLF0KoxTL0Z3flthNrsXWEaIuPKzum7suxt5JoGCzBL1lQf2wdJFS8zfvQOTZywtrJrkGpz3nwZ4XS59VFA= Original-Received: by 10.115.111.1 with SMTP id o1mr7671618wam.87.1208211608427; Mon, 14 Apr 2008 15:20:08 -0700 (PDT) Original-Received: by 10.114.149.19 with HTTP; Mon, 14 Apr 2008 15:20:08 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-Google-Sender-Auth: c443020dbbfad94f X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:7149 Archived-At: 2008/4/14, Andy Wingo : > Is this designed to work? It seems that all is still not right, > @slot-ref (only used in accessors, not in slot-ref) accesses the slot as > a SCM Right, the special form is @slot-ref, not @assert-bound-ref as I stated previously.