emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric Schulte <schulte.eric@gmail.com>
To: Alan Schmitt <alan.schmitt@polytechnique.org>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: ocaml babel no longer works?
Date: Sat, 09 Feb 2013 14:09:39 -0700	[thread overview]
Message-ID: <876221i41q.fsf@gmail.com> (raw)
In-Reply-To: m2zjzdg08b.fsf@polytechnique.org

Alan Schmitt <alan.schmitt@polytechnique.org> writes:

> Alan Schmitt writes:
>
>> Hello,
>>
>> I recently updated org-mode (from git), and ocaml source code is no
>> longer recognized. If I have a very simple file, like this:
>>
>> #+BEGIN_SRC ocaml
>> let x = 2 in x
>> #+END_SRC
>>
>> I don't get syntax highlighting, and trying to evaluate it result in an
>> error:
>>
>> Evaluate this ocaml code block on your system? (y or n)  y
>> executing Ocaml code block...
>> face-spec-choose: Wrong type argument: listp, class
>
> I have found the problem: I was missing a new line at the end of the
> #+END_SRC.
>
> Unfortunately the evaluation of the code does not work with recent
> tuareg. I first had to add:
>
> (defalias 'tuareg-run-caml 'tuareg-run-ocaml)
>
> to my configuration file.

Hey Alan,

Thanks for looking into this.  I've applied a patch to ob-ocaml.el which
should handle the two different tuareg execution functions.

> But even with this it gets stuck saying "executing Ocaml code
> block..." until I ctrl-G it. I'll try to see what is happening. Any
> suggestion as how to debug this?
>

I would recommend evaluating first org-babel-execute:ocaml then possibly
org-babel-prep-session:ocaml in "edebug" mode.  This can be done by
running `eval-defun' on these functions with a prefix argument, or
equivalently doing "M-: (eval-defun t)".

I would guess this is due to a change in tuareg mode.

-- 
Eric Schulte
http://cs.unm.edu/~eschulte

  reply	other threads:[~2013-02-09 21:13 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-08 14:23 ocaml babel no longer works? Alan Schmitt
2013-02-09 12:06 ` Alan Schmitt
2013-02-09 21:09   ` Eric Schulte [this message]
2013-02-09 21:17     ` Sebastien Vauban
2013-02-11 21:23     ` Alan Schmitt
2013-02-13 16:24       ` Eric Schulte
2013-02-14  7:40         ` Alan Schmitt
2013-02-14 17:34           ` Eric Schulte
2013-05-02  9:49         ` Alan Schmitt
2013-05-03 15:57           ` Eric Schulte
2013-05-07  7:56             ` Alan Schmitt
2013-05-06  6:20           ` Alan Schmitt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=876221i41q.fsf@gmail.com \
    --to=schulte.eric@gmail.com \
    --cc=alan.schmitt@polytechnique.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).