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

Reply via email to