From a62323baa454b4a6ac698067043c8d4cf50c6561 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 7 Oct 2025 00:58:11 +0300 Subject: 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. --- TODO | 4 ---- 1 file changed, 4 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 2a18d78..234275c 100644 --- a/TODO +++ b/TODO @@ -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. -- cgit v1.2.3