From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Re: Org-Babel - Clojure & Lazy Sequences Bug Date: Sun, 28 Nov 2010 20:59:11 -0700 Message-ID: <87pqtobx0w.fsf@gmail.com> References: <87k4kqpc4q.fsf@gmail.com> <87vd3lz4i0.fsf@gmail.com> <87k4jzltfi.fsf@gmail.com> <871v67lmy4.fsf@gmail.com> <87pqtr2msy.fsf@Rainer.invalid> <87mxoukd39.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=57895 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PMute-0001xg-RO for emacs-orgmode@gnu.org; Sun, 28 Nov 2010 22:59:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PMutd-0005SL-Aa for emacs-orgmode@gnu.org; Sun, 28 Nov 2010 22:59:22 -0500 Received: from mail-pv0-f169.google.com ([74.125.83.169]:60849) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PMutd-0005SH-3J for emacs-orgmode@gnu.org; Sun, 28 Nov 2010 22:59:21 -0500 Received: by pvc30 with SMTP id 30so2663604pvc.0 for ; Sun, 28 Nov 2010 19:59:19 -0800 (PST) In-Reply-To: (Rick Moynihan's message of "Sun, 28 Nov 2010 23:23:38 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rick Moynihan Cc: Achim Gratz , emacs-orgmode@gnu.org Hi Rick, Thanks for catching this, I've just pushed up your fix. -- Eric Rick Moynihan writes: > Hey Eric, thanks for the changes... I tried them locally and they > didn't work as some of the pprint functions you were using weren't > fully qualified. I've attached a small patch with the fixes. > > Also it's worth noting for anyone else that clojure 1.2.0(+) is > required for this to work. > > Thanks again for working on this, > > R. > > On 27 November 2010 15:20, Eric Schulte wrote: >> Fixed, Thanks -- Eric >> >> Achim Gratz writes: >> >>> "Eric Schulte" writes: >>>> I've just pushed up an implementation of this feature. >>> >>> I'm afraid byte-compile doesn't like it: >>> >>> In org-babel-expand-body:clojure: >>> ob-clojure.el:63:26:Warning: reference to free variable `result-params' >>> >>> >>> :-) >>> >>> >>> Achim. >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Please use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >>