<div>I don't *do* languages in racket, but I think this may be a helpful part of the documentation:</div><div><a href="http://docs.racket-lang.org/syntax-color/index.html">http://docs.racket-lang.org/syntax-color/index.html</a><br></div><div>Stephen</div><div><br></div><div><br></div><br><div class="gmail_quote">On Mon Dec 01 2014 at 9:35:14 PM Florent PASTOR <<a href="mailto:flopastor06@gmail.com">flopastor06@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
I am a french student and I have to do a project for my studies...<br>
The project is a compilator from a lambda language to racket.<br>
<br>
I use the racket/gui and i defined an editor-canvas% to write in my<br>
lambda language. I would like implement the syntax coloring for my<br>
language.<br>
To do this, I re defined the on-char method ( define/override ) but,<br>
when i write now on my keyboard, the text doesn't appear in my<br>
editor-canvas%....<br>
Is it possible to just add at the end of the function on-char (without<br>
changing the on-char), a new function called "color-key" (for example)<br>
(previously defined by me) to coloring the text just insered ?<br>
<br>
Thank you very much<br>
Best regards<br>
____________________<br>
  Racket Users list:<br>
  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/<u></u>users</a><br>
</blockquote></div>