From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.user Subject: Re: Modules and GOOPS Date: Thu, 28 Jul 2016 19:36:55 -0300 Message-ID: <20160728193655.0ad8ac1b@capac> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/A0ZGxjS/FpV2AAoeCu3KZD4"; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1469745479 23739 80.91.229.3 (28 Jul 2016 22:37:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Jul 2016 22:37:59 +0000 (UTC) Cc: guile-user@gnu.org To: Jan Wedekind Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Jul 29 00:37:49 2016 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bStw4-0002V0-0n for guile-user@m.gmane.org; Fri, 29 Jul 2016 00:37:48 +0200 Original-Received: from localhost ([::1]:56074 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bStvx-0003Ul-O8 for guile-user@m.gmane.org; Thu, 28 Jul 2016 18:37:41 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49013) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bStvc-0003Uc-Vp for guile-user@gnu.org; Thu, 28 Jul 2016 18:37:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bStvX-0002Hk-54 for guile-user@gnu.org; Thu, 28 Jul 2016 18:37:20 -0400 Original-Received: from maximusconfessor.all2all.org ([79.99.200.102]:58623) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bStvW-0002Hg-Vp for guile-user@gnu.org; Thu, 28 Jul 2016 18:37:15 -0400 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id 43222A04C144; Fri, 29 Jul 2016 00:37:14 +0200 (CEST) Original-Received: from maximusconfessor.all2all.org ([192.168.0.1]) by localhost (maximusconfessor.all2all.org [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id YqohzI3wsS6G; Fri, 29 Jul 2016 00:37:10 +0200 (CEST) Original-Received: from capac (unknown [179.210.35.181]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id 110D2A04C143; Fri, 29 Jul 2016 00:37:08 +0200 (CEST) In-Reply-To: X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 79.99.200.102 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 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 Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:12804 Archived-At: --Sig_/A0ZGxjS/FpV2AAoeCu3KZD4 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hello, > Has anybody managed to get the "merge-generics" handler to work? I used t= o=20 > have this in my $HOME/.guile configuration but it didn't seem to have any= =20 > effect: >=20 > (default-duplicate-binding-handler '(merge-generics replace warn-override= -core > warn last)) You need to import (oop goops), may be you do so in your .guile config file= , I can't tell from your email. Note that this 'only' would not solve the question ra= ised by the original email of this thread. Anyway, it's not a good idea, imo, to put this in .guile, because not only = you need to have this properly set at load and compile, but your users too. I suggest you read my 'just posted' answer to the original email of this th= read, grab and read the grip related example links I pasted and do take a special atte= ntion to the last sentence as well. David. --Sig_/A0ZGxjS/FpV2AAoeCu3KZD4 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJXmokHAAoJEPN0/ZOjBXrXHnEIAIfr18T2ZQp9Y+Y3R3fpWYbv JbfsB7NQoOpMtVq7sU0iAYBNgXqXQpbHBZv+OO1a0/+CFfPB4sPiaWUvUdZKmMGb ECqEysiCArvgzobwLbqfgCPoO1Dl6WMf5b4DpAbh15RA21d/0VTRymByiMNxtF+I ZATodmEux1/3iV43IFSTdOpEy3b8hLOutZ8b5OLUB6FaehwT9BI/7yH7hnY40PO/ XAksNsCHjn6y26jHgn81HlBqhMHc5KO1XVczMcV5L/tSClmlpaB1vd2iVwZFwog6 oa25XNvQ5xFYur1I40EVcga5x8UIrLg9pByKDC7dVcNTNOrNhrd8vgBKJ6xPYCE= =fUYW -----END PGP SIGNATURE----- --Sig_/A0ZGxjS/FpV2AAoeCu3KZD4--