Hello Blake, Two questions: 1) Should the ' ∆ ' (capital delta) appearing on lines 256, 257, 259, 261, 263, 267, and 271 of Editor.apl be ' ◇ ' (diamond). From the context, it appears that statement separators are needed, not an uninitialized variable? 2) Is the first line of Editor.apl correct? It appears that '/usr/local/bin' is repeated twice.
While item 2) does not appear to cause any problem, item 1) seems to interfere with editor screen subcommands. The 'f', 'l', and 'a' subcommands do not work for me, but the screen number subcommand does. Regards, Fred On Fri, 2014-05-30 at 20:35 -0500, Blake McBride wrote: > An APL Editor for GNU APL > > > > > > This package is located at: > https://github.com/blakemcbride > > > This package provides an editor, written in APL, for editing APL > functions. It provides facilities that make the creation and editing > of APL functions easier and less clunky than the standard APL function > editor - all without leaving APL. Lines can be edited without having > to re-type them, lines can be copied and added, and string search and > replace capabilities are available too. > >