From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: [BUG] Add ob-J.el Date: Sat, 21 Dec 2013 11:58:34 -0700 Message-ID: <87sitmvxnp.fsf@gmail.com> References: <878uvfv43r.fsf@gmail.com> <20131221161423.GA11116@eyeBook> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41421) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VuRmZ-0006FC-CU for emacs-orgmode@gnu.org; Sat, 21 Dec 2013 14:00:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VuRmS-0000dq-Iy for emacs-orgmode@gnu.org; Sat, 21 Dec 2013 14:00:15 -0500 Received: from mail-pd0-x22c.google.com ([2607:f8b0:400e:c02::22c]:53234) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VuRmS-0000b1-C0 for emacs-orgmode@gnu.org; Sat, 21 Dec 2013 14:00:08 -0500 Received: by mail-pd0-f172.google.com with SMTP id g10so3781122pdj.17 for ; Sat, 21 Dec 2013 11:00:06 -0800 (PST) In-Reply-To: (Oleh's message of "Sat, 21 Dec 2013 18:40:11 +0100") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Oleh Cc: emacs-orgmode@gnu.org Oleh writes: >>> I added ob-J to the org-babel-load-languages customization variable and >>> it is now compiling with make. >> >> The org-mode build and install now fails for me due to the fact that >> ob-J requires j-console, which seems to be part of the package >> 'j-mode', and is not part of the standard emacs. >> >> Perhaps this should be in contrib, unless the depency on j-console can >> be factored out. >> > > Hi Rick, > > j-console is required currently for :session eval only. Regular eval > works without it. > You can remove the top level (require 'j-console) now if you want, or I can > remove it a bit later when I get push access. > The top level one isn't needed since it's required again in *-initiate-session. > > The actual dependency on j-console to do the work isn't that different > from when other org-babel implementations depend on nrepl or inf-ruby. > But as it's just a simple comint interaction, I could eventually > remove this dependency. > > regards, > Oleh > I just removed the top-level require, thanks for reporting. -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D