[WIP] Draw images inline in the Racket REPL.
commit998e709f65a8bd9acfd1917d0ac4aaa47f67030b
authorMichael W <gcr@sneakygcr.net>
Sun, 12 Aug 2012 18:32:03 +0000 (12 12:32 -0600)
committerMichael W <gcr@sneakygcr.net>
Sun, 12 Aug 2012 18:32:03 +0000 (12 12:32 -0600)
tree5bc68e8fffb4a5aea1e9e206d768a505e4b0f279
parent540293601e7dcac9eb193d529d7b2413765f3c72
[WIP] Draw images inline in the Racket REPL.

On the racket side, we use a custom print handler to print
images (convertible? values; see file/convertible) in a special format:
#<Image: filename>

On the geiser side, we add a comint post-output hook to search for
that filename and replace it with inline images.
elisp/geiser-repl.el
scheme/racket/geiser/user.rkt