From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Davison Subject: Re: [babel] ob-octave requires octave 3.2 or extra package Date: Sun, 31 Oct 2010 16:30:41 +0000 Message-ID: <87pquq8gum.fsf@gmail.com> References: <874oc3s7zo.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=33557 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PCaoZ-00043J-V2 for emacs-orgmode@gnu.org; Sun, 31 Oct 2010 12:31:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PCaoY-0005bU-MG for emacs-orgmode@gnu.org; Sun, 31 Oct 2010 12:31:27 -0400 Received: from markov.stats.ox.ac.uk ([163.1.210.1]:45978) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PCaoY-0005bL-EH for emacs-orgmode@gnu.org; Sun, 31 Oct 2010 12:31:26 -0400 In-Reply-To: <874oc3s7zo.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Sat, 30 Oct 2010 22:09:31 +0100") 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: Eric S Fraga Cc: Emacs Org mode mailing list Eric S Fraga writes: > Hello, > > Just a comment on requirements: ob-octave assumes the presence of the > =dlmwrite= function. This is available as standard with octave 3.2 but > requires an extra package (=octave-io=) if you have an older version > (3.0.x). All of this is for Debian systems; I cannot speak about others > of course. Hi Eric, Thanks. When dlmwrite is missing, is a helpful error message given? (When not using a session, if an error message is written to stdout, then it should pop up in a dedicated babel error message buffer). If the error message is not helpful, do you think we should programatically test for the function in octave code and display our own error message when it is absent? If you have time to add relevant notes to Worg:org-contrib/babel/languages/ob-doc-octave-matlab.org that would be much appreciated. Dan