SMath 0.98.6096
Maxima SVN 2178
Because of the current SMath core policy of not allowing other plugins the override of functions from plugin Special functions, the Takeover mechanism in the Maxima plugin is broken.
This basically affects sum(4) and int(4).
det() is not affected, because it is not provided by Special functions.
diff(1), lim() and int(2) are not affected, because they are not provided at all (yet have operator shapes provided)
diff(2) and diff(3) are affected but that does not harm too much because SMath native diff is good enough.
Workarounds for access to Maxima's sum4 and int(4) are given in the screenshot. Could these workarounds somehow exploited by the Maxima plugin? If MaximaTakeover("Int") would just execute the workaround on the canvas, would that be possible?
As another workaround, Maxima provides functions Int(4) and Sum(4) without operator representation.