hello~ I am a Emacs beginner I want to use Emacs as Scheme IDE (Interpreter and compiler) on windows XP I add a following line to ".emacs" file (require 'quack)
and open the Emacs M-x run-scheme (I tried racket, gracket, mzscheme) and tried to evaluate the following code (require scheme/gui) or (require racket/gui) (define f (new frame% (label "test"))) (send f show #t) it doesn't working at all is there anyway I can gui scheme programming on Emacs?(and image related programming)