> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:python-
> [EMAIL PROTECTED] On Behalf Of
> [EMAIL PROTECTED]
> Sent: Wednesday, October 01, 2008 12:54 PM
> To: python-list@python.org
> Subject: decent interactive python shell on MS Windows?
 

 
> Is there an interactive Python shell on Windows that supports:
> 
> - easy copy-pasting to/from an editor? (as opposed to the cumbersome
> "mark", "copy" and then "paste" sequence that any terminal on Windows
> seems forced to adopt)

Just turn QuickEdit on.  Create shortcut to CMD.exe (or python.exe.)
Right click the short cut, Properties -> Options.  Check QuickEdit and
InsertMode.  When you save, choose Apply to all...  You can paste by
right clicking.  To copy just highlight and hit return.

 
> - readline-like command history (up/down for previous/next command,
> Ctr-R for searching, etc) ?

CMD has doskey for command history.  To search the history, type a few
leading characters of the command you want to recall and press F8.  Type
"help doskey" for more info.




*****

The information transmitted is intended only for the person or entity to which 
it is addressed and may contain confidential, proprietary, and/or privileged 
material. Any review, retransmission, dissemination or other use of, or taking 
of any action in reliance upon this information by persons or entities other 
than the intended recipient is prohibited. If you received this in error, 
please contact the sender and delete the material from all computers. GA623


--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to