From 2b5b2a48f8db3d6b73a0f1a6e0aeab3a940b3b85 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 20 Sep 2024 13:50:13 +0200 Subject: ^W^W and ^V^V can be typed completely with upcarets now and they case fold all expansions of ^EQq, ^EUq and so on * Previously, there was no way to enter upper-case mode in interactive commands since the Ctrl+W immediate editing command is interpreted everywhere. * Without the case folding of ^EQq/^EUq results, the upper and lower case modes are actually pretty useless considering that modern keyboards have caps lock. So it was clear we need this, regardless of what the classic TECOs did. The TECO-11 manual is not very clear on this. tecoc apparently does not case-fold ^EQq results. * This opens up new idioms, for instance `EUq^W^W^EQq$` in order to upper case register q. It's also the only way you can currently upper-case Unicode codepoints. --- TODO | 5 ----- 1 file changed, 5 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 0487a65..c4be13b 100644 --- a/TODO +++ b/TODO @@ -133,11 +133,6 @@ Known Bugs: able to autocomplete it if a previous autocompletion inserted escaped glob patterns. Unfortunately, this would be very tricky to do right. - * There is no way to type the ^W^W string building character, - not even with upcarets. - * ^V and ^W string building characters do not operate - on ^EQq and ^EUq, which is a pity as that would be the - only sane use for them. * The unnamed buffer hasn't got margins set. Should be fixed in sample.teco_ini. -- cgit v1.2.3