Re: [Idle-dev] A little improvement on identation

2005-10-21 Thread Grégoire Dooms
João Paulo Silva wrote: >So, mainly for beginners (I believe for everyone), the IDLE >interactive mode could work like the "pure text" mode. The '...' is >very useful to maintain the identation, and the code becomes easier to >read and write. > > > There is a similar issue in the Python tutor

Re: [Idle-dev] A little improvement on identation

2005-10-21 Thread Noam Raphael
On 10/21/05, Grégoire Dooms <[EMAIL PROTECTED]> wrote: > The rationale is that using the > Idle style eases copy-paste of the code. I think that this is one reason, but probably the main reason is that in IDLE the complete block is editable, and those three dots would get in the middle. I think t

[Idle-dev] newbie question: getting emacs keybindings in IDLE

2005-10-21 Thread Ron MacNeil
I am using IDLE version 1.1.1 in python 2.4.1 and would like to add the simplest emacs keybindings like C-p for 'move up one line', C-f 'move forward a character'... C-n 'move down a line'... etc Can you please point me to some approach that will do this? I've tried to edit the existing IDL

Re: [Idle-dev] newbie question: getting emacs keybindings in IDLE

2005-10-21 Thread Ron MacNeil
forgot to mention that I'm working on WinXP.. thanks, cheers, ronmac Ron MacNeil wrote: > I am using IDLE version 1.1.1 in python 2.4.1 and would like to add the > simplest emacs keybindings like C-p for 'move up one line', C-f 'move > forward a character'... C-n 'move down a line'... etc >

Re: [Idle-dev] newbie question: getting emacs keybindings in IDLE

2005-10-21 Thread Kurt B. Kaiser
Ron MacNeil <[EMAIL PROTECTED]> writes: > I am using IDLE version 1.1.1 in python 2.4.1 and would like to add > the simplest emacs keybindings like C-p for 'move up one line', C-f > 'move forward a character'... C-n 'move down a line'... etc > > Can you please point me to some approach that wi

Re: [Idle-dev] newbie question: getting emacs keybindings in IDLE

2005-10-21 Thread Ron MacNeil
Kurt B. Kaiser wrote: Ron MacNeil <[EMAIL PROTECTED]> writes: I am using IDLE version 1.1.1 in python 2.4.1 and would like to add the simplest emacs keybindings like C-p for 'move up one line', C-f 'move forward a character'... C-n 'move down a line'... etc Can you please p