Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'output': 0.05; 'subject:Python': 0.06; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'restart': 0.09; 'window.': 0.09; 'jan': 0.12; 'missed': 0.12; 'creates': 0.14; 'windows': 0.15; 'easier.': 0.16; 'keys.': 0.16; 'optional.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'prevent': 0.16; 'wrote:': 0.18; 'user.': 0.19; 'command': 0.22; 'reset': 0.22; 'shell': 0.22; 'header:User-Agent:1': 0.23; 'exists': 0.24; 'issue,': 0.24; 'typical': 0.24; 'tables': 0.26; 'header:X -Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; 'point': 0.28; 'patch': 0.29; '"remove': 0.31; 'this.': 0.32; 'run': 0.32; 'entirely': 0.33; 'johnson': 0.35; 'add': 0.35; 'there': 0.35; 'controls': 0.36; 'idle': 0.36; 'should': 0.36; 'clear': 0.37; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'previous': 0.38; 'anything': 0.39; 'expect': 0.39; 'received:71': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'remove': 0.60; 'eventually': 0.60; 'is.': 0.60; 'new': 0.61; 'simple': 0.61; 'refer': 0.63; 'more': 0.64; 'believe': 0.68; 'of:': 0.68; 'said:': 0.68; '*and*': 0.84; 'received:fios.verizon.net': 0.84; 'rick': 0.93; 'hot': 0.96 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Python 3 is killing Python Date: Sat, 19 Jul 2014 19:23:43 -0400 References: <87zjga4j4v.fsf@elektro.pacujo.net> <53c57bae$0$9505$c3e8da3$5496439d@news.astraweb.com> <87iomy4ciy.fsf@elektro.pacujo.net> <53c5f6dc$0$9505$c3e8da3$5496439d@news.astraweb.com> <87egxl4zq8.fsf@elektro.pacujo.net> <53c73ff0$0$29897$c3e8da3$5496439d@news.astraweb.com> <9ef930a0-5a41-4a20-a13a-003c9e8246fe@googlegroups.com> <9b5557e3-45ea-4d3b-81cd-90d69322c556@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-71-175-90-87.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 49 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1405812272 news.xs4all.nl 2912 [2001:888:2000:d::a6]:57427 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:74845 On 7/19/2014 6:50 PM, Rick Johnson wrote: > > [A missed point from my last reply...] > > Terry Reedy said: >> I believe there is a proposal to be able to clear the >> shell window. We just need to add "Clear and restart >> shell". > # In order to prevent confusion with the typical "edit- # > # undo" of "CONTROL+Z", we should refer to the action of # > # "remove the last output displayed" as an "output-undo". # That would make implementation easier. > I think IDLE needs all three functionality of: > > 1. Reset symbol tables *WHILST* retaining previous "shell > IO" (Already exists via "Shell->Restart Shell") > > 2. Reset symbol tables *AND* clear all "shell IO" (Maybe: > "Shell->Reset Shell") > > 3. Remove the displayed result of the *LAST* command > processed. (Maybe: "Shell->Remove Last Output") > > Hotkeys for all three are a must I consider them a nicety. We will eventually run out of simple hot keys. > and should be configurable by the user. I believe anything Idle controls is. >> There is also an idea to put help output in an >> output window. In the new issue, I said 'move the last output' from the shell to a window, so it would be entirely optional. > I believe more windows just creates more confusion for the > user. I expect to eventually look at G.Polo's patch for using tabbed notebooks, which will help with this. -- Terry Jan Reedy