Replies: 1 comment
-
|
Never mind, I configured Git to ignore older versions of files by adding |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working again on Insphex to make it easier to call the tool from museum mode and clean up a few loose ends.
I've noticed a couple of issues, the first is TEdit now underlines all the text the tool prints to the associated read-only TEXTSTREAM. This is likely related to the latest rounds of TEdit changes but at first glance nothing rings a bell. The program creates the TEdit window, prints to the associated TEXTSTREAM, and toggles read-only mode as appropriate. @rmkaplan Any insight?
The other issue is that Git flags versioned Interlisp files as untracked:
Such files were ignored when I originally worked on Insphex and other Interlisp projects but this Insphex working tree is freshly cloned. I can't remember how I set up Git back then to ignore versioned files.
Beta Was this translation helpful? Give feedback.
All reactions