aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-09-20 13:50:13 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-09-20 13:50:13 +0200
commit2b5b2a48f8db3d6b73a0f1a6e0aeab3a940b3b85 (patch)
tree69e7a54ffb98301607ea9ebde4a2715fa146c3fc /TODO
parentfcf962edded2d6a7cb638909587167261e4f2bb0 (diff)
downloadsciteco-2b5b2a48f8db3d6b73a0f1a6e0aeab3a940b3b85.tar.gz
^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.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 0 insertions, 5 deletions
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.