From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Israelsson Tampe Newsgroups: gmane.lisp.guile.bugs Subject: Re: Loading mysterium Date: Wed, 22 Dec 2010 21:37:13 +0100 Message-ID: <201012222137.13998.stefan.itampe@gmail.com> References: <201012181645.13509.stefan.itampe@gmail.com> <87wrn357zc.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1293050187 4313 80.91.229.12 (22 Dec 2010 20:36:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 22 Dec 2010 20:36:27 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Dec 22 21:36:23 2010 Return-path: Envelope-to: guile-bugs@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 1PVVQ7-0002TV-HQ for guile-bugs@m.gmane.org; Wed, 22 Dec 2010 21:36:23 +0100 Original-Received: from localhost ([127.0.0.1]:53426 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVVQ6-0005Tc-UJ for guile-bugs@m.gmane.org; Wed, 22 Dec 2010 15:36:22 -0500 Original-Received: from [140.186.70.92] (port=40912 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVVQ2-0005TX-JO for bug-guile@gnu.org; Wed, 22 Dec 2010 15:36:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PVVQ1-0003kZ-If for bug-guile@gnu.org; Wed, 22 Dec 2010 15:36:18 -0500 Original-Received: from mail-ey0-f177.google.com ([209.85.215.177]:44047) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PVVQ1-0003kQ-4s for bug-guile@gnu.org; Wed, 22 Dec 2010 15:36:17 -0500 Original-Received: by eyd9 with SMTP id 9so3902151eyd.36 for ; Wed, 22 Dec 2010 12:36:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=hGRNfvdvGSWFu0bpEftyLgFCf/J4GqrwH62Zmjg1GnQ=; b=RoTfGYEzHVKhWww4Zo+Owl2R/04FlLkzNT5KIJUjbkls+7+yVQSGFIkjdWQzFOSB5B GTZAyIgSog/CZiFGOIzuMAmbU0L8m+SG6sKhXq/2kz60FbsegKPdB9HJGxMck2WI73am cR9deVjD/wBLa0l6yz6bKw+lW8flYQmYTImgg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; b=J/jLX8BNudvvnKpYUG1+gFrup585xvtf+QdFdNempQxburWvBUFjmnk0xMGbs5uMdh m6Ac6/KJkkM4yMDI3JKANY7vkMZSLh55cSCoCLnStvbHtmMT4hIoo4Yfm26gSfdtGGqT 96GMg7mNZsbm/2z+IgLvEj4oz3M7B6RH+nog0= Original-Received: by 10.213.14.146 with SMTP id g18mr7358580eba.2.1293050175500; Wed, 22 Dec 2010 12:36:15 -0800 (PST) Original-Received: from linux-s4gz.localnet (1-1-1-39a.veo.vs.bostream.se [82.182.254.46]) by mx.google.com with ESMTPS id t5sm4993636eeh.8.2010.12.22.12.36.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 22 Dec 2010 12:36:14 -0800 (PST) User-Agent: KMail/1.13.5 (Linux/2.6.34.7-0.5-desktop; KDE/4.4.4; x86_64; ; ) In-Reply-To: <87wrn357zc.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4932 Archived-At: Thanks for your reply Ludo, Let me try to debu a little and climbe above the=20 noise level. I do have some problems I did not pay attention to before. I must clean that first. /Stefan On Tuesday, December 21, 2010 06:52:23 pm Ludovic Court=C3=A8s wrote: > Hi Stefan, >=20 > Stefan Israelsson Tampe writes: > > Consider macro m1 in module a) is a macro writer macro > > In module b) m1 is used to create m2 > >=20 > > Now loading module b) and using fails in some circumstances. >=20 > Can you provide more details (error messages, etc.), and perhaps an > example to reproduce the problem? >=20 > BTW, I think the Right Term is =E2=80=9Cmacro-producing macro=E2=80=9D. = ;-) >=20 > Ludo=E2=80=99.