Path: csiph.com!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Ben Bacarisse Newsgroups: comp.lang.python Subject: Re: Guido sees the light: PEP 8 updated Date: Sun, 17 Apr 2016 01:29:49 +0100 Organization: A noiseless patient Spider Lines: 25 Message-ID: <87oa99oz5u.fsf@bsb.me.uk> References: <87h9f26ioa.fsf@elektro.pacujo.net> <1460809922.1918014.580580553.0AE05EE4@webmail.messagingengine.com> <878u0d7az5.fsf@elektro.pacujo.net> <87zistp25v.fsf@bsb.me.uk> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="017616aa25f81ec581c44d76d61ba2f3"; logging-data="26150"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX195xTHHW9PVYLbzhgxudsJDHWriqcHWHs8=" Cancel-Lock: sha1:8dS9O+/GfNSqvmVItKZrntJXk7g= sha1:6a1MW7QvS/LUE8cOAdsuZO/pTLU= X-BSB-Auth: 1.b4417a0a3ab2e577cbcd.20160417012949BST.87oa99oz5u.fsf@bsb.me.uk Xref: csiph.com comp.lang.python:107144 Chris Angelico writes: > On Sun, Apr 17, 2016 at 9:25 AM, Ben Bacarisse wrote: >> Dennis Lee Bieber writes: >> >>> 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. >> >> That was commonly available on Unix window managers and is still around. >> I use it on even an up-to-date Linux/Gnome3 system (you set focus >> follows mouse rather than focus on click). > > Focus follows mouse is annoying for other reasons though. Sure. But if you want it only sometimes you can bind a key to turn it on or off so you can have it only momentarily. The other way is to bind a key (if not already bound) to the "lower winder" action. That won't (or shouldn't) alter the focus and will push the window under the one you want to see. -- Ben.