all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [BUG] Loading ob-shell fails with lexical binding
@ 2016-06-20 15:56 Kyle Meyer
  2016-06-20 16:53 ` Charles Millar
  0 siblings, 1 reply; 4+ messages in thread
From: Kyle Meyer @ 2016-06-20 15:56 UTC (permalink / raw)
  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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-06-20 20:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-20 15:56 [BUG] Loading ob-shell fails with lexical binding Kyle Meyer
2016-06-20 16:53 ` Charles Millar
2016-06-20 18:00   ` Kyle Meyer
2016-06-20 20:17     ` Nicolas Goaziou

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.