Another question I can't solve on my own. When I type ' - a single quote - I don't want to see a closing one inserted automatically (this is Lisp, after all). The newLISP language bundle has this:
smartTypingPairs = ( ( '(', ')' ), ( '[', ']' ), ( '{', '}' ), ( '"', '"' ), );
so obviously it's some sort of default behaviour. Can I switch it off in this bundle yet leave it available in others?
thanks