lispusers/DOCUMENT cleaned up and working with current Tedit #2023
+244
−395
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The utility of this depends on how careful and thoughtful were the comments in the target source file, but it could be a start for editing up something useful.
I replaced ARGLIST with SMARTARGLIST, and I also made it skip over various formats of edit dates (although I didn't pick out a comment that may be inside an editdate).
I simplified the code quite a bit, eliminating most of the TEDIT.INSERTS by straightforward printout commands. This revealed a missing functionality in Tedit, that there is currently no way to specify the paragraph looks to be used when you print at the end-of-file. TEDIT-PARALOOKS only operates on existing paragraphs. TBD.