Skip to content

Change behaviour of REPL output and highlighting

nymacro requested to merge nymacro/geiser:repl-output into master
  • Mark REPL output read-only and with a user-definable face.
  • Use text-mode syntax-table for the buffer, but retain scheme-mode for the REPL input. This prevents output using Scheme delimiters from affecting highlighting on the REPL.
  • Remove TABs

This work has been extracted from !246 (closed)

Merge request reports