rmkaplan
32461da7eb
Lispusers packages: MODERNIZE, THINFILES TEDIT-PF-SEE (new)
...
MODERNIZE interacts better with TEDIT split windows, THINFILES works better on filenames, not just extensions. TEDIT-PF is new: provides commands tpf and ts for doing PFCOPYBYTES or SEE to scrollable read-only TEDIT windows, also functions for remembering and reusing the regions of windows of particular types.
2021-10-12 17:22:21 -07:00
rmkaplan
e222743f74
Update lsee for UTF-8 ( #518 )
...
* Update lsee for UTF-8
Change less -R to less -r
* Minor cleanup for typo at end of script.
Co-authored-by: Nick Briggs <nicholas.h.briggs@gmail.com>
medley-211010
2021-10-08 23:25:31 -07:00
rmkaplan
ea0f303988
Merge pull request #505 from Interlisp/Externalformat-collected-in-a-separate-file
...
Externalformat collected in a separate file
2021-10-07 07:41:01 -07:00
rmkaplan
b85084ce31
LLREAD and LLREAD.LCOM: restore unversioned files
2021-10-05 19:46:07 -07:00
Larry Masinter
e39943fdcc
Merge pull request #509 from Interlisp/run-medley-noscroll
...
Add -noscroll option to run-medley; turns off scollbars
2021-10-04 16:27:03 -07:00
Larry Masinter
a4370ae57d
Put -noscroll first in usage at head
2021-10-04 15:03:49 -07:00
rmkaplan
cbfdfd6dab
Merge branch 'master' into Externalformat-collected-in-a-separate-file
2021-10-01 23:13:12 -07:00
Larry Masinter
84bf09394e
Merge pull request #513 from Interlisp/LAFITE-CR-to-LF
...
Lafite cr to lf
2021-10-01 18:57:53 -07:00
Nick Briggs
a92bce555f
Fix long-standing error wherein VTCHAT.STATUS attempts to BOUT a string ( #510 )
...
In replying to a request for the cursor position, the VTCHAT.STATUS
code attempted to construct the escape-sequence response passing a
string representing the X (and Y) coordinate as text to BOUT rather
than using PRIN1.
2021-10-01 15:57:00 -07:00
Nick Briggs
ae26c3c9fa
Replace chat via "rlogin" with chat via "ssh" ( #512 )
...
Modern systems are unlikely to be configured with "rlogin" access,
remote login, if available, is likely to be via "ssh", so use that.
2021-10-01 15:55:46 -07:00
rmkaplan
09fec6ac56
Add FILESETS back
...
For some reason, in going back and forth, the hard link between the versioned and the unversioned got lost, and the unversioned was effectively deleted. I did a copyfile to get things back in order
2021-10-01 12:22:02 -07:00
rmkaplan
625a5a839c
Convert UNICODE to LF
...
Don't know why it reverted. Just a MAKEFILE NEW and recompile
2021-10-01 09:03:00 -07:00
rmkaplan
f28a7a6278
Move UNIXMAIL.* and MAILSCAVENGE.TEDIT to library/lafite
2021-10-01 08:20:38 -07:00
rmkaplan
9f85f4e17e
Convert LAFITE files to LF
...
They missed the previous global conversion since they were in a subdirectory. The only actual change is in LAFITETEDIT, it had the wrong name for the TEDITDCL file
2021-09-30 23:16:45 -07:00
Larry Masinter
1380722e55
Add -noscroll option to run-medley; turns off scollbars
2021-09-30 17:22:19 -07:00
rmkaplan
d6173b5269
Revert "HARDCOPY: COPY.TEXT.TO.IMAGE had Unicode-incompatible end-of-file shortcut"
...
This reverts commit 65a2d8000ebc061714bb7cf3562f55bde142f546.
2021-09-30 13:39:10 -07:00
rmkaplan
1d8fa0301d
TEDIT: TEDIT-SEE treats FORMAT better for plain-text files
2021-09-29 22:27:18 -07:00
rmkaplan
65a2d8000e
HARDCOPY: COPY.TEXT.TO.IMAGE had Unicode-incompatible end-of-file shortcut
...
Also used byte and not character-code operation in CRLF check
2021-09-29 22:26:11 -07:00
rmkaplan
388d54b713
TEDITSCREEN: Cleanup \DISPLAYLINE
...
Test argument validity at top so ffetch can be used consistently. Remove unused variables, and move some other variable bindings to their proper scope
2021-09-29 22:23:45 -07:00
rmkaplan
f58936e762
PRINTFN: Fix typo, add comments
2021-09-29 10:11:31 -07:00
Larry Masinter
63904f754c
two variables COPYRIGHTFLG and *REPLACE-OLD-EDIT-DATES* set for Lispcore developers ( #504 )
...
* two variables COPYRIGHTFLG and *REPLACE-OLD-EDIT-DATES* set for Lispcore developers
* COPYRIGHTFLG = PRESERVE
2021-09-28 10:21:57 -07:00
rmkaplan
2dabe594f3
Merge branch 'master' into Externalformat-collected-in-a-separate-file
2021-09-27 14:19:55 -07:00
rmkaplan
0462c1aa5e
TEDITSCREEN, TEDITHCPY: Remove absolute NS charcodes ( #494 )
...
* TEDITSCREEN, TEDITHCPY: Remove absolute NS charcodes
Also eliminated \MAIKO.DISPLAYLINE. Git got twisted up between branches, stuck in <<<< in some files, I think I unscrambled it. (Had to copy TEDIT again separately). Still says TEDITHCPY.LCOM is conflicted, even though I have completely TCOMPLed it. Git sucks.
* Trying to fix master incompatibilities
medley-210927
2021-09-27 14:16:49 -07:00
rmkaplan
1d4c9ed6ee
BOOTSTRAP: PRINT-READER-ENVIRONMENT puts out an extra EOL
...
To separate the DEFINE-FILE-INFO header from the actual contents, when using TEDIT-SEE (in Medley) or lsee
2021-09-27 10:28:50 -07:00
rmkaplan
6b66665e9d
BOOTSTRAP: Read initial DEFINE-FILE-INFO as a string, not an atom
...
If it is ead with RATOM, then e.g. LISPSOURCEFILEP gives an error if the first line of the file begins with something like (Author:
2021-09-26 23:41:52 -07:00
rmkaplan
db3ca49564
Localize external format implementation in new EXTERNALFORMAT file
...
Pieces moved from FILEIO and LLREAD, EXTERNALFORMAT added to FILESETS
2021-09-25 22:48:04 -07:00
rmkaplan
c89ac61d34
IMAGEIO: Separate construction of :DISPLAY external format
...
Defaults for 4/8/24 bit display FDEV's
2021-09-25 22:47:16 -07:00
rmkaplan
9b7464d966
MULTI-COMPILE: Just MAKEFILE-NEW to get better filemap
2021-09-25 22:40:25 -07:00
Larry Masinter
5a9bc56628
Ignore #\( #\{ patterns in 'smart' argnames when showing stack frames ( #475 )
medley-210923
2021-09-23 13:01:07 -07:00
rmkaplan
205223c9b1
Merge pull request #490 from Interlisp/TEDIT-SEE
...
TEDIT + FILEBROWSER: Add function TEDIT-SEE, call from FILEBROWSER
medley-210921
2021-09-21 15:13:36 -07:00
Larry Masinter
ccc776608d
Add Lispusers BACKGROUND-YIELD to call new subr ( #488 )
...
* Add Lispusers BACKGROUND-YIELD to call new subr
* Make BACKGROUND-YIELD a variable
2021-09-20 15:06:40 -07:00
Larry Masinter
25617e383a
Add to medley release a tar of loadups-only, for those who want that ( #465 )
...
* Add to medley release a tar of loadups-only, for those who want that
* separate pieces (loadups+runtime) with 'don't need runtime if cloned'
2021-09-20 15:04:07 -07:00
rmkaplan
5e6eb4b424
HARDCOPY, TEDITHCPY: fix #491
...
INITVAR for PRINTFILETYPES, fix the coms for the Interpress option in TEDITHCPY
(This branch is accumulating little TEDIT glitches)
2021-09-20 11:17:55 -07:00
rmkaplan
7175669633
TEDITWINDOW: Ensure TOTOPW in tedit buttoneventfn and scrollfn #492
2021-09-20 07:36:01 -07:00
rmkaplan
21088d3eff
TEDIT + FILEBROWSER: Add function TEDIT-SEE, call from FILEBROWSER
2021-09-19 19:10:18 -07:00
Larry Masinter
8ec1ca966d
If lde is on path, don't bother with MAIKODIR ( #478 )
test
medley-210920
medley-210917
2021-09-13 21:34:03 -07:00
Nick Briggs
c55239f744
Minor cleanups in LLSUBRS to support new subrs.h for YIELD subr. ( #479 )
...
Keep the \INITSUBRS in sorted order: move (YIELD 210) to the end of
the list.
Change the output of WRITECALLSUBRS so that the guard wraps the whole
subrs.h include file.
Avoid using literal tabs in the output #defines, pad with spaces and
arrange the minimum field widths so that everything lines up better.
2021-09-13 20:33:43 -07:00
Larry Masinter
d6f7ad7de9
run-medley improvements ( #476 )
2021-09-13 05:54:31 -07:00
Larry Masinter
0236971881
Add NOERROR extra parameter to STKARGNAME, and set it in DEBUGGER ( #471 )
2021-09-12 11:47:14 -07:00
Larry Masinter
d04f734295
Move POSTSCRIPTSTREAM.TEDIT with its implementation ( #467 )
2021-09-11 17:07:57 -07:00
Larry Masinter
27a52b6ce0
Add COPYRIGHTFLG=PRESERVE meaning 'no new copyright dates, but keep previous' ( #468 )
2021-09-11 17:07:07 -07:00
Larry Masinter
0e2e16f183
changes from #453 redone: NOGREET for run-medley, dummy HOME LOGINDIR for loadups ( #464 )
medley-210910
2021-09-09 22:26:06 -07:00
rmkaplan
b760d005fb
Second recompile fdev #457 ( #463 )
...
* FONTPROFILE: Fix NS COMMENTFONT, delete FONTPROFILEPATCH
This reverts commit 2615140ede9117b722f555e6603029f20274dd0e.
* Recompile FDEV creators with FILEIO defaulting to :XCCS
* FONTPROFILE: Fixed COMMENTFONT in BIGGERNS
* FONTPROFILE: fixed typo
medley-210908
2021-09-07 11:52:14 -07:00
rmkaplan
95c9496780
Merge pull request #461 from Interlisp/revert-458-Recompile-FDEV-creators-#457
...
Revert "Recompiled all FDEV creators to install *DEFAULT-EXTERNALFORMAT*"
2021-09-06 10:37:05 -07:00
Larry Masinter
4bb4457d55
Revert "Recompiled all FDEV creators to install *DEFAULT-EXTERNALFORMAT* ( #458 )"
...
This reverts commit 2615140ede9117b722f555e6603029f20274dd0e.
2021-09-06 09:04:00 -07:00
rmkaplan
2615140ede
Recompiled all FDEV creators to install *DEFAULT-EXTERNALFORMAT* ( #458 )
medley-210905
2021-09-05 16:39:51 -07:00
Larry Masinter
77d772ae45
Duplicate files cleanup ( #403 )
...
* Duplicate POSTSCRIPT files in LispUsers and LispUsers/POSTSCRIPT
* DICOLOR on LispUsers is old version uncompiled 1985; version on internal library is newer
* missed PS-TTY in the postscript files
* Fix .gitignore no longer need diff filter; remove odd extra ~ file
* Verified POSTSCRIPT lispusers subdirectory redundant (not same hash because of EOL. POSTSCRIPT-old apparently was older version, copyright not venue
* Save postscript-old in obsolete
* move internal/library/DICOLOR to obsolete
2021-09-05 07:21:18 -07:00
Larry Masinter
995c321f59
release more ( #447 )
...
* move badfiles
* fix release to include sources
* load known, used image object defns
* add docs/Documentation Tools to release
* Avoid --exclude-backups with explicit exclude
* fix typo remove 'release-one' leftover from older regime
* update release notes
2021-09-03 14:05:09 -07:00
Larry Masinter
9d4a8796dd
Move SIGMA font from LispUsers (as part of EQUATIONEDITOR) to fonts/other/c0 where FONTCREATE will find ite ( #451 )
medley-210903
2021-09-02 22:35:44 -07:00
Larry Masinter
185ee4db70
Release tweaks ( #448 )
...
* Fix release notes errors + tweaks in SYSEDIT
* releaseone.sh was for the previous setup with combined releases
* single backticks don't work in release notes
2021-09-02 20:36:05 -07:00