Re: [IronPython] delete key on MAC OS X

2006-08-02 Thread HEMMI, Shigeru
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of HEMMI, Shigeru > Sent: Sunday, July 30, 2006 6:59 PM > To: Discussion of IronPython > Subject: Re: [IronPython] delete key on MAC OS X > > Thanks for the answer > > > Are you

Re: [IronPython] delete key on MAC OS X

2006-08-01 Thread Martin Maly
confirm this for sure, unfortunately. Martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of HEMMI, Shigeru Sent: Sunday, July 30, 2006 6:59 PM To: Discussion of IronPython Subject: Re: [IronPython] delete key on MAC OS X Thanks for the answer > Are

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
From: [EMAIL PROTECTED] On Behalf Of HEMMI, Shigeru Sent: Sunday, July 30, 2006 12:32 AM To: Discussion of IronPython Subject: Re: [IronPython] delete key on MAC OS X Sorry my confusion. I finally found a tricky result. Any conrole key input, "d

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

[IronPython] delete key on MAC OS X

2006-07-28 Thread HEMMI, Shigeru
Hello, delete key on MAC OS X acts like a PC's Backspace key, see http://www.webopedia.com/TERM/D/Delete_key.html. However, delete key not works properly in IronPython interactive session, this is a pain for me. $ mono ipy.exe IronPython 1.0.2401 on .NET 2.0.50727.42 Copyright (c) Microsoft Corp