Interlisp / medley

The main repo for the Medley Interlisp project. Wiki, Issues are here. Other repositories include maiko (the VM implementation) and Interlisp.github.io (web site sources)
https://Interlisp.org
MIT License
376 stars 19 forks source link

Masterscope: `. EDIT WHERE` fails silently #1859

Open hjellinek opened 4 weeks ago

hjellinek commented 4 weeks ago

In Medley of 28 August 2024 on macOS, the Masterscope command

. EDIT WHERE some-condition

fails shortly after it starts. For instance,

884 _ . EDIT WHERE ANY CALLS with-htmldata
HTML.BACKCOLOR :

885 _

@rmkaplan says "EDIT WHERE is broken because it only works for functions that are already in memory. It is supposed to be doing a LOADFNS, but instead it causes an error deep inside the TTY editor’s Find command."