Larry Masinter
Larry Masinter
as per discussion _Originally posted by @nbriggs in https://github.com/Interlisp/medley/issues/363#issuecomment-1246153433_ A new repo is fine -- what's the proposal for how you build and use things in there? Top level make...
make PDFs? Postscript to a file and then ps2pdf? What about Unicode PDF? from #348 on POSTSCRIPTSTREAM save PRESS and INTERPRESS for history.
if there's an issue on this, I can't find it. The current situation with "run-medley" as one entry point and "lde" "ldex" "ldeinit" as runtime binaries with different options parameters,...
@nbriggs : > the whole "makeright ..." build process is a bit of a mess ... > To my mind the real problems are mostly issues with factoring the OS...
I thought I would try to compile for release 201 (following inc/versions.h) and I edited makefile-linux.x86_64-x changing 351 to 201. ``` o ../linux.x86_64-x/rplcons.o ../src/rplcons.c:47:10: warning: implicit declaration of function 'POINTER_PAGE'...
it's easy to wind up starting multiple instances of medley. They can really interfere with each other writing lisp.virtualmem at SAVEVM time or LOGOUT etc. This isn't a problem with...
We had a problem this weekend with a horde of users of online.interlisp.org. Due to being in a 'top 10' of hackernews I think. ``` >> [1194586.169244] Out of memory:...
in https://github.com/Interlisp/loops/pull/14#issuecomment-1232350530 @nbriggs wrote: > I'm trying to get GITFNS to actually do a comparison for me... I'm going to have to read the source to figure out how to...
I'm just noting problems here rather than getting distracted. - [ ] if I remove version files `rmver` = `find . -name "*~" -exec rm {} \;` then `xcl::*where-is-cash-files*` points...
`ls */*D*CL*` picks up most of the TEDITDCL-style files; some are compiled and some are not. Are there duplicate definitions in the 'main' files? I'd suggest that for all packages...