diff options
author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-10-07 00:58:11 +0300 |
---|---|---|
committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2025-10-07 00:58:11 +0300 |
commit | a62323baa454b4a6ac698067043c8d4cf50c6561 (patch) | |
tree | 63ae9b62c0a84c2734a443e285c752ac92240e97 /TODO | |
parent | 6a4b90c02f4b4991f20206d116196c8bdeca9da8 (diff) | |
download | sciteco-a62323baa454b4a6ac698067043c8d4cf50c6561.tar.gz |
throw an error immediately after nEB if n != 0
* When typing nEBfilename$ (n != 0) you would find out that the construct is invalid
only after typing out the entire command.
We now throw an error immediately, ie. only Escape or string termination will be expected
in interactive mode.
* In batch mode, nothing should have changed.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -764,10 +764,6 @@ Features: To format a hex byte, you would write 16^R 2,Qa\ ^D. The same extension might be useful for =/==/===. * OpenVMS port. Just for the fun of it. - * If nEB...$ with a non-empty string argument is disallowed for n != 0, - we should already throw in the process callback, to give immediate - feedback. Otherwise, the user might type an entire file name just - to find out he has to rub out everything and retype. Optimizations: * Use SC_DOCUMENTOPTION_STYLES_NONE in batch mode. |