Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96565
| From | Laura Creighton <lac@openend.se> |
|---|---|
| Subject | Re: How to set the history commands visible ? |
| References | <CAGFvGiMenX=AEsmEFw4+X-W2E5rgWGrK8Fgi-xgFT4SNFjZK4Q@mail.gmail.com> <201509132015.t8DKFqLG024138@fido.openend.se> <CAGFvGiPGkD0-5JbjPrxhyZ_ff_tmppDPxSpzGGeJgpQMKgEsGg@mail.gmail.com> <201509140801.t8E81MDc027041@fido.openend.se> <CAPTjJmpgAMnxx_uHf86atLtg6fDr8d62Pu_sr8aUCD-6dDB_iA@mail.gmail.com> |
| Date | 2015-09-14 11:55 +0200 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.529.1442224561.8327.python-list@python.org> (permalink) |
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 <lac@openend.se> 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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: How to set the history commands visible ? Laura Creighton <lac@openend.se> - 2015-09-14 11:55 +0200
csiph-web