Path: csiph.com!weretis.net!feeder4.news.weretis.net!ecngs!testfeeder.ecngs.de!81.171.118.62.MISMATCH!peer02.fr7!news.highwinds-media.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Tim Chase Newsgroups: comp.lang.python Subject: Re: Guido sees the light: PEP 8 updated Date: Sat, 16 Apr 2016 19:12:54 -0500 Lines: 21 Message-ID: References: <87h9f26ioa.fsf@elektro.pacujo.net> <1460809922.1918014.580580553.0AE05EE4@webmail.messagingengine.com> <878u0d7az5.fsf@elektro.pacujo.net> <20160416191254.38be21e8@bigbox.christie.dr> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de DrfqMPsKO6ANI6Y/3u5Iwws7gBqatfvC1f2bn7a7wq1g== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.029 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'subject:PEP': 0.07; 'stack': 0.13; '-tkc': 0.16; 'amiga': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'input': 0.18; 'windows': 0.20; 'visible': 0.22; '(or': 0.23; '(most': 0.24; 'header:In- Reply-To:1': 0.24; 'use?': 0.29; 'raise': 0.29; 'window': 0.30; 'done,': 0.33; 'lets': 0.33; 'skip:~ 10': 0.33; 'next': 0.35; 'could': 0.35; 'text': 0.35; 'sometimes': 0.35; 'but': 0.36; 'closing': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'charset:us-ascii': 0.37; 'stuff': 0.38; 'end': 0.39; 'application': 0.39; 'subject:the': 0.39; 'to:addr:python.org': 0.40; 'still': 0.40; 'back': 0.62; 'miss': 0.77; 'received:23': 0.84; 'dennis': 0.91 X-Sender-Id: wwwh|x-authuser|tim@thechases.com X-Sender-Id: wwwh|x-authuser|tim@thechases.com X-MC-Relay: Neutral X-MailChannels-SenderId: wwwh|x-authuser|tim@thechases.com X-MailChannels-Auth-Id: wwwh X-MC-Loop-Signature: 1460852187069:3882725755 X-MC-Ingress-Time: 1460852187069 In-Reply-To: X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) X-AuthUser: tim@thechases.com X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <20160416191254.38be21e8@bigbox.christie.dr> X-Mailman-Original-References: <87h9f26ioa.fsf@elektro.pacujo.net> <1460809922.1918014.580580553.0AE05EE4@webmail.messagingengine.com> <878u0d7az5.fsf@elektro.pacujo.net> X-Received-Bytes: 4535 X-Received-Body-CRC: 1297971367 Xref: csiph.com comp.lang.python:107141 On 2016-04-16 19:02, Dennis Lee Bieber wrote: > I still miss the Amiga -- in which one could /push/ a > window to the back of the stack while still retaining input focus! > Made it nice for transcribing stuff from a visible window to a text > input region while it was obscured. What OS (or if X-based, which window-manager) do you use? I have Mod4 Next :LowerLayer Mod4 Prior :RaiseLayer in my ~/.fluxbox/keys configuration which lets me use the logo key with pageup/pagedown to raise/lower the focus of the current window. I find that most of the time I want to raise one particular window above all other windows (most of the time I end up closing it when done, but sometimes I want to lower it back down to the main application layer). -tkc