Bug#346552: [Axiom-developer] Re: Bug#346552: naive methods of exiting axiom can blow up catastrophically

2006-11-06 Thread Camm Maguire
Greetings, and thanks for looking into this! Waldek Hebisch [EMAIL PROTECTED] writes: I wrote: root wrote: Apparently the ptys are opened in raw mode and do not interpret the control characters but pass them down the pipe to AXIOMsys. However the (read) from axiom simply gets the

Bug#346552: [Axiom-developer] Re: Bug#346552: naive methods of exiting axiom can blow up catastrophically

2006-11-02 Thread Waldek Hebisch
I wrote: root wrote: Apparently the ptys are opened in raw mode and do not interpret the control characters but pass them down the pipe to AXIOMsys. However the (read) from axiom simply gets the cntrl-D and tries to parse it. I'm not really sure how this should be handled. Clearly you

Bug#346552: [Axiom-developer] Re: Bug#346552: naive methods of exiting axiom can blow up catastrophically

2006-10-27 Thread Camm Maguire
Greetings, and thanks! Can anyone see what this might suggest in the sman code? Take care, Waldek Hebisch [EMAIL PROTECTED] writes: root wrote: Camm, Architecturally there is a process called sman which starts up other processes including axiomsys, which is a saved GCL image. sman

Bug#346552: [Axiom-developer] Re: Bug#346552: naive methods of exiting axiom can blow up catastrophically

2006-10-27 Thread root
Greetings, and thanks! Can anyone see what this might suggest in the sman code? Take care, Waldek Hebisch [EMAIL PROTECTED] writes: root wrote: Camm, Architecturally there is a process called sman which starts up other processes including axiomsys, which is a saved GCL

Bug#346552: [Axiom-developer] Re: Bug#346552: naive methods of exiting axiom can blow up catastrophically

2006-10-27 Thread Waldek Hebisch
root wrote: Apparently the ptys are opened in raw mode and do not interpret the control characters but pass them down the pipe to AXIOMsys. However the (read) from axiom simply gets the cntrl-D and tries to parse it. I'm not really sure how this should be handled. Clearly you don't want

Bug#346552: [Axiom-developer] Re: Bug#346552: naive methods of exiting axiom can blow up catastrophically

2006-10-26 Thread root
Camm, Architecturally there is a process called sman which starts up other processes including axiomsys, which is a saved GCL image. sman handles the terminal. by default a special terminal handler called 'clef' (command line edit function) which is our own version of readline-like handling is

Bug#346552: [Axiom-developer] Re: Bug#346552: naive methods of exiting axiom can blow up catastrophically

2006-10-26 Thread Waldek Hebisch
root wrote: Camm, Architecturally there is a process called sman which starts up other processes including axiomsys, which is a saved GCL image. sman handles the terminal. by default a special terminal handler called 'clef' (command line edit function) which is our own version of