Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #63900
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.swapon.de!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.007 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; "people's": 0.09; 'spaces': 0.09; 'cc:addr:python-list': 0.11; 'jan': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'normally,': 0.16; 'ought': 0.16; 'recipe': 0.16; 'tabs': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'wed,': 0.18; '(in': 0.22; 'cc:addr:python.org': 0.22; 'fixed.': 0.24; 'cc:2**0': 0.24; '15,': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'character': 0.29; 'characters': 0.30; 'sets': 0.30; 'message- id:@mail.gmail.com': 0.30; 'posting': 0.31; 'fault': 0.31; 'everyone': 0.33; 'trouble': 0.34; "can't": 0.35; 'but': 0.35; 'received:google.com': 0.35; 'to,': 0.72; 'trouble.': 0.91; 'to:none': 0.92 |
| 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=HNTHYqPm7zVpa0a0SLR5Wppyz24tXgjBGWuiVG5aGs4=; b=JBQEy7dCZ/d1vCcIDBcGSUlkl7sfjzNQzDbx6zo+YWLTZynzXf0COlLmKhwZoy9bYX jz7W077UbI3WKUBWnzLjQoi/0iltKn6gR4/23xtzLjPIuw80DoXM3agjeLHpMuCRfQMs qvkImA32iBMHQTAtYW9S84NIY2pUgXumrOIb40ko39qfDDoDbmSE78+JQx8gzxRSUt3v 0Z5EAhm2o+ii5TPcWBa9e5Tn1fVFO4hYuKh6/HDDTkeprvC+WzAX/RYA+Y98E9UWYg5t /wsuH+hs19Q4Vy6Qbv7PEP4qIUI4T+d57Grb4xipOyHypGWqYBgGPGbY+b52BBF+oVKF izBA== |
| MIME-Version | 1.0 |
| X-Received | by 10.68.183.164 with SMTP id en4mr1626754pbc.169.1389706594708; Tue, 14 Jan 2014 05:36:34 -0800 (PST) |
| In-Reply-To | <a9cd5c2c-a919-4614-905e-164d0385c959@googlegroups.com> |
| References | <4c51b5e8-e7b4-4a09-95d4-daefbfe27b28@googlegroups.com> <de11189d-f662-4019-858f-94813520b829@googlegroups.com> <a9cd5c2c-a919-4614-905e-164d0385c959@googlegroups.com> |
| Date | Wed, 15 Jan 2014 00:36:34 +1100 |
| Subject | Re: plotting slows down |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5455.1389706604.18130.python-list@python.org> (permalink) |
| Lines | 12 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1389706604 news.xs4all.nl 2881 [2001:888:2000:d::a6]:47507 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:63900 |
Show key headers only | View raw
On Wed, Jan 15, 2014 at 12:15 AM, Rustom Mody <rustompmody@gmail.com> wrote: > However it can also mean that gedit sets tabstops at 4 character intervals > Which will mean you will see 4 characters (in gedit) and everyone else will see a > tab. This is a recipe for trouble. Not a recipe for trouble normally, it's just that some people's clients can't see them. So keep using tabs if you want to, but be prepared to search-and-replace them to spaces prior to posting code. Though I think the fault is with the client(s) that can't see tabs, and they're the ones that ought to be fixed. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
plotting slows down norman.elliott@gmail.com - 2014-01-13 00:15 -0800
Re:plotting slows down Dave Angel <davea@davea.name> - 2014-01-13 08:26 -0500
Re:plotting slows down Steven D'Aprano <steve@pearwood.info> - 2014-01-13 20:33 +0000
Re:plotting slows down Dave Angel <davea@davea.name> - 2014-01-14 04:39 -0500
Re: plotting slows down Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-01-14 08:48 -0500
Re: plotting slows down Norman Elliott <norman.elliott@gmail.com> - 2014-01-13 05:32 -0800
Re: plotting slows down Norman Elliott <norman.elliott@gmail.com> - 2014-01-13 05:45 -0800
Re: plotting slows down Dave Angel <davea@davea.name> - 2014-01-14 04:32 -0500
Re: plotting slows down Ian Kelly <ian.g.kelly@gmail.com> - 2014-01-13 10:39 -0700
Re: plotting slows down Chris Angelico <rosuav@gmail.com> - 2014-01-14 04:45 +1100
Re: plotting slows down Dave Angel <davea@davea.name> - 2014-01-13 13:05 -0500
Re: plotting slows down Norman Elliott <norman.elliott@gmail.com> - 2014-01-13 10:33 -0800
Re: plotting slows down Ian Kelly <ian.g.kelly@gmail.com> - 2014-01-13 11:05 -0700
Re: plotting slows down Terry Reedy <tjreedy@udel.edu> - 2014-01-13 16:42 -0500
Re: plotting slows down Norman Elliott <norman.elliott@gmail.com> - 2014-01-14 05:04 -0800
Re: plotting slows down Rustom Mody <rustompmody@gmail.com> - 2014-01-14 05:15 -0800
Re: plotting slows down Chris Angelico <rosuav@gmail.com> - 2014-01-15 00:36 +1100
Re: plotting slows down Norman Elliott <norman.elliott@gmail.com> - 2014-01-14 09:06 -0800
csiph-web