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: Loading mysterium Date: Sat, 18 Dec 2010 16:45:13 +0100 Message-ID: <201012181645.13509.stefan.itampe@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1292687073 14181 80.91.229.12 (18 Dec 2010 15:44:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 18 Dec 2010 15:44:33 +0000 (UTC) To: "Guile bug" Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sat Dec 18 16:44:29 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 1PTyxQ-0003vg-OK for guile-bugs@m.gmane.org; Sat, 18 Dec 2010 16:44:29 +0100 Original-Received: from localhost ([127.0.0.1]:45643 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTyxO-0008Tz-QG for guile-bugs@m.gmane.org; Sat, 18 Dec 2010 10:44:26 -0500 Original-Received: from [140.186.70.92] (port=56408 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTyxJ-0008TU-VT for bug-guile@gnu.org; Sat, 18 Dec 2010 10:44:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTyxG-0003XZ-RO for bug-guile@gnu.org; Sat, 18 Dec 2010 10:44:21 -0500 Original-Received: from mail-ew0-f43.google.com ([209.85.215.43]:56670) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTyxG-0003XD-My for bug-guile@gnu.org; Sat, 18 Dec 2010 10:44:18 -0500 Original-Received: by ewy22 with SMTP id 22so1037877ewy.30 for ; Sat, 18 Dec 2010 07:44:17 -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:mime-version:content-type:content-transfer-encoding :message-id; bh=CSKWgpRqKbYRVs+X7T2NOEncigk5lJ993F3CgC9kVqU=; b=e/YqXdq4zFfShzf5o0Gs3SeFZsvMIiC70m1TkUAgnSwFsdseW2pob9A7HUXb4k9Uo3 +Z7FASpT9xvn/vTCLaDrcg2qHBF3zZEjbZFX7xMpJXeKtGkcFtXsznrlDVUIdn05JCTw ho//lknSepLolM3m7hotV/M725yWA+giT9+hE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:mime-version:content-type :content-transfer-encoding:message-id; b=PB9pOtPn/wdkadly4ibhpF6nG+ADEj7Sfah9j+t0pnrXb+ql+/W1eafvF29hDCxj0v BM3UldLPlohmyDK5QU0cH0wOOGwQqNcV/6scsyi6zLFQrrjdcP5gMDT3LyuXOG2bgNL+ 3O43uwH7zoxNBFToM67FxEqf1D97ORNnrj32U= Original-Received: by 10.213.36.17 with SMTP id r17mr2206591ebd.37.1292687057294; Sat, 18 Dec 2010 07:44:17 -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 b52sm1199148eei.19.2010.12.18.07.44.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 18 Dec 2010 07:44:16 -0800 (PST) User-Agent: KMail/1.13.5 (Linux/2.6.34.7-0.5-desktop; KDE/4.4.4; x86_64; ; ) 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:4921 Archived-At: Hi, Consider macro m1 in module a) is a macro writer macro In module b) m1 is used to create m2 Now loading module b) and using fails in some circumstances. What I do now works is to touch a) and b) and then import b) causing them to be recompiled. Then using b) is fine. Any clues? p.s. savannah seams to down, cannot check in or check dup this issue. /Stefan