running scheme from emacs

后端 未结 4 1930
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-16 16:47

I\'m a newbie to LISP.

I am attempting to invoke the scheme interpreter from within emacs (version 23 running on windows). I loaded the xscheme library by telling em

4条回答
  •  不思量自难忘°
    2020-12-16 17:35

    My guess is that it's just a known issue I still dunno how to sort that out (it's out of my current skills) but I got a macro that probably helps: just after writing the s-exp you can do Cc-Cz (it calls the geiser REPL) then C-spc, C-M-b, M-w, C-x-o, C-y and RET.

    There are a variation (same, placed just after writing the s-exp): C-spc, C-M-b, M-w, C-c Cz, C-y and RET

提交回复
热议问题