No matter what I do:
- start MIT Scheme with the --edit option
- invoke (edit) / (edwin) / (create-editor) in the REPL
Edwin doesn't start.
`mit-scheme --edit' produces the exact same outcome as plane
`mit-scheme' (i.e. starts a REPL)
Invoking any of the procedures gives this error:
1 ]=> (create-editor) ; substitute (edit) or (edwin) here
;The primitive xterm-open-window signalled an anonymous error.
;To continue, call RESTART with an option number:
; (RESTART 1) => Return to read-eval-print level 1.
2 error>
What gives?
Tested in xterm, urxvt and tmux inside urxvt.
I use Xmonad as the window manager (and haven't had any problems popping
up windows with other apps, in case that's what starting Edwin is
supposed to do; I never used MIT Scheme before).