From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: splicing macros Date: Sun, 27 Jan 2013 11:17:22 +0100 Message-ID: <87a9rv9bgt.fsf@pobox.com> References: <5103d30a.6718700a.6306.350b@mx.google.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1359281854 21143 80.91.229.3 (27 Jan 2013 10:17:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Jan 2013 10:17:34 +0000 (UTC) Cc: guile-devel@gnu.org To: Stefan Israelsson Tampe Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Jan 27 11:17:53 2013 Return-path: Envelope-to: guile-devel@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 1TzPJ6-0005KV-U8 for guile-devel@m.gmane.org; Sun, 27 Jan 2013 11:17:49 +0100 Original-Received: from localhost ([::1]:49711 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzPIo-0005AQ-TQ for guile-devel@m.gmane.org; Sun, 27 Jan 2013 05:17:30 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:33345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzPIl-0005AA-GU for guile-devel@gnu.org; Sun, 27 Jan 2013 05:17:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TzPIk-0001ww-Cz for guile-devel@gnu.org; Sun, 27 Jan 2013 05:17:27 -0500 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:44087 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzPIk-0001wi-99 for guile-devel@gnu.org; Sun, 27 Jan 2013 05:17:26 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 339FCABDE; Sun, 27 Jan 2013 05:17:25 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=HolB2sylqoqUJNXOYxbGl9BOeA0=; b=Ec9ia9 sNVl0NY7yJIZMMMClRxY2kl8AHnvLPMQXLYNmyWYoGDnSr5nQxg19H5dl6JY5F/q 9sOvkIUOxZeG6sJVxOM4fu9cQq4lL8NIrjwUm7771ZZo+g/OqsJb2wEQLTUKglle LkDR6STWNaguI9p8SekFhUwtpkHg+Or9Ky+6w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=Q4u7RwQhdT9k59gzHho2crB8rOoQsxTC yyr02WTirTUOWS427jdI2iXo1CkReE85z6Yz2awwOmFWSofdza9oInne6C8oSMdw ab+1nCZC4GBzGHGUQR+sDx3dseVj8kKs4is+iNfiotuCo5kHHbnyAUA6hG0uJz/o NLar/nXlos0= Original-Received: from a-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 2501BABDD; Sun, 27 Jan 2013 05:17:25 -0500 (EST) Original-Received: from badger (unknown [88.160.190.192]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id A1B4FABDC; Sun, 27 Jan 2013 05:17:24 -0500 (EST) In-Reply-To: <5103d30a.6718700a.6306.350b@mx.google.com> (Stefan Israelsson Tampe's message of "Sat, 26 Jan 2013 14:03:20 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) X-Pobox-Relay-ID: BE96ADD2-686A-11E2-B72C-0A4F0E5B5709-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 208.72.237.25 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:15599 Archived-At: On Sat 26 Jan 2013 14:03, Stefan Israelsson Tampe writes: > I will assume that you are familliar with th ck macro, included in > recent guile releases or else consider looking it up at > > http://okmij.org/ftp/Scheme/macros.html It does not seem to be documented in Guile's manual. Want to write some documentation? :) Andy -- http://wingolog.org/