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.devel Subject: Re: splicing macros Date: Mon, 28 Jan 2013 12:27:00 +0100 Message-ID: References: <5103d30a.6718700a.6306.350b@mx.google.com> <87a9rv9bgt.fsf@pobox.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1359372434 23280 80.91.229.3 (28 Jan 2013 11:27:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Jan 2013 11:27:14 +0000 (UTC) Cc: guile-devel To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jan 28 12:27:34 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 1Tzms6-0003C4-TA for guile-devel@m.gmane.org; Mon, 28 Jan 2013 12:27:31 +0100 Original-Received: from localhost ([::1]:45564 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tzmrp-0004wL-0G for guile-devel@m.gmane.org; Mon, 28 Jan 2013 06:27:13 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:45796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tzmrl-0004wD-OK for guile-devel@gnu.org; Mon, 28 Jan 2013 06:27:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tzmrd-0005fz-Js for guile-devel@gnu.org; Mon, 28 Jan 2013 06:27:09 -0500 Original-Received: from mail-qa0-f47.google.com ([209.85.216.47]:63002) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tzmrd-0005fn-GQ for guile-devel@gnu.org; Mon, 28 Jan 2013 06:27:01 -0500 Original-Received: by mail-qa0-f47.google.com with SMTP id j8so855111qah.13 for ; Mon, 28 Jan 2013 03:27:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=oPjsxyA3oEcfPr+LBYFxJxcZvvq8g+szFmNmO7h55vw=; b=A0lsxQX5MdEQOx9U6VmI5Neu/jwYQRXFlQoTvE9TwbNW0KqkG+ynmBcicCpfxAxPwL AkGvP87barS35kTGKl/TENHoqomDilkMV8KVR4wu5PmGemy6ONu9h+Ct/4XHL0AUpa+X qgWPiv+WXai8h/ZiOGxriRTfOZSLbeuUsx6bUvGo4ao9OiVXP+mlH+KmNlsM+/IZTR3V 4Iyo0N202s6itDiA+qqwpDybQzQ/CSlWUeQD4zMmNnxDjGby4EJlFit3WOJflBoqOnWp POAQeD1Trs7MlgAa9dX/V0X7xHczjCCCAH8zi9/3aAS07CTH0iBr6Ga5+iSNxNJqkO4r xyFQ== X-Received: by 10.229.106.31 with SMTP id v31mr3754518qco.26.1359372420601; Mon, 28 Jan 2013 03:27:00 -0800 (PST) Original-Received: by 10.49.28.135 with HTTP; Mon, 28 Jan 2013 03:27:00 -0800 (PST) In-Reply-To: <87a9rv9bgt.fsf@pobox.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.216.47 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:15608 Archived-At: Yes, I can add documentation for it. /Stefan On Sun, Jan 27, 2013 at 11:17 AM, Andy Wingo wrote: > 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/