Rmk184 fix see and tedit non-extension defaults#2602
Merged
rmkaplan merged 6 commits intoMay 21, 2026
Conversation
Member
|
It works with no issues on Linux Mint 22.1 Cinnamon. |
(partly a confusing between ASSOC and LISTGET)
Member
|
At commit 1131ebe I haven't found any issues. |
nbriggs
approved these changes
May 20, 2026
Contributor
There was a problem hiding this comment.
Looking at what was done, I see --
GITFNS:
GIT-CD-LABELFN -
use CDVALUE from USERDATA ALIST argument instead of using CDVALUE freely
(introduces unused binding for POS in LET)
COMPARESOURCES:
Use better default title on CSBROWSER window
COMPAREDIRECTORIES
Change USERDATA structure from PLIST to ALIST and fix usage in
CD.COMMANDSELECTEDFN, CDFILES
Fix INCLUDES handling to default to "" instead of NIL ... ?
reprint modified functions and CD-MENUFN with lowercase keywords.
TEDIT-STREAM
Improve handling of trailing/no trailing dot for signifying
no extension or default to one of *TEDIT-EXTENSIONS*
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.
Fixes glitch identified in #2598 discussion