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.
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 withCx-Ce
to eval the s-exp (as I got sucessfully done at the scratch buffer) I got as output at modeline the title:I could do
C-w
the line andC-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 tonil
. What should I change, probably (where? or maybe (what?) add something else) so resolving the point. I'd appreciate any clue on this.