Andy Piper <andy(a)xemacs.org> writes:
Does the number of widgets systematically grow as you switch buffers
etc?
Yes. See my reply to Karl. Just calling C-x 2 C-x 0 in sequence with
the gutter enabled leaks gutter windows like mad.
Does it ever go down? Maybe we are leaking widgets somehow.
The problem seems to be that when a new window is created XEmacs calls
gutter_specs_changed and this calls calculate_gutter_size which
instantiates a widget (why?) and these never get freed.
Jan