Change limit arrow to MCCS right arrow in EQUATIONEXAMPLES.TEDIT#2690
Merged
rmkaplan merged 1 commit intoJul 13, 2026
Merged
Conversation
Member
Contributor
Author
|
What do you see when you execute
(GDATE (CAR (NTH (TEDIT.FORMATTEDFILEP (QUOTE lispusers/EQUATIONEXAMPLES.TEDIT)) 5)))
The time component should be 13:49:01
… On Jul 12, 2026, at 12:59 AM, Paolo Amoroso ***@***.***> wrote:
pamoroso
left a comment
(Interlisp/medley#2690)
<#2690 (comment)>
On Linux Mint 22.1 Cinnamon I still get the left arrow in the limit.
limit.png (view on web) <https://github.com/user-attachments/assets/8a52e0b8-4e06-4c05-8725-3738d0044966>
—
Reply to this email directly, view it on GitHub <#2690?email_source=notifications&email_token=AQSTUJN3BHN2WH327SCPGZD5ENAM5A5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIOJVGA2DKMBXGU32M4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KYZTPN52GK4S7MNWGSY3L#issuecomment-4950450757>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AQSTUJKXPJGYGRXKVDQPBMT5ENAM5AVCNFSNUABFKJSXA33TNF2G64TZHMZDQMJVGE4TSNRUHNEXG43VMU5TIOBWGQZDQOJUHEZ2C5QC>.
You are receiving this because you authored the thread.
|
Member
|
I see |
Contributor
Author
|
I think that's the same--GDATE must take into account the time zone.
So, if that's the version you are looking at, it's the same as the one I have, and I see the right arrow. So, a mystery.
… On Jul 12, 2026, at 9:22 AM, Paolo Amoroso ***@***.***> wrote:
pamoroso
left a comment
(Interlisp/medley#2690)
<#2690 (comment)>
I see "11-Jul-2026 22:49:01".
—
Reply to this email directly, view it on GitHub <#2690?email_source=notifications&email_token=AQSTUJIT53VGZ4MFQGIAO6D5EO3MHA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIOJVGE4DSNRVHEYKM4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KYZTPN52GK4S7MNWGSY3L#issuecomment-4951896590>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AQSTUJP7WQAOH3EOBP7VR335EO3MHAVCNFSNUABFKJSXA33TNF2G64TZHMZDQMJVGE4TSNRUHNEXG43VMU5TIOBWGQZDQOJUHEZ2C5QC>.
You are receiving this because you authored the thread.
|
Member
|
I do the apps loadup with Medley/rmk208--Fix-limit-arrow-character-in-EQUATIONEXAMPLES at commit 67569c0 and Maiko/nhb-pcap-ethernet built for X11 at commit 4f7be29. I run Medley under VNC. |
Contributor
Author
|
That all makes sense. Another check: the length of the file should be 13285.
Try
(BREAK \TEDIT.OPENTEXTFILE)
before you call TEDIT, make sure that the value after EVAL is the intended file. GETEOFPTR of the resulting stream should return 13285.
… On Jul 12, 2026, at 9:58 AM, Paolo Amoroso ***@***.***> wrote:
pamoroso
left a comment
(Interlisp/medley#2690)
<#2690 (comment)>
I do the apps loadup with Medley/rmk208--Fix-limit-arrow-character-in-EQUATIONEXAMPLES at commit 67569c0 <67569c0> and Maiko/nhb-pcap-ethernet built for X11 at commit 4f7be29. I run Medley under VNC.
—
Reply to this email directly, view it on GitHub <#2690?email_source=notifications&email_token=AQSTUJIYSTZPNQC4IQRTBDD5EO7UJA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIOJVGIYDANZSG4Z2M4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KYZTPN52GK4S7MNWGSY3L#issuecomment-4952007273>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AQSTUJPNWZDFK2J34XDVB6T5EO7UJAVCNFSNUABFKJSXA33TNF2G64TZHMZDQMJVGE4TSNRUHNEXG43VMU5TIOBWGQZDQOJUHEZ2C5QC>.
You are receiving this because you authored the thread.
|
Member
Contributor
Author
|
When you go into the break, type
EVAL
You should then see a stream, which is the value of the function. You should be able to refer to that stream (the value of the last input) by the variable IT (all in IL:):
So after EVAL,
(GETEOFPTR IT)
Also, the filename you see in the stream should be the name of the intended file/version.
… On Jul 12, 2026, at 10:21 AM, Paolo Amoroso ***@***.***> wrote:
pamoroso
left a comment
(Interlisp/medley#2690)
<#2690 (comment)>
The length of the file:
***@***.***:~/medley/medley/lispusers$ ls -l EQUATIONEXAMPLES.TEDIT
-rw-rw-r-- 1 paolo paolo 13285 Jul 12 09:52 EQUATIONEXAMPLES.TEDIT
The break window:
equations.png (view on web) <https://github.com/user-attachments/assets/4c942126-04c3-4e41-9bb7-03dca7528eb2>
I'm not sure what EVAL you mean and how to access the stream so that I can call GETEOFPTR.
—
Reply to this email directly, view it on GitHub <#2690?email_source=notifications&email_token=AQSTUJLIYE5LPKFBP3ZDQSL5EPCKDA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIOJVGIYDONZZGY42M4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KYZTPN52GK4S7MNWGSY3L#issuecomment-4952077969>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AQSTUJJI52QQE6K24Q4V3N35EPCKDAVCNFSNUABFKJSXA33TNF2G64TZHMZDQMJVGE4TSNRUHNEXG43VMU5TIOBWGQZDQOJUHEZ2C5QC>.
You are receiving this because you authored the thread.
|
Member
|
Never mind, I found the cause of the issue: in my tests I opened a local copy of EQUATIONEXAMPLES.TEDIT in Here is the local copy: EQUATIONEXAMPLES.TEDIT.zip When I open the correct file I do see the right arrow in the limit:
I think you no longer need the data from the break window, right? |
pamoroso
approved these changes
Jul 13, 2026
pamoroso
left a comment
Member
There was a problem hiding this comment.
It works as intended with no apparent issues.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



No description provided.