From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: [BUG] Loading ob-shell fails with lexical binding Date: Mon, 20 Jun 2016 11:56:06 -0400 Message-ID: <87h9cnyhux.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bF1Yr-0001ah-3v for emacs-orgmode@gnu.org; Mon, 20 Jun 2016 11:56:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bF1Yn-0005mg-3z for emacs-orgmode@gnu.org; Mon, 20 Jun 2016 11:56:28 -0400 Received: from pb-smtp1.pobox.com ([64.147.108.70]:58307 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bF1Ym-0005mX-WE for emacs-orgmode@gnu.org; Mon, 20 Jun 2016 11:56:25 -0400 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id B008D24B61 for ; Mon, 20 Jun 2016 11:56:21 -0400 (EDT) Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id A904624B60 for ; Mon, 20 Jun 2016 11:56:21 -0400 (EDT) Received: from localhost (unknown [130.132.173.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id 623E124B5F for ; Mon, 20 Jun 2016 11:56:21 -0400 (EDT) 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: Org-mode Hello, After moving ob-shell.el over to lexical binding (2108f0c), emacs -Q with "(require 'ob-shell)" reports Debugger entered--Lisp error: (wrong-type-argument sequencep function) concat("org-babel-execute:" function) (intern (concat "org-babel-execute:" name)) [...] It seems to be the :initialize value of org-babel-shell-names that is problematic. -- Kyle