Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4a.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.026 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; '(all': 0.07; 'subject:PEP': 0.07; 'contexts': 0.09; 'etc).': 0.09; 'screen.': 0.09; 'windows,': 0.09; 'cc:addr:python-list': 0.11; 'windows': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'personally,': 0.16; 'those,': 0.16; 'workspace': 0.16; 'workspaces.': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'thu,': 0.19; 'cc:addr:python.org': 0.22; 'visible': 0.24; 'cc:2**0': 0.24; '15,': 0.26; 'subject: : ': 0.26; 'primary': 0.26; 'header:In- Reply-To:1': 0.27; 'idea': 0.28; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'that.': 0.31; 'loading': 0.31; 'text': 0.33; 'screen': 0.34; 'maybe': 0.34; "can't": 0.35; 'editor': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'done': 0.36; 'step': 0.37; 'being': 0.38; 'represent': 0.38; 'pm,': 0.38; 'most': 0.60; 'browser': 0.61; 'choose': 0.64; 'different': 0.65; 'between': 0.67; 'six': 0.68; 'tasks.': 0.68; 'computers': 0.72; 'million': 0.74; 'madness': 0.84; 'boxes,': 0.91; 'to:none': 0.92; 'imagine': 0.93; 'serious': 0.97 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:cc :content-type; bh=aMI9LbOy0UGXDwyWkWaPT1BK0p0UtD+oyBjqFuN8omU=; b=k/Zvy9PA5uigYCzXG5qV0STNQW3eFPjSOyF3F8dCdoXPm9w5+PsLFVC/mlTf11kxET 6V3w/BZXAugnomDDcRF8aFjsMWaoIlCu43PU3O0lPJprBYqI4FO+zA6KXJIqc3y8h23c ywtfQesGPMkVuM70fGq86h05n0lftNtKFAUVoZXFqNkoQl8dCG1zkBKa+IXAfxX/0Kuh OEcopLtcjp89bXMClWWWXsUCa/DR1CPRPL6sFOLmLV/mZQ93EgCqmu1EruXLFLSNECAy og2bL3Lc82IBSeLPuIqXHpQZcS5iSI/pPgKIiHQdaWSGf6z+XLZ5qeTI92g6ZyE7kVGo T+gA== MIME-Version: 1.0 X-Received: by 10.58.154.10 with SMTP id vk10mr8702781veb.18.1400160704740; Thu, 15 May 2014 06:31:44 -0700 (PDT) In-Reply-To: <87a9ajb36d.fsf@elektro.pacujo.net> References: <5373f400$0$24922$e4fe514c@dreader36.news.xs4all.nl> <600f69c8-541f-4fae-a3db-4da33b776046@googlegroups.com> <87a9ajb36d.fsf@elektro.pacujo.net> Date: Thu, 15 May 2014 23:31:44 +1000 Subject: Re: PEP 8 : Maximum line Length : From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1400160712 news.xs4all.nl 2879 [2001:888:2000:d::a6]:44070 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71600 On Thu, May 15, 2014 at 11:07 PM, Marko Rauhamaa wrote: > I know the idea of "windows" is fast disappearing from modern > ("mobile") computing; you have "apps" instead that commandeer the whole > screen. Personally, I find that a big step backwards. I want to be able > to subdivide the screen for many windows that represent different > contexts and tasks. Duh! :) I'm currently working on Sikorsky (all my computers have names, of course), with six Xfce workspaces. On those, my text editor (SciTE) and MUD client (Gypsum) are set to "Always on visible workspace"; everything else is whereever I choose to put it (VMs on workspace 2, most of my primary activity on workspace 3, Alice: Madness Returns on workspace 6, etc). Each workspace is subdivided into approximately five million terminal windows, because that's what I do everything with :) One web browser window, or maybe two; occasional other stuff; but mainly, lots and lots of terminals. I can't imagine trying to get any serious work done without loading up multiple consoles, some of them SSH'd to other boxes, and being able to copy and paste between them. The Windows 8 / Unity / GNOME 3 model annoys me greatly. Can't get work done like that. ChrisA