-
-
Notifications
You must be signed in to change notification settings - Fork 29
Rmk62 old tedit formats and nits #851
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
TEDIT-OFD also traps non-stream TEXT arguments that should no longer propagate
Also, changed the name from Function Keys to Tedit Keys, made the shrunk window open on left-click
|
Loaded up a new sysout on this branch, tried to TEDIT |
masinter
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in TEDIT-FILE's \TEDIT.CONVERT.FOREIGN.FORMAT doesn't the call to (OPENTEXTSTREAM "") now treat "" as a pathname?
|
I think there is something else going on, a confusion between the original file stream, a “textstream”, and the textofd. The textformattedp1 function only operates on file streams, not on text streams.
… On Jul 20, 2022, at 10:50 AM, Larry Masinter ***@***.***> wrote:
@masinter commented on this pull request.
in TEDIT-FILE's \TEDIT.CONVERT.FOREIGN.FORMAT doesn't the call to (OPENTEXTSTREAM "") now treat "" as a pathname?
—
Reply to this email directly, view it on GitHub <#851 (review)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AQSTUJK7MLTNXZRYT76VTTDVVA37ZANCNFSM54EOQAVA>.
You are receiving this because you authored the thread.
|
|
Try it again
… On Jul 20, 2022, at 10:53 AM, Ron Kaplan ***@***.***> wrote:
I think there is something else going on, a confusion between the original file stream, a “textstream”, and the textofd. The textformattedp1 function only operates on file streams, not on text streams.
> On Jul 20, 2022, at 10:50 AM, Larry Masinter ***@***.*** ***@***.***>> wrote:
>
>
> @masinter commented on this pull request.
>
> in TEDIT-FILE's \TEDIT.CONVERT.FOREIGN.FORMAT doesn't the call to (OPENTEXTSTREAM "") now treat "" as a pathname?
>
> —
> Reply to this email directly, view it on GitHub <#851 (review)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AQSTUJK7MLTNXZRYT76VTTDVVA37ZANCNFSM54EOQAVA>.
> You are receiving this because you authored the thread.
>
|
|
New commits address Larry's earlier comment about (OPENTEXTSTREAM ""). Unrelated to the other problem in loading image objects. |
|
(HCFILES) runs on all TEDIT / SKETCH files in Medley repo. |
Mainly reading old-format TEDIT files. A few other minor adjustments