te icon indicating copy to clipboard operation
te copied to clipboard

TE editor can't handle dash in filename e.g. hexd-104.pli

Open riwide opened this issue 2 years ago • 2 comments

I get error message if I try to open a file with a dash in file name.

the - dash character is valid in cp/m file names

riwide avatar Oct 13 '21 22:10 riwide

This issue comes from MESCC, the Small-C compiler I use.

Anyway the "-" character is illegal for filenames according to the CP/M standard rules and the CCP doesn't like it (neither the "_" character I use in nearly every file I write!).

So, I take note and will add it as a legal character in MESCC file library.

MiguelVis avatar Nov 25 '21 19:11 MiguelVis

Thank you. It's funny the way these little things catch one out.

Richard

On Thu, 25 Nov 2021 at 19:52, MiguelVis @.***> wrote:

This issue comes from MESCC, the Small-C compiler I use.

Anyway the "-" character is illegal for filenames according to the CP/M standard rules and the CCP doesn't like it (neither the "_" character I use in nearly every file I write!).

So, I take note and will add it as a legal character in MESCC file library.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/MiguelVis/te/issues/8#issuecomment-979444133, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHFCH2SXDI7LBKDG2CWYB5DUN2HWBANCNFSM5F6HNOAA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

riwide avatar Nov 25 '21 22:11 riwide