Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.85.MISMATCH!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.028 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'arbitrarily,': 0.16; 'lan': 0.16; 'wrote:': 0.16; 'wrap': 0.18; 'besides': 0.24; 'specify': 0.24; 'lines': 0.30; 'received:libero.it': 0.30; 'usually': 0.32; "isn't": 0.33; 'to:addr:python-list': 0.33; 'it?': 0.33; 'header :User-Agent:1': 0.34; 'from:addr:libero.it': 0.34; 'smart': 0.34; 'pretty': 0.35; 'header:X-Complaints-To:1': 0.35; 'trouble': 0.35; 'minimal': 0.37; 'but': 0.37; 'something': 0.37; 'received:org': 0.38; 'subject:: ': 0.39; 'header:Mime-Version:1': 0.39; 'to:addr:python.org': 0.39; 'called': 0.40; "it's": 0.40; 'where': 0.40; 'dealing': 0.69; 'subject:line': 0.73; 'serious': 0.78; 'that)': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Vito 'ZeD' De Tullio Subject: Re: allow line break at operators Date: Thu, 11 Aug 2011 12:21:42 +0200 References: <1312951356.77394.YahooMailNeo@web121518.mail.ne1.yahoo.com> <4e424208$0$29965$c3e8da3$5496439d@news.astraweb.com> <1312981104.89312.YahooMailNeo@web121520.mail.ne1.yahoo.com> <1312982377.95657.YahooMailNeo@web121508.mail.ne1.yahoo.com> <4e43582e$0$29969$c3e8da3$5496439d@news.astraweb.com> <1313047464.90324.YahooMailNeo@web121515.mail.ne1.yahoo.com> <1313049235.13847.YahooMailNeo@web121510.mail.ne1.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Gmane-NNTP-Posting-Host: ppp-185-41.26-151.libero.it User-Agent: KNode/4.7.0 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1313058119 news.xs4all.nl 23947 [2001:888:2000:d::a6]:50260 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:11201 Yingjie Lan wrote: > :The trouble of dealing with long lines can be avoided by a smart > :editor. It's called line wrap. > > Yeah, usually they just wrap it pretty arbitrarily, > and you don't have any control, isn't it? umm... besides "notepad" pretty much any other serious "programmer editor" program try to do its best to deal with line wrap: the minimal I found is the wrapped line is "indented" at the same level of the flow, but I found editors where you can specify what to do (generally something like "indent the wrapped part 2 levels" or something like that) -- By ZeD