1
0
mirror of synced 2026-01-13 15:37:38 +00:00

44 Commits

Author SHA1 Message Date
Larry Masinter
4efe2f93af
Merge (rebase) Cleanup-character-IO-interfaces with master (#356)
* Cleanup  of character IO interface

Committing this branch for further testing.  I know at least that the TTY output stream somehow is defaulting to :XCCS, which is wrong, but I haven't yet found the interface for that.

* Clean out \NSIN etc

No top-level calls to the NS specific functions, just to the generic \OUTCHAR etc.

Updated full.database

* MODERNIZE: added dragging for fixed-menu windows

They can be dragged by their title bars

* UNICODE:  Added Greek to the default set

Also made spelling of default-externalformats consistent with FILEIO

* FASLOAD: EOL conversion in FASL::READ-TEXT

EOL's printed as LF's will be read as EOL

* LLREAD:  Added meta as a CHARACTERSETNAME

meta,a maps to 1,a now.  But slowly propagating this to TEDIT, SEDIT, etc will make it easier to change the coding of meta characters, e.g. as part of a Unicode transition.

* APRINT FILEIO LLREAD: \OUTCHAR now a closed function

Removed the macro

* LLKEY: call CHARCODE.DECODE directory in \KEYACTION1

Minor cleanup, avoid typical user entry and APPLY*

* WHEELSCROLL: re-enable on AFTERMAKESYS/SYSOUT FORMS

Also sets up mappings in the \COMMANDKEYACTIONS, whatever that is

* ABASIC:  NILL and ZERO change from LAMBDA NOBIND to LAMBDA NIL

So that things like Masterscope don't break

* MASTERSCOPE:  Added WHEREIS as last-resort for CONTAINS

Looks at the WHEREIS database, if present, for FNS and FUNCTIONS if it has no other information.  . WHO CONTAINS ANY CALLING FOO works, but not the inverse:  . WHO DOES FUM CONTAIN.  We still need to figure out why the CONTAINS table isn't populated

* POSTSCRIPTSTREAM: use standard \OUTCHAR conventions

Now uses generic \OUTCHAR to get the proper function from the stream (or default)

* Recompile with right EXPORTS.ALL

Some of the macros weren't correct.

* Fix POSTSCRIPTSTREAM

Cleaner separation between external \OUTCHAR and internal BOUT

* POSTSCRIPTSTREAM gets its own external format

* Minor fix

* Compile-time warning about EXPORTS.ALL

* MODERNIZE:  Modern button fn has same args as the original

For Notecards  #343

* Fixed another glitch in the MODERNIZE  arglist thing

\TEDIT.BUTTONEVENTFN actually takes a second STREAM argument.  I don't see where it is ever called with that.  The modernize replacement binds that argument, but it isn't being passed to the original.

* FILEWATCH:  added missing record field

* Update FILEWATCH.LCOM

* Eliminating record/type name conflicts

Mostly just qualifying references, more work to get BIGBITMAP stuff out of ADISPLAY and to eliminate ambiguity of LINE record (now XXLINE in XXGEOM)

* Compile away open calls to \OUTCHAR, add loadups/full.database

Mostly new LCOMS where \OUTCHAR calls were compiled open

* Remove garbage library/XCCS

Old tools for reading wikipedia XCCS tables, sources/XCCS will deal with XCCS external format

* Next step:  Remove open input-character calls, factor XCCS to separate file

XCCS is the default, but can be swapped out (eventually) by setting a few variables, without recompiling everything

* Lots of residual cleanup for XCCS isolation

* Delete old file MACINTERFACE (migrated to MODERNIZE)

* Eliminate straggling NS calls:  LAFITE, READINTERPRESS

* Typo

* READINTERPRESS:  removed CHARSET

* MODERNIZE: Interface to control title-bar response (for Notecards)

* Many changes for external format name consistency

Very close to the end of this

* Put :FORMAT in file info, fix TEDIT plaintext hardcopy

I distributed :FORMAT :XCCS as the default marking, but somehow one of the variables seems to get revert during the loadup.  This is correct, as far as it goes.

* Getting the format in the file-info

This is all very twisty, different variables set in different places.  It now seems to do the right thing, at least for new files.  Marks them with :FORMAT :XCCS.

* Another fileinfo glitch

* CLIPBOARD -UNICODE:  Make UTF8 to UTF-8 to match standards

* MODERNIZE:  fix bug in MODERWINDOW

* External format as MAKEFILE option, LOAD applies the file's format

(MAKEFILE 'XX '((FORMAT :UTF-8)))
  will dump XX as a UTF-8 file.  LOAD will load it back to XCCS internal.

* Compilers respect DEFINE-FILE-INFO format

* MODERNIZE:  little glitch

* Delete old FILEIO.LCOM

* More edge cases of external format thru MAKEFILE, PRETTY, PRETTYFILEINDEX etc.

* FILEBROWSER:  Can SEE UTF-8 Lisp sourcefile

* INSPECT:  Better macro for inspecting readtables

* recompile changed files and do new loadup

Co-authored-by: rmkaplan <ron.kaplan@post.harvard.edu>
2021-07-29 17:07:23 -07:00
Larry Masinter
10e3916e7e See PR #275 for discusssion 2021-05-06 16:24:43 -07:00
Larry Masinter
2cf33cebcf new loadups without ron's init or etherwait 2021-05-06 15:29:22 -07:00
Larry Masinter
a946a90ef8 left out from PR #324 2021-05-01 09:08:43 -07:00
rmkaplan
66fa5e42cf
Upgrade TEDIT to LF (#324)
* Upgrade TEDIT to LF

Fixes the black boxes in the Tedit menus.
TEDIT had a built-in bias towards CR in files and in displaying them.  I changed the bias to LF.

* TEDITDCL had no content

Its COMS specified lots of records etc from other TEDIT files, but none of those were actually in the symbolic file (the LCOM was OK).  I loaded all of the other TEDIT files and remade/recompiled this, looks like it captured everything
2021-04-30 20:45:52 -07:00
rmkaplan
05df858e55 Revert Linebuffer to CR
Explicitly made LINEBUFFER in ATERM specify CR independent of the new default stream EOLCONVENTION of LF in FILEIO.  Don't know why the TTY editor needs CR.
2021-04-29 09:53:56 -07:00
rmkaplan
f0ad3c5f60
All source files converted to LF (#315)
* All source files converted to LF

Also, HPRINT:  EQUALALL knows about CL arrays
FILEIO:  STREAM record with fields for external format functions

* Delete makeinit.dribble

* Converted CR to LF on internal/library and docs/Documentation Tools
2021-04-28 15:36:03 -07:00
Larry Masinter
3c33ba0b7e
Revert "Fix sysout makesys to make new versions (#277)" (#293)
This reverts commit 3409522d6718e180245ef6ad34575ccb10d61609.
2021-03-22 09:56:33 -07:00
Larry Masinter
3409522d67
Fix sysout makesys to make new versions (#277)
* Fix sysout makesys to make new versions

* redoing some lost edits

* add new loadups
2021-03-22 09:31:52 -07:00
rmkaplan
a297686908 MODERNIZE SKETCH WINDOWS
Fix MODERNIZE, SKETCH, and GRAPHER so that modernization happens whether MODERNIZE is loaded before or after the other packages
2021-03-15 13:04:02 -07:00
Larry Masinter
7c4b45fa81
new loadup full (#261)
* (hopefully) improve the loadup-full process

* go back to rebuilding in {CORE} and copy when done

* I think these fix the loadups problem

* perhaps unnecessary update but useful test'

* WIP: more loadup cleanup

* brute force: close open files when done loadup

* new loadups to match
2021-03-12 17:27:19 -08:00
Nick Briggs
6cd13acf36
Merge pull request #252 from Interlisp/dup-new-TEDIT
move older "new" TEDIT
2021-03-11 21:41:24 -08:00
Larry Masinter
7a7e6f3b67
Save RDSYS for reading sysouts. Made by loadup-init (#251) 2021-03-10 14:01:17 -08:00
Larry Masinter
6c25898c7d
unixprint (#254)
* UNIXPRINT.TEDIT upper case

* UNIXPRINTCOMMAND was an older copy of UNIXPRINT
2021-03-10 13:59:38 -08:00
Larry Masinter
9cbd5b6e76
Files duplicated or older versions of library/lafite (#250) 2021-03-10 20:56:52 +00:00
Larry Masinter
ca7fe181f5 Minor change to remove duplicate function, but 2021-03-09 20:15:18 -08:00
Larry Masinter
38a0e0c6d1 We might revisit this, but it looks like new was all written in spring of 1995 2021-03-09 19:26:55 -08:00
Larry Masinter
3156b7c1f4 Save RDSYS for reading sysouts. Made by loadup-init 2021-03-09 19:01:26 -08:00
Larry Masinter
4119b2a680
Make exports.all and whereis.hash in tmp directory. Add script to release. (#249) 2021-03-09 17:25:13 -08:00
Larry Masinter
a86e440056 Why wasn't MACRO-FN in MSMACROPROPS? 2021-03-03 14:15:51 -08:00
Larry Masinter
ab94267c49 update exports.all and whereis.hash to make sure 2021-02-28 21:51:31 -08:00
Larry Masinter
1dcd55b258 Merge in changed files 2021-02-28 18:08:43 -08:00
rmkaplan
d4e0a1ba28 FILEBROWSER: Edit/see window stay on top
Addresses #216
2021-02-27 21:58:41 -08:00
rmkaplan
a5356980f0 FILEBROWSER: minor cleanup, meta-F seems to work 2021-02-25 15:38:27 -08:00
rmkaplan
1bdbf22516 CLIPBOARD: fix typo 2021-02-23 22:13:40 -08:00
rmkaplan
8066be6a74 CLIPBOARD: updated with the elaborated xclip commands, to be tested 2021-02-23 17:34:09 -08:00
rmkaplan
4ce9320489 TABLEBROWSER uses newer TABLEBROWSERDECLS, older TBDECLS is deprecated
TABLEBROWSER uses newer TABLEBROWSERDECLS, older TBDECLS is deprecated
2021-02-22 19:55:50 -08:00
rmkaplan
582b927ea5 CLIPBOARD: Delete old versions 2021-02-22 15:12:52 -08:00
rmkaplan
5e73577a6f CLIPBOARD: Added xclip as default (non-mac) stream names, added .txt file
Other platforms may require different clipboard-stream names
2021-02-22 14:59:33 -08:00
rmkaplan
3351dddc79 FILEBROWSER: Build-in anticipation of MODERNIZE, eliminate line feeds 2021-02-22 13:00:49 -08:00
rmkaplan
d7eca38b27 TABLEBROWSER uses newer TABLEBROWSERDECLS, older TBDECLS is deprecated
TABLEBROWSER uses newer TABLEBROWSERDECLS, older TBDECLS is deprecated
2021-02-21 17:47:34 -08:00
Larry Masinter
4e5f0beafb loadups to go with new files 2021-02-14 00:42:47 -08:00
Larry Masinter
198ce09b0d files remade for init 2021-02-13 09:01:21 -08:00
Larry Masinter
dfb28cec43 remove spurious load of PUPPRINT
There might possibly be converters from PRESS format
but no PUP-based printers. Anyway  fixes Medley #172
2021-02-05 22:25:17 -08:00
rmkaplan
fa559449a1
UTF-8 wasn't interpreting EOLCONVENTION (#171)
Fixed UNICODE character fns to interpret the stream's EOLCONVENTION
2021-02-03 16:12:59 -08:00
Larry Masinter
88fac61a47 Made EXPORTS.ALL, drop system.hash 2021-01-16 23:16:20 -08:00
Larry Masinter
3219c519b1
Undo 2 edits correcting textmodules ref (#131) 2021-01-05 10:48:55 -08:00
Larry Masinter
7231fa9e05
Larry teditmenu (#128)
* ^j => ^M

* new full sysout to go with tedit fix
2021-01-04 17:21:31 -08:00
Larry Masinter
8a498ea3b1 Get lisp and full loadups to run; fix unicode directory 2020-11-29 11:07:22 -08:00
Larry Masinter
205ad01541 Finish cleanup 2020-11-20 12:30:56 -08:00
Larry Masinter
6424116dc9 massive reorganization 2020-11-15 19:22:14 -08:00
Larry Masinter
6a758f1aa9 make medley repo match Ron's dropbox
this will give us a stable point on which we can make changes in coordination via git.
NO MORE USING A SHARED DROPBOX
Last major commit wihout a PR against a Medley issue.
2020-10-29 15:31:53 -07:00
Arun Welch
b8234b1f4e
Create README.md 2020-08-30 20:45:10 -06:00
Larry Masinter
cb46b0b62b initial checkin for library 2020-08-29 18:35:53 -07:00