Larry Masinter
Larry Masinter
@mdenber reports > Still trying to figure out why ACE doesn't work. I tried it on a Medley 1 ldex and it works fine there. I think something changed in...
HCFILES is the MEDLEY-UTILS function to walk the directories and convert files to PDF if possible. HCFILES wraps a NLSETQ around the call to catch errors and print FAIL and...
We need to agree on a set of rules for what files go where, that is comprehensive and meets all of the requirements. I'm not sure what *all* of the...
Can someone explain, or direct me to the right part of documentation, exactly what the Pkg and RdTbl do? They seem to be dependent on the active window but it's...
the following files and many more report a GETFN error if I just call TEDIT on them. i.e. (SETQ BADFILES (READFILE 'BADFILES.TXT)) (MAPCAR BADFILES 'TEDIT) it seems to load the...
 The use of 'touch' was part of a fail-save method of detecting when a file just totally fails to be produced.
to reproduce: ``` TEDIT(HELPSYS) meta-A (to select the whole content) meta-C (to copy the whole thing) ```  in loadups from master (with or without merge-open-prs)
 a full backtrace [BT.TXT](https://github.com/Interlisp/medley/files/14729419/BT.TXT)
Actually, CL:EVAL shouldn't be called on DECLARE because DECLAREs are restricted to fixed locations after declarations and not EVAL'd at all. If it is, it should signal an error.
sh: line 1: xclip: command not found it looks like you need to use getclip and putclip from the "cygwin-utils" suite of utilities from cygwin, and modify CLIPBOARD-PASTE-STREAM etc. We...