s...@pandora.be writes: > > In any case the smalltalk-mode could be enhanced: > >> (defvar smalltalk-prettify-symbols-alist >> '(("^" . ?↑) >> (":=" . ?←))) > > this could be extended to include a line > >> ("_" . ?←))) > > so that the underscore is also pretty-printed as the back arrow.
Right now the underscore is not even highlighted as an operator. Treating it as one could really screw up the parser. Do people still actively use the underscore as the assignment operator? I thought that is a relic from long long time ago. Derek