Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #22381

Re: tabs/spaces

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <d@davea.name>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.129
X-Spam-Level *
X-Spam-Evidence '*H*': 0.74; '*S*': 0.00; 'terry': 0.09; 'things,': 0.09; 'cc:addr:python-list': 0.15; 'eckhardt': 0.16; 'received:74.208.4.195': 0.16; 'through,': 0.16; 'wrote:': 0.21; 'header:In-Reply-To:1': 0.22; 'header:User-Agent:1': 0.23; 'subject:/': 0.25; 'cc:no real name:2**0': 0.26; 'fine': 0.27; 'cc:addr:python.org': 0.27; 'looked': 0.27; 'originally': 0.27; 'seems': 0.28; 'post': 0.28; "doesn't": 0.30; 'cc:2**0': 0.31; 'reply.': 0.31; 'messages,': 0.33; 'could': 0.34; 'text': 0.36; 'but': 0.36; 'does': 0.36; 'client': 0.38; 'received:192': 0.39; 'received:192.168.1': 0.40; 'received:192.168': 0.40; 'course,': 0.61; 'reply': 0.66; 'header:Reply-To:1': 0.66; 'news': 0.70; 'reply-to:no real name:2**0': 0.72; 'confirm': 0.74; 'davea': 0.84; 'gateways': 0.84; 'messed': 0.84; 'subject:tabs': 0.84
Date Fri, 30 Mar 2012 08:47:46 -0400
From Dave Angel <d@davea.name>
User-Agent Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.27) Gecko/20120216 Thunderbird/3.1.19
MIME-Version 1.0
To Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com>
Subject Re: tabs/spaces
References <pncb49-ur7.ln1@satorlaser.homedns.org> <mailman.1088.1332959227.3037.python-list@python.org> <0ved49-hie.ln1@satorlaser.homedns.org> <mailman.1120.1333034733.3037.python-list@python.org> <hj2g49-nsk.ln1@satorlaser.homedns.org>
In-Reply-To <hj2g49-nsk.ln1@satorlaser.homedns.org>
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-Provags-ID V02:K0:H2+QYMBHEdhk+d89KvRxpE/XcmFXWgG6JOalkMvO+hx 1FmGVtnNiRusX1QZxBRXKjlEGOZNZc/rk0Zyq1rHKOYIfDn31Z HBMQhMj3G/DlvTQNjH933tJh2R5g83IYkdc2DKhg7NI45W7BWd Kj+lTAyMeRaZW9iTVqgvSWP4GS0Tmqa0jZOjTYsnduT3+gCDIX GSLtlcE+My4P8bnV/7smm+c4cyydLlV7u/0TvSbxNdJ0bOtII3 keQy9s4bro0KWM1X5ee2wl20PtL+ACZ4PUivFdmsY4VqK1XxV5 SmTT14MDc4ZZIpuxv8zjm48dAHGrv0ErXYCTTE8z73JDupV5A= =
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
Reply-To d@davea.name
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1146.1333111702.3037.python-list@python.org> (permalink)
Lines 22
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1333111702 news.xs4all.nl 6982 [2001:888:2000:d::a6]:47679
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:22381

Show key headers only | View raw


On 03/30/2012 03:05 AM, Ulrich Eckhardt wrote:
> Am 29.03.2012 17:25, schrieb Terry Reedy:
>> I am using Thunderbird, win64, as news client for gmane. The post looked
>> fine as originally received. The indents only disappeared when I hit
>> reply and the >s were added.
>
> I can confirm this misbehaviour of Thunderbird (version 11.0 here), it 
> strips the leading spaces when you begin a reply.
>
> Uli

But since it doesn't do it on all messages, have you also confirmed that 
it does it for a text message?  My experience seems to be that only the 
html messages are messed up that way.

of course, it could be lots of other things, like which gateways did the 
message go through, was it originally sent via the google-mars bridge, etc.

-- 

DaveA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

unittest: assertRaises() with an instance instead of a type Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2012-03-28 14:28 +0200
  Re: unittest: assertRaises() with an instance instead of a type Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-03-28 18:07 +0000
    Re: unittest: assertRaises() with an instance instead of a type Ben Finney <ben+python@benfinney.id.au> - 2012-03-29 12:55 +1100
      Re: unittest: assertRaises() with an instance instead of a type Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-03-29 06:35 +0000
      Re: unittest: assertRaises() with an instance instead of a type Peter Otten <__peter__@web.de> - 2012-03-29 08:55 +0200
      Re: unittest: assertRaises() with an instance instead of a type Steve Howell <showell30@yahoo.com> - 2012-03-28 22:50 -0700
    Re: unittest: assertRaises() with an instance instead of a type Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2012-03-29 09:08 +0200
      Re: unittest: assertRaises() with an instance instead of a type Peter Otten <__peter__@web.de> - 2012-03-29 09:48 +0200
      Re: unittest: assertRaises() with an instance instead of a type Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-03-30 02:45 +0000
        Re: unittest: assertRaises() with an instance instead of a type Ethan Furman <ethan@stoneleaf.us> - 2012-03-30 10:45 -0700
    Re: unittest: assertRaises() with an instance instead of a type Ethan Furman <ethan@stoneleaf.us> - 2012-03-29 08:35 -0700
      Re: unittest: assertRaises() with an instance instead of a type Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-03-30 02:53 +0000
  Re: unittest: assertRaises() with an instance instead of a type Terry Reedy <tjreedy@udel.edu> - 2012-03-28 14:26 -0400
    Re: unittest: assertRaises() with an instance instead of a type Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2012-03-29 09:28 +0200
      Re: unittest: assertRaises() with an instance instead of a type Terry Reedy <tjreedy@udel.edu> - 2012-03-29 11:04 -0400
    tabs/spaces (was: Re: unittest: assertRaises() with an instance instead of a type) Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2012-03-29 09:18 +0200
      Re: tabs/spaces (was: Re: unittest: assertRaises() with an instance instead of a type) Roy Smith <roy@panix.com> - 2012-03-29 08:49 -0400
      Re: tabs/spaces Dave Angel <d@davea.name> - 2012-03-29 11:16 -0400
      Re: tabs/spaces Terry Reedy <tjreedy@udel.edu> - 2012-03-29 11:25 -0400
        Re: tabs/spaces Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2012-03-30 09:05 +0200
          Re: tabs/spaces Dave Angel <d@davea.name> - 2012-03-30 08:47 -0400
            Re: tabs/spaces Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2012-04-02 09:12 +0200
              Re: tabs/spaces Terry Reedy <tjreedy@udel.edu> - 2012-04-02 03:42 -0400

csiph-web