Re: [IronPython] delete key on MAC OS X

2006-07-30 Thread HEMMI, Shigeru
Thanks for the answer > Are you using the -X:TabCompletion command line switch? If so, then only some > of the control keys are handled and the MAC OS X delete is probably not one of > them. No, I'm not using the -X:TabCompletion command line switch. > If you are not using the -X:TabCompletion c

Re: [IronPython] delete key on MAC OS X

2006-07-30 Thread Martin Maly
Are you using the -X:TabCompletion command line switch? If so, then only some of the control keys are handled and the MAC OS X delete is probably not one of them. If you are not using the -X:TabCompletion command line switch, the problem may lie in the System.Console implementation. Martin ___

Re: [IronPython] delete key on MAC OS X

2006-07-30 Thread HEMMI, Shigeru
Sorry my confusion. I finally found a tricky result. Any conrole key input, "delete", "contol+w" and others not work properly in the intial IP interactive session. Then stop ipy job using ^Z key and go back to IP interactive sessin by fg command, every controle key involving ^D works as I wish.

Re: [IronPython] delete key on MAC OS X

2006-07-30 Thread HEMMI, Shigeru
Hello, I have noticed that control+w works to delete a word on MAC OS X interactive session. This can be a workaround which I wish to know. Thanks your attention. 2006/7/29, I wrote: > Hello, > > delete key on MAC OS X acts like a PC's Backspace key, > see http://www.webopedia.com/TERM/D/Delete