aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-05-24 01:31:22 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-05-24 01:31:22 +0300
commit4b266c9616f4eb359be71c44b9b2fa3373265bb0 (patch)
tree104da896ed48c01371d776e1add4962df1ff3066 /doc
parent3fda29e44ee0c9ef2a0b81d91af568c7e1c35c1f (diff)
downloadsciteco-4b266c9616f4eb359be71c44b9b2fa3373265bb0.tar.gz
new string building construct ^P disables all further string building magic
* Now, `I^P` can replace `EI`. EI is therefore now free to be repurposed as the new "mung file" command for improved TECO-11 compatibility. * On the downside when inserting large blocks of TECO code, you will have to write something like `@I{^P !...! }` * The construct is also useful when searching for carets as in `S^P^Q^`.
Diffstat (limited to 'doc')
-rw-r--r--doc/sciteco.7.template6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template
index 7c49e07..51a4da2 100644
--- a/doc/sciteco.7.template
+++ b/doc/sciteco.7.template
@@ -1787,6 +1787,12 @@ character and their case is insignificant.
In the following list of supported expressions, the caret-notation
thus refers to the corresponding control code:
.TP
+.SCITECO_TOPIC ^P
+.B ^P
+Disable interpretation of all further string building characters,
+so all following characters will be taken verbatim.
+There is no way to escape the string terminator after \(lq^P\(rq.
+.TP
.SCITECO_TOPIC ^Qc ^Rc quote
.BI ^Q c
.TQ