This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Kawa in Emacs


Hi,

I try to run Kawa in Emacs but I am a bit confused by the prompt. When
I evaluate this function:

(define (compile file)
  (let ((javac (javax.tools.ToolProvider:getSystemJavaCompiler)))
    (let ((result (javac:run #!null
                             java.lang.System:out
                             java.lang.System:err
                             file)))
      (display result)
      (newline))))
(compile "hello.java")

I get in the Emacs *scheme* window the following output:

#|kawa:1|# #|(---:2|# #|(---:3|# #|(---:4|# #|(---:5|# #|kawa:6|# 0

What is that?

Regards
Sascha


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]