Frank Halasz

Results 21 issues of Frank Halasz

An updated version of online.interlisp.org just went live. Changes include: 1. Changed branding, featuring the Medley name. 2. User can now choose between Interlisp and Common Lisp (actually XCL) as...

.. instead of changing the cursor to the help cursor. Since the help cursor is problematic on some browsers/platforms.

online

This fixes #Issue#985: HELPSYS/CLHS.LOOKUP fails when MEDLEYDIR not writeable. In CLHS.LOOKUP, output of CLHS.OPENER shell command is now "/tmp/clhs-warnings-$$.txt". It was "$MEDLEYDIR/tmp/clhs/warnings.txt".

Trying to a GITFNS `gwc` - getting a break in OPENSTREAM (see 2nd screenshot). Same OPENSTREAM (with {WMEDLEY} pseudohost) typed into exec also fails (see 1st screenshot). OPENSTREAM with {WMEDLEY}...

In 4th-round: open new TEdit file (e.g., using (TEDIT)) then immediately PUT it and answering Yes to question about putting an empty file. It breaks. ![image](https://github.com/Interlisp/medley/assets/1251539/dae15b96-3453-474c-8b16-e5a04752e193)

1. add back a ln_or_cp function and use it to cp only when ln fails. Deploy t5his function for all instances of linking/copying in the script; 2. better handling of...

@rmkaplan Conceptually, TEDIT.MAP.OBJECTS and TEDIT.COLLECT.OBJECTS are highly related functions, with TEDIT.MAP.OBJECTS being a generalization of TEDIT.COLLECT.OBJECTS. But in reality, they have slightly different interfaces in how the testfn is called...

Update all loadup scripts so that 3 things are true: 1. all sub-scripts are called via `/bin/sh ` so that exec bit need not be set on any loadup script...

Here is a PACKFILENAME call from most recent Master branch: ![master_now](https://github.com/Interlisp/medley/assets/1251539/82769726-c8c8-4c27-8b9e-383eee013146) Note the empty top level directory Here is the same PACKFILENAME call using the Master branch as of February...

bug

In Maiko, processing of command line arguments for sysout has lots of inconsistencies. 1. The -sysout argument can only be used when using X Windows. On non-X platforms, there is...