From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: =?UTF-8?B?UmU6IFN5bWJvbOKAmXMgdmFsdWUgYXMgdmFyaWFibGUgaXMgdm9p?= =?UTF-8?B?ZDogaGFza2VsbC1wcm9tcHQtcmVnZXhw?= Date: Mon, 04 Jun 2018 14:01:40 -0400 Message-ID: <87vaayl9bv.fsf@alphaville.usersys.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57316) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fPtns-0007vH-1H for emacs-orgmode@gnu.org; Mon, 04 Jun 2018 14:02:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fPtnp-00022A-A6 for emacs-orgmode@gnu.org; Mon, 04 Jun 2018 14:02:00 -0400 Received: from [195.159.176.226] (port=58585 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fPtnp-00020h-40 for emacs-orgmode@gnu.org; Mon, 04 Jun 2018 14:01:57 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fPtla-0008FF-Re for emacs-orgmode@gnu.org; Mon, 04 Jun 2018 19:59:38 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Roger Mason writes: > Hello, > > GNU Emacs 25.3.1 (i386-portbld-freebsd11.1, GTK+ Version > 3.22.29) of 2018-04-26 > > Org mode version 9.1.13 (release_9.1.13-784-ged7d1d @ /home/rmason/.emacs.d/org-git/lisp/) > > Attempting to run a haskell code block: > > #+begin_src haskell :exports results > cations=["Na","Mg","Al","Si","K","Ti","Fe"] > atwt=[22.9897,24.305,26.9815,28.0855,39.0983,47.867,55.845] > nanmol=[1,1,3,2,1,2,3] > ncatmol=[2,1,2,1,2,1,2] > anwt= replicate (length atwt) 15.9994 > #+end_src > > gives this message: > executing Haskell code block... > run-hooks: Symbol’s value as variable is void: haskell-prompt-regexp > > Any help in solving this will be most appreciated. > Try evaluating (require 'inf-haskell) and then try evaluating the source code block again. Untested. -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler