From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.bugs Subject: Re: goops: default-duplicate-binding-handler 'does not work' when global [i.e. in init.scm] Date: Sat, 27 Aug 2011 15:02:55 +0200 Message-ID: <87r54780sg.fsf@pobox.com> References: <20110820195614.36a5b4a2@rascar> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1314450194 9697 80.91.229.12 (27 Aug 2011 13:03:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 27 Aug 2011 13:03:14 +0000 (UTC) Cc: bug-guile@gnu.org To: David Pirotte Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sat Aug 27 15:03:10 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QxIXV-0000Sf-US for guile-bugs@m.gmane.org; Sat, 27 Aug 2011 15:03:10 +0200 Original-Received: from localhost ([::1]:55426 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QxIXV-0006mU-F0 for guile-bugs@m.gmane.org; Sat, 27 Aug 2011 09:03:09 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:57872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QxIXQ-0006mK-RH for bug-guile@gnu.org; Sat, 27 Aug 2011 09:03:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QxIXN-0001gJ-9K for bug-guile@gnu.org; Sat, 27 Aug 2011 09:03:04 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([74.115.168.62]:43705 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QxIXN-0001gE-3x for bug-guile@gnu.org; Sat, 27 Aug 2011 09:03:01 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 5FC6468CA; Sat, 27 Aug 2011 09:03:00 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=6j8APJifbzyqbz2wTpAgrp+wq0E=; b=tW6hEX MUGPnoRH4+0ncm7VDEx7yBxSDXThlAz3Q4ixqsQf8GcS7LYIVf3KjG+mWd1WecXb eFI7cpAD46LISJnqMtl2WNxqS0vh0fqzbR/s52y0IipslrwqfbxXAXe3DJiNm9wO MGZRhJkCtm9waa0HqdVak/tYtCtFZCH/mZWXk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=c3z4CkQVwIKDybi0uxLmcRiNPKIsIX// DZGJNHOs1Y6HvmZVMHtooxMUTVxo4FsrRHf8w0mUVwlYMmZ1JBwLGLOuwXIzl6u/ NmFqb8lDpXmiuJL7QzjutyriWEEx3ADrsv0qcp/Zc5S95hkmWoZs9dhLt7gh/MBG lh+MDSvIk4A= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 59B5968C9; Sat, 27 Aug 2011 09:03:00 -0400 (EDT) Original-Received: from badger (unknown [128.93.60.79]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id DE3CD68C8; Sat, 27 Aug 2011 09:02:58 -0400 (EDT) In-Reply-To: <20110820195614.36a5b4a2@rascar> (David Pirotte's message of "Sat, 20 Aug 2011 19:56:14 -0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-Pobox-Relay-ID: E378E270-D0AC-11E0-A2FE-B797DE995924-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 74.115.168.62 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5796 Archived-At: On Sun 21 Aug 2011 00:56, David Pirotte writes: > the following form > > (default-duplicate-binding-handler > '(merge-generics replace warn-override-core warn last)) > > which I added to my init.scm file, does not produce the expected global goops > behavior I think it should [unless I missed something] Did you import (oop goops) beforehand, in your init.scm? Andy -- http://wingolog.org/