Am 23.01.2014 um 09:53 schrieb Fred Kiefer <fredkie...@gmx.de>: > I think the problem is in NSTextView doCommandBySelector: there we should use > the form of performSelector that has an additional argument. The only > argument we can use here is self, which might not be what you expect, but it > is still better than having a corrupt stack. I will try to fix this tomorrow.
Well, you can (and should) use nil instead of self. This is what Apple's documentation for the NSResponder class says and (according to a quick test in a program where I have overwritten the -insertTab: method) also what Apple's AppKit is doing. I just committed that change. Wolfgang _______________________________________________ Gnustep-dev mailing list Gnustep-dev@gnu.org https://lists.gnu.org/mailman/listinfo/gnustep-dev