emacs process has no tty
hi, The issue is as follows:
I am trying to run STK(UCB Scheme Interpreter) under emacs:
I got the scheme buffer, but no "stk" prompt, I can write expressions,
but cannot see their values. I can see the errors:
The following is a copy of the scheme buffer:
---------------------------------------------------------------
first <---- This is a built in function
(+ 2 3)
a
***Error:
unbound variable: a
------------------------------------------------------------------
This is the schemeprocess inside emacs:
Proc Status Buffer Tty Command
______ _____ ________ _____ ________
scheme run *scheme* (none) stk-simply
The Tty field is set to "none". I am running Linux Suse 9.3. In my previous,
Fedora distro, I hadn't this problem.
Any suggestion will be greatly appreciated,
Thanks in advance
|