[racket] How to create a new DrRacket keybinding that also repositions cursor?

From: Neil Van Dyke (neil at neilvandyke.org)
Date: Sun Apr 15 15:56:04 EDT 2012

Harry Spier wrote at 04/15/2012 03:39 PM:
> Thanks Robby. Where in the documentation can I find
> "get-start-position" and "set-position" methods.  I don't see them in
> the  "DrRacket: The Racket Programming Environment" document.

If you search for those keywords in the Racket Documentation 
("http://docs.racket-lang.org/"), you should find the documentation for 
them.

By the way, adding features to DrRacket is not an easy thing to do, 
since it looks like one needs to understand material from a few 
different manuals.

Neil V.

-- 
http://www.neilvandyke.org/

Posted on the users mailing list.