From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nala Ginrut Newsgroups: gmane.lisp.guile.user Subject: Re: GOOPS:Can I just overload "slot-set!" under #:virtual and let alone "slot-ref" ? Date: Fri, 3 Dec 2010 10:13:31 +0800 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0003255745beb85cee04967815e6 X-Trace: dough.gmane.org 1291342424 11942 80.91.229.12 (3 Dec 2010 02:13:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 3 Dec 2010 02:13:44 +0000 (UTC) Cc: guile-user@gnu.org To: Neil Jerram Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Dec 03 03:13:40 2010 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1POL9V-0000Jf-9g for guile-user@m.gmane.org; Fri, 03 Dec 2010 03:13:37 +0100 Original-Received: from localhost ([127.0.0.1]:59800 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1POL9U-00016k-Qo for guile-user@m.gmane.org; Thu, 02 Dec 2010 21:13:36 -0500 Original-Received: from [140.186.70.92] (port=39385 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1POL9R-00016e-IG for guile-user@gnu.org; Thu, 02 Dec 2010 21:13:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1POL9Q-0005eL-JD for guile-user@gnu.org; Thu, 02 Dec 2010 21:13:33 -0500 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:44467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1POL9Q-0005eG-DA for guile-user@gnu.org; Thu, 02 Dec 2010 21:13:32 -0500 Original-Received: by iwn41 with SMTP id 41so2132756iwn.0 for ; Thu, 02 Dec 2010 18:13:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=MqYhE2tLuVhjF0oxwMjxTnSmiqKZIhRnEmwXqHYN99w=; b=ep3SAExXe7qBtuzsJKy+gvEriEj0V2mhBT4OQRTSPuy0FU/1KTqTFJFYC6n9LYcvcq Bx8yeDtGwHpD7dU7UVMqbsOTzwcfeSSNybRTCaNjkU0oSSrcYQPBYAl+FWJsiWEMwR5j k+MiNzp/ub9NJumlVo9SNLFscmx9SmitTMNn8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=AVbN438PJyskisZbt+SZbP6i5iReR1bzzsJmdWIxLVAnk7qWgf1pu8ZlVHekg7me/w MStkZY3zz+Cq45AmSCGzBZz4loZoLAJIIZQQzldVOb15DxY31owARxN6VlSf505MgXmB M+WHcMVtnvhVwPqvgUfaXIdVVHSBi5L6wxoQ4= Original-Received: by 10.231.14.136 with SMTP id g8mr1089305iba.74.1291342411488; Thu, 02 Dec 2010 18:13:31 -0800 (PST) Original-Received: by 10.231.11.203 with HTTP; Thu, 2 Dec 2010 18:13:31 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:8283 Archived-At: --0003255745beb85cee04967815e6 Content-Type: text/plain; charset=UTF-8 yeah~you hit it precisely! But I'm not sure if I modified the slot-seting call ,the result is all slot-set! procedure would be effected? That's terrible. If there isn't any existed solution, I'd better look into the code and do some hacking. Thank you very much! --0003255745beb85cee04967815e6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable yeah~you hit it precisely!
But I'm not sure if I modified the slot-s= eting call ,the result is all slot-set! procedure would be effected? That&#= 39;s terrible.
If there isn't any existed solution, I'd better l= ook into the code and do some hacking.
Thank you very much!
--0003255745beb85cee04967815e6--