Does OakTextView support the setMark method from the NSResponder interface?  Is there something that I can use in its place if setMark is not implemented?  Here is the code I am using:<br><br>    NSLog( @"Trying to set the mark on the first responder" );
<br>    [responder performSelector: @selector(setMark:) withObject: window];<br>    NSLog( @"set the mark on the first responder" );<br><br><br>And this is what I get in the log:<br><br>2007-04-08 19:55:01.838 TextMate[916] Trying to set the mark on the first responder
<br>2007-04-08 19:55:01.838 TextMate[916] *** -[OakTextView setMark:]: selector not recognized [self = 0xdec3850]<br>2007-04-08 19:55:01.838 TextMate[916] *** -[OakTextView setMark:]: selector not recognized [self = 0xdec3850]
<br><br><br>thanks<br>kirt<br>