overtone / emacs-live

M-x start-hacking
http://overtone.github.com/emacs-live/
Other
1.51k stars 241 forks source link

No Lisp subprocess; see var 'inferior-lisp-buffer' #182

Open Txellenne opened 9 years ago

Txellenne commented 9 years ago

Hey, very interesting approach to work with emacs (you're a great sorcerer, really. Congratulations (I've had a look at your paper and am still touched! ~~) but I'm still an apprentice in emacs (who isn't is it?) so I got some lost at this question: I am editing a *.lisp file and whenever I try with Cx-Ce to eval the s-exp (as I got sucessfully done at the scratch buffer) I got as output at modeline the title:

No Lisp subprocess; see var 'inferior-lisp-buffer

I could do C-w the line and C-y it in the scratch buffer, it's true, but d'you kow?. I had a look at the variable and got it's set to nil. What should I change, probably (where? or maybe (what?) add something else) so resolving the point. I'd appreciate any clue on this.