From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Re: org-babel-gnuplot broken today? Date: Wed, 27 Oct 2010 00:31:10 -0400 Message-ID: <4220.1288153870@gamaville.dokosmarshall.org> References: <87zku0af67.fsf@asusbsd.danakil.selfip.com> <87sjzsmw69.fsf@asusbsd.danakil.selfip.com> <87ocag8thv.fsf@gmail.com> <11040.1288135281@alphaville.usa.hp.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=36845 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAxvU-0007pN-GD for emacs-orgmode@gnu.org; Wed, 27 Oct 2010 00:47:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAxfp-0002DG-Rx for emacs-orgmode@gnu.org; Wed, 27 Oct 2010 00:31:42 -0400 Received: from vms173005pub.verizon.net ([206.46.173.5]:59967) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PAxfp-0002DC-Mp for emacs-orgmode@gnu.org; Wed, 27 Oct 2010 00:31:41 -0400 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173005.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LAX003KHLW7HT40@vms173005.mailsrvcs.net> for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 23:31:19 -0500 (CDT) In-reply-to: Message from Nick Dokos of "Tue, 26 Oct 2010 19:21:21 EDT." <11040.1288135281@alphaville.usa.hp.com> 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: nicholas.dokos@hp.com Cc: Nigel Beck , emacs-orgmode@gnu.org Nick Dokos wrote: > Eric Schulte wrote: > > > Hi Nigel, > > > > Org-mode gnuplot code blocks do make use of user variables [1] for > > passing arguments into gnuplot. I believe that this feature may only be > > available in later versions of gnuplot. I'm using gnuplot 4.4 locally > > and I've had no problems using gnuplot from Org-mode code blocks which I > > do most every day. > > > > Did you try the example that Nigel posted? I think babel *is* broken. > I tried a bisect and can verify that > > commit f16c46c856afbd41b115a6a50306c0c002cdb333 is good (release_7.01h-750-gf16c46c) > commit b664510ec4811491e4611791c24591153abdf5f3 is bad (release_7.01h-800-gb664510) > > but the sequence is not bisectable: when it tries the middle commit > 2699f4e9bc7695432cf6aaf1dd48e182b10c2847 (release_7.01h-775-g2699f4e) > it gets "Symbol's value as variable is void: result-type" and it's > not clear to me how to proceed with the bisection at that point. I tried > skipping a bit, but the results were mixed at best. > > So it looks to me as if something in those 50 commits broke it. > One more data point: the result-type problem was resolved in the following commit cea9fd742129f74b9ea38d7d9d74ca751271fce2 (release_7.01h-786-gcea9fd7) and that one still shows the gnuplot problem. So it's down to 36 commits. HTH, Nick