This is the mail archive of the kawa@sources.redhat.com 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] | |
(defun run-kawa ()
"Run Kawa Scheme in an Emacs buffer."
(interactive)
(require 'cmuscheme)
(let ((scheme-program-name "/usr/local/bin/kawa"))
(run-scheme scheme-program-name)))Hoehle, Joerg-Cyril wrote:
Jim, you wrote:
The problem occurs at the second "test". If there is just one then it compiles OK.
Even when I remove all but one (or even all) test cases, kawa-1.7 errors out little later, throwing another NullPointerException, e.g. in (define ssax:read-attributes ...)
I was only reporting on what I found trying the code snippet Stan posted, I did not try to compile or run SSAX itself. So in my case the next thing that happens is that "run-test" is undefined.
Looking at SSAX on SF shows distributions for a number of Schemes but not Kawa. Where can I get the version that you used successfully with Kawa-1.6.9x?
Jim
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |