Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #57121

Re: What's wrong with Windows Command Prompt (was Re: Error Testing)

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.005
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'subject:Windows': 0.02; 'mouse': 0.07; 'subject:Error': 0.07; 'think,': 0.07; 'cursor': 0.09; 'key.': 0.09; 'statements': 0.09; '7:35': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'reedy': 0.16; 'applies': 0.16; 'followed': 0.16; 'wrote:': 0.18; 'input': 0.22; 'select': 0.22; 'closely': 0.24; 'primary': 0.26; 'header:In-Reply-To:1': 0.27; 'function': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'keys': 0.31; 'multiline': 0.31; 'linux': 0.33; 'subject: (': 0.35; 'subject:with': 0.35; 'display': 0.35; 'received:google.com': 0.35; 'idle': 0.36; 'opposed': 0.36; 'two': 0.37; 'to:addr:python-list': 0.38; 'issue': 0.38; 'previous': 0.38; 'to:addr:python.org': 0.39; 'around.': 0.60; 'commands': 0.60; 'skip:* 10': 0.61; 'different': 0.65; '20,': 0.68; 'subject:Testing': 0.84; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=3NOLdV5YyWJpl6+Oktkt5QdkMeAohGsdEa3tQCBQNGA=; b=cgdUOdvdvx3VfT8LWnJEK5B8aUCEDRbwzPufMWFSs0x2sr9yd1qTD6KV7mYsEYVvHz oELyJGbVREsPnzN9N33CxBubSVJyxdT1BUGTGVlDmN3mU6ziJbHkTF+oVyALmj5g8W25 KxrBFun427KkB2r0yakoKmAjGx0zzr4vZdsuvxLUMe57HeeNoA+6hRlmWSgzYxMVBtwE Yd1nbv/oTHjTYdByaUY22LziyulyP+1eIpSujN8MaXpr9h76amMeXEgc2cyZVQGiS3LI cjU/KJ/WITugSDod3EYkOcpCoAKZblYfHg2iHjRHENJOc1v97f+O/BRJROEvELkUJKis Bgfg==
MIME-Version 1.0
X-Received by 10.68.134.98 with SMTP id pj2mr9884957pbb.110.1382220907478; Sat, 19 Oct 2013 15:15:07 -0700 (PDT)
In-Reply-To <l3uqer$pi4$1@ger.gmane.org>
References <33549834-2f27-47f3-abea-eb3486909dec@googlegroups.com> <CAPTjJmpOHZchuoCeknTaywb+bz2NjYJNNVKF93Eg4+h42tjcMw@mail.gmail.com> <CAF3XjbxnFV31Sq31B=Hyrh8EseQWn3wXZu7n5BPbuaPaWcaTmA@mail.gmail.com> <20131019133119.4109918c@bigbox.christie.dr> <l3uqer$pi4$1@ger.gmane.org>
Date Sun, 20 Oct 2013 09:15:07 +1100
Subject Re: What's wrong with Windows Command Prompt (was Re: Error Testing)
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1268.1382220915.18130.python-list@python.org> (permalink)
Lines 13
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1382220915 news.xs4all.nl 15884 [2001:888:2000:d::a6]:45622
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:57121

Show key headers only | View raw


On Sun, Oct 20, 2013 at 7:35 AM, Terry Reedy <tjreedy@udel.edu> wrote:
> Idle can recall previous input two different ways, by cursor or key. One can
> use the mouse to select where to edit. CP requires use of arrow keys to move
> the cursor around. Idle recall input *statements*. CP recalls input *lines*.
> Previous multiline statements have to be recalled a line at a time. CP was
> not designed for true multiline commands (as opposed to long commands that
> wrap and display as multiple lines).

This issue applies also to Linux builds with readline. It's Idle's
primary boast, I think, closely followed by hover help for function
signatures.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Error Testing Scott Novinger <scnovinger@gmail.com> - 2013-10-19 05:23 -0700
  Re: Error Testing Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-10-19 13:37 +0100
    Re: Error Testing Scott Novinger <scnovinger@gmail.com> - 2013-10-19 06:34 -0700
      Re: Error Testing Chris Angelico <rosuav@gmail.com> - 2013-10-20 00:42 +1100
      Re: Error Testing rusi <rustompmody@gmail.com> - 2013-10-19 09:22 -0700
        Re: Error Testing Chris Angelico <rosuav@gmail.com> - 2013-10-20 09:28 +1100
        Re: Error Testing Ned Deily <nad@acm.org> - 2013-10-19 15:46 -0700
        Re: Error Testing Chris Angelico <rosuav@gmail.com> - 2013-10-20 10:02 +1100
        Re: Error Testing Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-10-20 12:18 -0400
  Re: Error Testing Ned Batchelder <ned@nedbatchelder.com> - 2013-10-19 08:44 -0400
    Re: Error Testing Roy Smith <roy@panix.com> - 2013-10-19 08:57 -0400
      Re: Error Testing Chris Angelico <rosuav@gmail.com> - 2013-10-20 00:04 +1100
      Re: Error Testing Ned Batchelder <ned@nedbatchelder.com> - 2013-10-19 09:07 -0400
        Re: Error Testing Roy Smith <roy@panix.com> - 2013-10-19 09:09 -0400
      Re: Error Testing Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-10-19 14:19 +0100
  Re: Error Testing Chris Angelico <rosuav@gmail.com> - 2013-10-20 00:01 +1100
  Re: Error Testing David Robinow <drobinow@gmail.com> - 2013-10-19 14:08 -0400
  Re: Error Testing Tim Chase <tim@thechases.com> - 2013-10-19 13:31 -0500
  Re: Error Testing Terry Reedy <tjreedy@udel.edu> - 2013-10-19 15:50 -0400
  What's wrong with Windows Command Prompt (was Re: Error Testing) Terry Reedy <tjreedy@udel.edu> - 2013-10-19 16:35 -0400
  Re: What's wrong with Windows Command Prompt (was Re: Error Testing) Chris Angelico <rosuav@gmail.com> - 2013-10-20 09:15 +1100
  Re: Error Testing Chris Angelico <rosuav@gmail.com> - 2013-10-20 09:20 +1100
  Re: What's wrong with Windows Command Prompt (was Re: Error Testing) David Robinow <drobinow@gmail.com> - 2013-10-21 15:55 -0400
  Re: What's wrong with Windows Command Prompt (was Re: Error Testing) Tim Chase <python.list@tim.thechases.com> - 2013-10-21 15:29 -0500

csiph-web