diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-09-20 13:50:13 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-09-20 13:50:13 +0200 |
commit | 2b5b2a48f8db3d6b73a0f1a6e0aeab3a940b3b85 (patch) | |
tree | 69e7a54ffb98301607ea9ebde4a2715fa146c3fc /doc/sciteco.7.template | |
parent | fcf962edded2d6a7cb638909587167261e4f2bb0 (diff) | |
download | sciteco-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 'doc/sciteco.7.template')
-rw-r--r-- | doc/sciteco.7.template | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template index 52fa742..193d029 100644 --- a/doc/sciteco.7.template +++ b/doc/sciteco.7.template @@ -1688,15 +1688,19 @@ character, so for instance \(lq^Q^Q\(rq translates to \(lq^Q\(rq. .B ^V^V .TQ .BI ^V c -Translates all following characters into lower case. +Translates all following characters, including the expansions of \fB^EQ\fP, +\fB^EU\fP etc., into lower case. When \fB^V\fP is not followed by \fB^V\fP, a single character \fIc\fP is lower-cased. +\# Which is pretty pointless nowadays. .TP .SCITECO_TOPIC ^W^W ^Wc .B ^W^W .TQ .BI ^W c Analogous to \fB^V\fP, but upper-cases characters. +Since \fB^W\fP is an immediate editing command, this can practically be typed +only with upcarets in interactive mode. .TP .SCITECO_TOPIC ^E\[rs] ^E\[rs]q .BI ^E\(rs q |