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: module system / (oop goops) / :duplicates (merge-generics) / bug? Date: Thu, 07 Jul 2011 22:59:31 +0200 Message-ID: <87box54xjg.fsf@pobox.com> References: <20110705183229.6f779a6b@rascar> <87vcvfcrjc.fsf@gnu.org> <20110706162244.2bf4b90a@rascar> <87ipre48zj.fsf@pobox.com> <20110707132659.2cee382d@rascar> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1310073172 4948 80.91.229.12 (7 Jul 2011 21:12:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 7 Jul 2011 21:12:52 +0000 (UTC) Cc: bug-guile@gnu.org, Ludovic =?utf-8?Q?Court=C3=A8s?= To: David Pirotte Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Jul 07 23:12:47 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 1QevsN-0002u4-6U for guile-bugs@m.gmane.org; Thu, 07 Jul 2011 23:12:47 +0200 Original-Received: from localhost ([::1]:33148 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QevsL-0003rx-Fa for guile-bugs@m.gmane.org; Thu, 07 Jul 2011 17:12:45 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qevfh-0000S6-Vs for bug-guile@gnu.org; Thu, 07 Jul 2011 16:59:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qevfd-0000Pq-RN for bug-guile@gnu.org; Thu, 07 Jul 2011 16:59:41 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:36752 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qevfd-0000Pi-K6; Thu, 07 Jul 2011 16:59:37 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 9AD736F80; Thu, 7 Jul 2011 16:59:36 -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=nmaxkRL6BTrmnygUCke9s7GNZn0=; b=oQuB/Z 6vPHqdLIj1a1+FXSxHO+8W6wLDDnHgK1Cn3TQPj68pJzz7uApImVS3FrXL7rviNf HQZ6mPeF/JvO2EvNmAK8dAYmxE1xMHViotwekjr6aK0jKivjTtMsb3JetOGj+tYb vOS/w/5nFbDaNoR9i8EZR7q7tGz/rgphqaWKw= 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=G+1ZfpsetSorsYdCxDN8jzkxXzptXln1 jiBmP8GZ8yS4ZTlOyzovCuWRjMOyUfBei8xgBHAX9wIbjFUQAHkwJNmTP+xGWaAn 7AX8DfmCRor6rhLZMw1P2gZCZ8zAyATleWnMshaTalu9d1U2OgMXbg22vuNUC5pq O7TvUmVb5R4= 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 94B8D6F7F; Thu, 7 Jul 2011 16:59:36 -0400 (EDT) Original-Received: from badger (unknown [90.164.198.39]) (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 D90BF6F7E; Thu, 7 Jul 2011 16:59:35 -0400 (EDT) In-Reply-To: <20110707132659.2cee382d@rascar> (David Pirotte's message of "Thu, 7 Jul 2011 13:26:59 -0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-Pobox-Relay-ID: 0589E93E-A8DC-11E0-AB5C-5875C023C68D-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.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:5713 Archived-At: On Thu 07 Jul 2011 18:26, David Pirotte writes: > Now, in order to make (merge-generics replace warn-override-core warn last) > 'my' default, i.e. in my init.scm, what should I do? Invoke: (default-duplicate-binding-handler '(merge-generics replace warn-override-core warn last)) Regards, Andy -- http://wingolog.org/