From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id SNGOORnsx17OaAAA0tVLHw (envelope-from ) for ; Fri, 22 May 2020 15:13:29 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id uF5ANRnsx16PEgAAbx9fmQ (envelope-from ) for ; Fri, 22 May 2020 15:13:29 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 821DD9404C5 for ; Fri, 22 May 2020 15:13:29 +0000 (UTC) Received: from localhost ([::1]:48080 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jc9MW-00007v-G4 for larch@yhetil.org; Fri, 22 May 2020 11:13:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33468) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jc9Ly-000077-TK for emacs-orgmode@gnu.org; Fri, 22 May 2020 11:12:54 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:49911) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jc9Ly-0001hd-KR; Fri, 22 May 2020 11:12:54 -0400 Received: from [2a01:e35:2fe1:f780:f435:78db:3945:8914] (port=33926 helo=guerry) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1jc9Lw-0001jJ-Ml; Fri, 22 May 2020 11:12:53 -0400 Received: by guerry (Postfix, from userid 1000) id 487A31A603E5; Fri, 22 May 2020 17:12:51 +0200 (CEST) From: Bastien To: stardiviner Subject: Re: [BUG] ob-clojure.el new backend 'inf-clojure not compatible with latest version inf-clojure Organization: GNU References: <20180422205003.87836-1-roberthambrock@gmail.com> <20180422205003.87836-3-roberthambrock@gmail.com> <87v9ocuesg.fsf@gmail.com> <87imkb7mwj.fsf@gnu.org> <87y2t6fqwj.fsf@gmail.com> <87pnei8oe0.fsf@bzg.fr> <87k14prbb5.fsf@gmail.com> <87eeuxqyeq.fsf@bzg.fr> <87eeuxqjxq.fsf@gmail.com> <87v9o8zyzs.fsf@gnu.org> <875zg8el5a.fsf@gmail.com> <878sl2ruk7.fsf@bzg.fr> <87sggoez55.fsf@gmail.com> Date: Fri, 22 May 2020 17:12:51 +0200 In-Reply-To: <87sggoez55.fsf@gmail.com> (stardiviner's message of "Tue, 28 Apr 2020 17:29:58 +0800") Message-ID: <87y2pk9f64.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Tim Cross , emacs-orgmode@gnu.org Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: 8Y2++JAKHd5/ Hi, stardiviner writes: > I try to use 'inf-clojure babel eval backend. But I got error: Thanks for reporting this. I just had a look and inf-clojure changed in a way that makes it difficult for now to use it. I need to report a problem with `clojure-project-dir' first, which current throws an error when calling inf-clojure from an org file that is not part of a clojure project. I'll report when I make progress on this. -- Bastien