Larry Masinter

Results 717 comments of Larry Masinter

Actions depend as much on the repository and configuration of files in them as they are occasionally disassociated. I think we might work better with a project dependency / subproject...

I'm concerned about the architectural impact of changing BIN to not read a single 8 bit byte, and FILEPTR GET- and SET- traffing in byte offsets. TEdit files are not...

As for Unicode above 2^16 I liked @johnwcowan's proposal in #350 to handle emoji.

I mean if you are SETFILEPTR into a file, where did the pointer come from? If it's something you got doing arithmetic, you better do byte arithmetic. If there are...

Two alternatives for two proposals: Unicode > 2^16 -- turn characters into image objects? Only for TEdit though. setfileptr et al: define another attribute GETFILE-EXTERNALFORMAT-STATE / SETFILE-etc : default is...

Browser behavior differs depending on the version, OS, and whether you're running "fullscreen". There might be limitations on what you can do with right and middle button clicks, and control-keys...

With the exception of the two files noted above, I've recreated the PDF files for all medley repo TEDIT files on google drive at https://drive.google.com/drive/u/0/folders/1dYPlooXlQSBva9fiDB_XxHH0bDz8F5CU you should also see 220531-ALL-MEDLEY-PDFS.PDF...

Should move HCFILES to the Test repo and fit it in as an automated test of TEdit.

big overlap with #838 ("Getting available docs") continue with that issue

The editors have some kind of heuristic about which functions are unsafe to redefine. The need some update. I've been running with DFNFLG=PROP and it's a pain when I'm *not*...