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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'insert': 0.05; '(especially': 0.07; 'subject:PEP': 0.07; 'formatting': 0.09; 'inserted': 0.09; 'surrounded': 0.09; 'typed': 0.09; 'cc:addr :python-list': 0.11; 'backspace': 0.16; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'send.': 0.16; 'tags.': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'all,': 0.19; "hasn't": 0.19; 'thu,': 0.19; 'select': 0.22; 'cc:addr:python.org': 0.22; 'load': 0.23; 'skip': 0.24; 'text,': 0.24; 'text.': 0.24; "haven't": 0.24; 'cc:2**0': 0.24; '15,': 0.26; 'subject: : ': 0.26; 'switch': 0.26; 'gets': 0.27; 'header :In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'everywhere': 0.31; 'font': 0.31; 'text': 0.33; 'plain': 0.33; 'editor': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'gmail': 0.38; 'rich': 0.38; 'delete': 0.39; 'back': 0.62; 'skip:n 10': 0.64; 'different': 0.65; 'messed': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=rgYd9J8aqfC0Vg6HIF/dSDp+/u6L/AOa00ZZ5TleqQI=; b=SXf7x/FP5XuQSOmCrBfmVG+SQmO+4Eu0WRhEq/SvKL9v+vauVoDbfqWW/kVCRfpPWN oWE0XKCVnBALMpI3yTrs0ik6mQd+a1QJQXIRIGQ7C/g9IBFoPaelKUHuxdDiK8mmbi9X +CNEnMRacRFxS+zVfxuPT4jiQOOCK/DywDrMK5XyPQ1Wkkc8lsLENNsANpR3xOle0zNs jrI+aXanfBs+8zvIk7AtaYun5NkKG0cLCA8u39KrbUYOFWWTy19OsikpzjgbI3ThMYJe tkwJDMV3LyYs/HiGU419qnJGY6ul9z6GBi4oXBJdTAtHZCx/gxzph8CtunRFtgUdV25s gJnA== MIME-Version: 1.0 X-Received: by 10.43.58.19 with SMTP id wi19mr10371318icb.53.1400164703690; Thu, 15 May 2014 07:38:23 -0700 (PDT) Sender: skip.montanaro@gmail.com In-Reply-To: <87y4y39ktc.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> <78ac407a-c429-4a7a-93c9-5d83e0f09cbb@googlegroups.com> <87y4y39ktc.fsf@elektro.pacujo.net> Date: Thu, 15 May 2014 09:38:23 -0500 X-Google-Sender-Auth: PLp2D78M1KSxpML3YDqRvojv51U Subject: Re: PEP 8 : Maximum line Length : From: Skip Montanaro To: Marko Rauhamaa Content-Type: text/plain; charset=UTF-8 Cc: Python 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: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1400164707 news.xs4all.nl 2913 [2001:888:2000:d::a6]:60617 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71615 On Thu, May 15, 2014 at 9:29 AM, Marko Rauhamaa wrote: > Who of you hasn't sworn at a Web editor that gets the formatting all > messed up when you have typed a backspace in the "wrong place?" My current pet peeve is the Gmail composition pane. What a load of crap (especially in rich text mode). You set the font to Sans Serif, start typing. Everything is in Courier. Select All, switch everything to Sans Serif, and it redraw the text, still in Courier, but in a different version of Courier. Switch back to plain text mode. It has not-too-helpfully inserted line breaks everywhere the rich text editor surrounded text with
tags. Go back and delete all of them. Edit your text. Proofread your text. Switch back to rich text so you can insert the image you wanted to display. Hit Send. Haven't we had WYSIWYG editors for about 40 years? Skip