In article <
65b47ad0-cd90-4d75...@googlegroups.com>,
wolfgang....@gmail.com says...
Unless you
SET _DO_NOT_PROMPT_TACL_STOP ON
which we do in $system.system.tacllocl
because that new "feature" caused more problems than it
could ever could have solved.
Unfortunately SHOW does not work correctly for it in current TACLs
34> show inspect
Inspect ON
35> show swap
Swap
36> show _DO_NOT_PROMPT_TACL_STOP
show _DO_NOT_PROMPT_TACL_STOP
^
Expecting /
Or one of:
DEFINE DEFMODE HIGHPIN INSPECT or SWAP
37> show
Defmode ON
Highpin ON
Inspect ON
Swap
38> set
set
^
Expecting one of:
DEFINE DEFMODE HIGHPIN INSPECT SWAP VARIABLE or _DO_NOT_PROMPT_TACL_STOP
39>