> Just installed 2.9.8 and noticed the following problems (do not know
> if problems exist on previous releases)
>
> (1) OCONV("3031234567","ML(###)###-####") results in ... 30)312-3456
See the PICK.ML.CONV.MASK mode of the OPTION command for the solution.
> (2) When telneting remotely (not localhost), when pressing <RETURN>
> from TCL command line, the current line seems to 'clear' and then
> 'redisplay'
If this happens it is because the panning command line feature may need to
repaint the line. Even if it is happening, I am surprised that you can see
it. Are you on a very slow connection?
Martin Phillips
Ladybridge Systems Ltd
17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB
+44-(0)1604-709200
I have taken a look at the way in which the command processor repaints the
line on entering a command to ensure that the panning command line is
correctly displayed. I can see that we could optimise it a bit to remove the
repaint if the line is not panned and the command is not bing recalled from
the command stack but I am still surpised that you notice anything on the
terminal.
What terminal emulator do you use and what terminal type have you selected?
It's probably not worth taking this any further as we have made a change for
release 2.9-9 (this week if all goes to plan) that will not repaint the line
unless it needs to do so to show the command correctly after use of panning,
an overlong command or recalling a command from the history.