From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: A0 Newsgroups: gmane.lisp.guile.user Subject: Expansion of a macro Date: Mon, 20 Apr 2015 16:33:07 +0100 Message-ID: <55351C33.7000505@openmailbox.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1429544135 3582 80.91.229.3 (20 Apr 2015 15:35:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Apr 2015 15:35:35 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Apr 20 17:35:28 2015 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 1YkDjI-0000Iu-Al for guile-user@m.gmane.org; Mon, 20 Apr 2015 17:35:24 +0200 Original-Received: from localhost ([::1]:54225 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkDjH-0003o3-Nk for guile-user@m.gmane.org; Mon, 20 Apr 2015 11:35:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkDig-0003DZ-Vc for guile-user@gnu.org; Mon, 20 Apr 2015 11:34:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YkDid-000720-Kn for guile-user@gnu.org; Mon, 20 Apr 2015 11:34:46 -0400 Original-Received: from mail2.openmailbox.org ([62.4.1.33]:37278) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkDid-00071R-D7 for guile-user@gnu.org; Mon, 20 Apr 2015 11:34:43 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by mail2.openmailbox.org (Postfix) with ESMTP id E7B5A20309A for ; Mon, 20 Apr 2015 17:34:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=openmailbox.org; h=content-transfer-encoding:content-type:content-type:subject :subject:mime-version:user-agent:from:from:date:date:message-id :received; s=openmailbox; t=1429544080; bh=lwGJRBQ2qCzMXcSnKTsG8 idi7fZAXanh4wV8N/Nhmyw=; b=XgtwJKbd18OgqBw9u8QG7aIJKSTyeZGpdLiZS WHUVgR33L9ej6baQ2GlJ6AAZaKNnMroIfHdwWSdCkUzEKaTW7CehxklzIiKGRMhA JOHd9s4yDvakZD0tw8j7f35dn4tDdfTMU+32utWb7DHCTpUBMlYTOrZWyP0bPGky WcoIxk= X-Virus-Scanned: amavisd-new at openmailbox.org Original-Received: from mail2.openmailbox.org ([62.4.1.33]) by localhost (mail.openmailbox.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id zaHTFGTBMp-B for ; Mon, 20 Apr 2015 17:34:40 +0200 (CEST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.6.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 62.4.1.33 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 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-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:11807 Archived-At: Hi all, How can one find out what a macro expands to? Error reports are useful when it expands to nonsense, but how to do this in general?