[racket] How to create a new DrRacket keybinding that also repositions cursor?
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.
Harry
On 4/15/12, Robby Findler <robby at eecs.northwestern.edu> wrote:
> 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
>