Yes, and I added eedit.l to picolisp iirc, so one could chose between vim and emacs keybindings in the repl line editor. Inferior-picolisp.el is responsable for the picolisp repl in Emacs, so when starting it the user could choose between the 2 editing styles. You don't necessary see that repl in your org-mode file with a picolisp src-block, but it's there in the background, therefore the error.
I think they are not needed anymore. I cannot test it right now, but when those lines are outcommented in the .el files, it might work (then using readline library for line editing in the repl in emacs, just like in standalone picolisp). Am Mi., 30. Nov. 2022 um 22:48 Uhr schrieb Alexander Burger < a...@software-lab.de>: > On Wed, Nov 30, 2022 at 03:25:31PM -0600, Galaxy Being wrote: > > The old picolisp file structure had ~/.../lib/edit.l and .../lib/el which > > is no longer the case. That functionality went somewhere else? And yet > both > > lib/edit.l was an in-memory editor for symbols in pil64, which called Vim > internally. It is now obsolete, as this functionality is handled by Vip > (the > built-in Vi-style editor) in pil21. > > It is strange that lib/edit.l is loaded at all. Org-Mode should not care > about > it, and lib/edit.l is loaded at start-up by pil64, but never by pil21. > > lib/el/ is no longer part of the distro in pil21 to keep things small. It > should > probably better be made a separate tarball or repo. > > ☺/ A!ex > > -- > UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe >