Path: csiph.com!news.mixmin.net!feeder1.xsusenet.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'sys': 0.05; 'cc:addr :python-list': 0.09; 'subject:How': 0.09; '__future__': 0.09; 'creighton': 0.09; 'subject:set': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'gmail.': 0.16; 'happily': 0.16; 'wrote:': 0.16; 'laura': 0.18; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'sep': 0.22; 'tkinter': 0.22; 'this:': 0.23; 'import': 0.24; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; 'subject: ?': 0.27; 'message-id:@mail.gmail.com': 0.27; '14,': 0.27; 'regular': 0.29; 'clicked': 0.29; 'quoting': 0.29; "i'm": 0.30; 'print': 0.30; 'problem': 0.33; 'received:google.com': 0.35; 'next': 0.35; 'should': 0.36; 'lines': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'does': 0.39; 'subject:the': 0.39; 'box.': 0.66; 'user,': 0.67; 'reply': 0.68; 'chrisa': 0.84; 'subject:commands': 0.84; 'subject:history': 0.84; 'to:none': 0.91 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=T+v43bsIOBAgmxXEw15gMouE7vxG+arRh9qScQZK57o=; b=E64Qct46Mjrc4jF61YWq1lnToYgp0Xq7dA7C8HFES0BCNQG0nnhOdwPzDQwJfM+8pd JZwm6HvEvmT7SARII5ehVQiAJ9c5HBezhQJ7txQtTqKAnzfWCsIxsAvrQIUnKgEQDhku 9Lx8Uul7Q3VekymTP+Q777uYqixWFYqApG5wGNmGzGyTrTJLSVVDGjd66ZZKsYkt76ei YrPGsYS+9tkSKUhW+FvgHxXtFUqlJ5WpmidIiXqWcG8ksqVITDv5ybOlpWbntlTyIgUf AN9bPrAI668wzmI5D4r1XytC4pbZMi7UM2Pd2CbJz4NzUbsBIw4YHcdoqiIrcDh+FTEw r8xw== MIME-Version: 1.0 X-Received: by 10.50.178.145 with SMTP id cy17mr16265885igc.92.1442219083090; Mon, 14 Sep 2015 01:24:43 -0700 (PDT) In-Reply-To: <201509140801.t8E81MDc027041@fido.openend.se> References: <201509132015.t8DKFqLG024138@fido.openend.se> <201509140801.t8E81MDc027041@fido.openend.se> Date: Mon, 14 Sep 2015 18:24:42 +1000 Subject: Re: How to set the history commands visible ? 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.20+ 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: 25 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1442219091 news.xs4all.nl 23729 [2001:888:2000:d::a6]:42751 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:96558 On Mon, Sep 14, 2015 at 6:01 PM, Laura Creighton wrote: > Since you are a gmail user, you should be able to see this: > >>>> import sys >>>> import os >>>> import tkinter >>>> from __future__ import print_function >>>> for i in range(3): > ... print (i) > ... > 0 > 1 > 2 > > Now try to reply to me, quoting this in gmail. Gmail will happily reflow > the lines above. > I, too, am using Gmail, and I simply selected those lines and clicked into the Reply box. No wrapping in evidence. Is it a problem specific to the mobile app? I'm using the regular in-browser form. Or does the wrapping occur at the next stage? ChrisA