Using Kawa in Emacs -


are there modes or resources kawa in emacs? i've checked, not able find any. mostly, i'd able run kawa repl inside of emacs, kind of completion/syntax checking great too.

i don't have prior experience kawa, have "universal" way deal repls: plugin isend + hacks

  1. follow instructions in section 2 , section 3 of article http://wenshanren.org/?p=351#sec-2 setup isend (it's bit tedious, please let me know if have problems)

  2. open shell in emacs, assume buffer name *shell*

    m-x shell

  3. open kawa repl in *shell*

    classpath=/usr/local/lib/kawa.jar && export classpath && java kawa.repl

  4. create new buffer test.kawa , turn on lisp-mode m-x lisp-mode (you can use mode want)

  5. associate *shell* test.kawa m-x isend-associate *shell*

  6. now type sexps in test.kawa, select them , press c-enter send them *shell* execution (the cursor won't move)

enter image description here


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -