help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[h-e-w] use Emacs as Scheme IDE


From: 김태윤
Subject: [h-e-w] use Emacs as Scheme IDE
Date: Fri, 5 Nov 2010 22:04:32 +0900

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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]