Hi Lutz,
Could you make CTRL-D work also in contexts?
That is.. When Im inside a context and pressing CTRL-D I will first flip back
to MAIN .. instead of direclty doing an exit?
TEST> **pressing CTRL-D**
>**pressing CTRL-D**
$prompt
Norman
How bizarre!
When I press <CTRL>+D in a context, I exit straight away:
Quote
peter@Solarstriker:~$ newlisp
newLISP v.8.8.0 on linux, execute 'newlisp -h' for more info.
> (context 'BLA)
BLA
BLA>
BLA>
BLA> peter@Solarstriker:~$
peter@Solarstriker:~$
I press <CTRL>+D at the last line and return to the Linux console immediately...
Peter