Path: csiph.com!news.swapon.de!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'sys': 0.05; 'url:pipermail': 0.05; 'cc:addr:python-list': 0.09; 'subject:How': 0.09; '__future__': 0.09; 'creighton': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'subject:set': 0.09; 'thread': 0.10; '>on': 0.16; '>to': 0.16; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'gmail.': 0.16; 'happily': 0.16; 'message- id:@fido.openend.se': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'wrote:': 0.16; 'laura': 0.18; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'sep': 0.22; 'tkinter': 0.22; "user's": 0.22; 'cc:no real name:2**0': 0.22; 'this:': 0.23; 'import': 0.24; 'mon,': 0.24; 'chris': 0.26; 'subject: ?': 0.27; '14,': 0.27; 'this.': 0.28; 'regular': 0.29; 'behaviour': 0.29; 'clicked': 0.29; 'quoting': 0.29; 'received:se': 0.29; 'respects': 0.29; 'asked': 0.29; "i'm": 0.30; 'print': 0.30; 'related': 0.32; 'problem': 0.33; 'url:python': 0.33; 'except': 0.34; 'next': 0.35; 'should': 0.36; 'url:org': 0.36; 'lines': 0.36; "wasn't": 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'whom': 0.37; 'charset:us-ascii': 0.37; 'does': 0.39; 'subject:the': 0.39; 'url:mail': 0.40; 'forget': 0.60; 'header :Message-Id:1': 0.61; 'replying': 0.61; 'different': 0.63; 'here:': 0.63; 'hear': 0.64; '>>>>>': 0.66; 'box.': 0.66; 'pleasant': 0.66; 'user,': 0.67; 'reply': 0.68; '+1000,': 0.84; 'header:In-reply-to:1': 0.84; 'regular,': 0.84; 'subject:commands': 0.84; 'subject:history': 0.84; 'hand,': 0.97 To: Chris Angelico cc: "python-list@python.org" , lac@openend.se From: Laura Creighton Subject: Re: How to set the history commands visible ? In-reply-to: References: <201509132015.t8DKFqLG024138@fido.openend.se> <201509140801.t8E81MDc027041@fido.openend.se> Comments: In-reply-to Chris Angelico message dated "Mon, 14 Sep 2015 18:24:42 +1000." MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <24328.1442224552.1@fido> Date: Mon, 14 Sep 2015 11:55:52 +0200 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Mon, 14 Sep 2015 11:55:54 +0200 (CEST) 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: 45 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1442224561 news.xs4all.nl 23728 [2001:888:2000:d::a6]:43330 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:96565 In a message of Mon, 14 Sep 2015 18:24:42 +1000, Chris Angelico writes: >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 It definitely was with replying to me with the regular, not browser app. I will be overjoyed to hear that gmail respects text-only Thread stats here: https://mail.python.org/pipermail/python-list/2015-July/694572.html On the other hand, it may be related to one particular gmail user's emacs settings: https://mail.python.org/pipermail/python-list/2015-July/694657.html except that I got the same behaviour from a different user, I forget whom I asked to check this. Clearly wasn't you ... This may be a case of 'how pleasant to be wrong' ... Laura