From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: nalaginrut Newsgroups: gmane.lisp.guile.devel Subject: export macro symbol with @ failed Date: Mon, 13 Jun 2011 11:54:33 +0800 Organization: HFG Message-ID: <1307937273.3005.3.camel@Renee-desktop> Reply-To: NalaGinrut@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1307937376 31920 80.91.229.12 (13 Jun 2011 03:56:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 13 Jun 2011 03:56:16 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jun 13 05:56:10 2011 Return-path: Envelope-to: guile-devel@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 1QVyG2-0005eG-Ck for guile-devel@m.gmane.org; Mon, 13 Jun 2011 05:56:10 +0200 Original-Received: from localhost ([::1]:45551 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QVyG1-000503-D9 for guile-devel@m.gmane.org; Sun, 12 Jun 2011 23:56:09 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:38000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QVyEj-0004n4-Ee for guile-devel@gnu.org; Sun, 12 Jun 2011 23:54:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QVyEh-0005oV-CV for guile-devel@gnu.org; Sun, 12 Jun 2011 23:54:49 -0400 Original-Received: from mail-px0-f179.google.com ([209.85.212.179]:42744) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QVyEg-0005o8-VJ for guile-devel@gnu.org; Sun, 12 Jun 2011 23:54:47 -0400 Original-Received: by pxi2 with SMTP id 2so2429846pxi.38 for ; Sun, 12 Jun 2011 20:54:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:subject:from:reply-to:to:content-type :organization:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=9Ig1FdT/rHlkrbWsKzbyTseaNG3LFhQXZpnbIUGveeU=; b=JTkqxM/eXKswY9GaD1qkDLb/rKlPuUTmjVUeLn3sjzmO3IF/FC7cy1auYGjWHWoK/Q Jt6rlyHwFshKBV4Wg+Sx6gk9MEzt8i8HxHdGxx+9h4Vak7W34cr9Mgr2y2otH4NAg8wB RvDV7cDg+7vqA+D4qTV/hwUckHa5VY2fK/Ap0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:reply-to:to:content-type:organization:date:message-id :mime-version:x-mailer:content-transfer-encoding; b=QkOtBRKvPoWLqj4vb4JuPwrkvzFxUkmveupujaoO9VzbspEkIbBPG+u7XhyZYmWcNF 5dHYoHjw6Tjy53De7jfxAS5iri7sa0gyaneXfDNOaD/uVfYYgZyJW/q+zx2zJT5I/FjD ZW0AAtz1hR0X/5S5PHCZqMjbl5QbD5m+NWzvs= Original-Received: by 10.68.39.132 with SMTP id p4mr97158pbk.369.1307937285330; Sun, 12 Jun 2011 20:54:45 -0700 (PDT) Original-Received: from [192.168.100.100] ([183.15.164.214]) by mx.google.com with ESMTPS id w2sm4296224pbg.21.2011.06.12.20.54.40 (version=SSLv3 cipher=OTHER); Sun, 12 Jun 2011 20:54:44 -0700 (PDT) X-Mailer: Evolution 2.28.3 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.212.179 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:12567 Archived-At: hi all, I got a problem with @. It's OK when I export procedure with @: ============== (define aaa (@ (rnrs) make-bytevector)) ============== but it'd failed if exported a macro. ============================ scheme@(guile-user)> (define aaa (@ (rnrs) unless)) While compiling expression: ERROR: Syntax error: unknown location: source expression failed to match any pattern in form unless ============================ is it a bug? -- GNU Powered it GPL Protected it GOD Blessed it HFG - NalaGinrut --hacker key-- v4sw7CUSMhw6ln6pr8OSFck4ma9u8MLSOFw3WDXGm7g/l8Li6e7t4TNGSb8AGORTDLMen6g6RASZOGCHPa28s1MIr4p-x hackerkey.com ---end key---