> Ah, good. IIRC you solved the parenthesis problem by simply always
> generating matching pairs when one is requested. I can see that being
> a good idea, but how do others feel about it? Do we like this feature
> or do we prefer parenthesis matching? (I like this mode for new users,
> since it forces them to get it right, but I can see how experienced
> users might not like having to go for the arrow character to type an
> expression in.) I'm guessing parenthesis matching isn't trivial, so
> this one would benefit from some feedback.
Parenthesis matching is very simple in one line input like the one in
wxmaxima. It is implemented on Windows but not on linux since wxGTK does
not support formated text in one line text controls. Generating matching
pairs will be optional in the future.
> Hmm. OK. But wxWidgets functions OK on win95 and win98?
Yes wxWidgets work very well on all Windows systems.
> P.S. - Oh, I did have one more question - since xmaxima isn't good at
> this either it isn't a priority, but what are the chances of being able
> to print a wxmaxima session at some point in the future?
wxWidgets support printing, but I newer tried it. Help browser supports
printing and the same could be implemented for console.
Andrej