I'll try to phrase the question simpler:
When you C-x C-e, where do you see the answer? Is it possible to redirect it to the minibuffer instead?
On Fri, Aug 14, 2009 at 3:27 PM, FFTfft1976@gmail.com wrote:
Hi
I tried to use Emacs as suggested in the manual, and I also tried the Quack mode. Either I'm not using them right, or they just don't provide the functionality I need. I'm not looking for something as advanced as SLIME necessarily (which AFAIK only works with Scheme48), but at least something like what you get with ELISP:
When you are editing a file, and eval an expression to the REPL, you get an answer in the minibuffer (which should temporarily expand if necessary) Also, if there is an error, you get a kind of pop-up window that's easy to dismiss and get to the top level of the REPL. I don't get these with Quack or Gambit mode.
How do you make this work with Emacs? Commercial IDEs ruined this for me.