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

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Sun Apr 15 15:28:23 EDT 2012

If you've got the insertion part working, all you should need to do is
call the get-start-position and set-position methods.

Robby

On Sun, Apr 15, 2012 at 2:03 PM, Harry Spier <vasishtha.spier at gmail.com> wrote:
> Dear list members,
>
> I want to create a  DrRacket keybinding that will produce   #||#
> but will also reposition the cursor position  between the two upright
> bars. i.e. #|<cursor-here>|# .
>
> Can someone show me how to do this.
>
> Thanks in advance,
> Harry Spier
> ____________________
>  Racket Users list:
>  http://lists.racket-lang.org/users


Posted on the users mailing list.