Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #63441
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.004 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'subject:: [': 0.04; 'sufficient': 0.05; 'messing': 0.09; 'cc:addr:python-list': 0.11; 'jan': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'losing': 0.16; 'referencing': 0.16; 'subject:non': 0.16; 'prevent': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'subject:] ': 0.20; 'memory': 0.22; 'cc:addr:python.org': 0.22; 'file.': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'michael': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'embedding': 0.31; 'subject:programs': 0.31; 'though.': 0.31; 'file': 0.32; 'limitation': 0.33; 'subject:from': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'ram': 0.36; 'massive': 0.38; 'files': 0.38; 'does': 0.39; 'more': 0.64; 'subject:free': 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=An5uLf2dq0PZsimUCJE9q+91v9SD8KsqNjvJcfgLLNk=; b=ecodhdCbe1axYiYBcVZJNlQHaPQuZXRBainMzQDmVwUNzx+O9JxqpHl1sWLrIab3s5 WZ2PG93qHmcDn4HG6WamYhhC50Swmpjh0+f0en9jVWR1k6d3igLzIPYQZ06g3yNlDqoG 1kZrxZbIuerm1RTtVUYHE0DqUAVPxSMwKyvTGfKXlnutklc9lrxmTOQSS/1PJ6bhTKgH jAM+b9JlYvNQ62ej9Xaw3fnE5LX7Y62kRt9hwMj4LCKXxJQbWRqzm+rw0IvmBtKjip7l 1qne4e7Varv3feN+RNjVd2Rvfzfj6zECZC/AEBDKw3oDf4/TOhHysGKY7pIo4Y0KoVwT Ys3g== |
| MIME-Version | 1.0 |
| X-Received | by 10.68.183.164 with SMTP id en4mr14926589pbc.169.1389114840263; Tue, 07 Jan 2014 09:14:00 -0800 (PST) |
| In-Reply-To | <52CC34EC.4000805@gmail.com> |
| References | <lablra$1mc$2@ger.gmane.org> <labmaj$8u2$1@ger.gmane.org> <CAPTjJmo9gPbyfd5NAmrj=4-tD17i=F5y4+QoTjs9+iawkqSmKA@mail.gmail.com> <7wfvp2gg6v.fsf_-_@benfinney.id.au> <mailman.4990.1388967790.18130.python-list@python.org> <laejim$qmo$2@reader1.panix.com> <52CC2F0F.8040703@gmail.com> <CAPTjJmrn5R7tJ+Sjwhnk2VCcN90SMCoz4fq3PSgy-a8J+PMgEQ@mail.gmail.com> <52CC34EC.4000805@gmail.com> |
| Date | Wed, 8 Jan 2014 04:14:00 +1100 |
| Subject | Re: [way OT] Migrating from non-free programs to LibreOffice |
| 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.5143.1389114843.18130.python-list@python.org> (permalink) |
| Lines | 12 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1389114843 news.xs4all.nl 2958 [2001:888:2000:d::a6]:35132 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:63441 |
Show key headers only | View raw
On Wed, Jan 8, 2014 at 4:10 AM, Michael Torrie <torriem@gmail.com> wrote: > LO does reference images if you would like. But I find embedding the > whole works is just more self-contained. And with multiple file > documents the chances of losing data or messing with pagination are > contained to individual sections. Referencing isn't sufficient to prevent the massive memory use, though. Whatever's in the document will need to be loaded into RAM in order to edit the file. It's a fundamental limitation of big files and WYSIWYG editors. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [OT] Migrating from non-free programs to LibreOffice (was: "More About Unicode in Python 2 and 3") Chris Angelico <rosuav@gmail.com> - 2014-01-06 11:23 +1100
Re: [OT] Migrating from non-free programs to LibreOffice (was: "More About Unicode in Python 2 and 3") Grant Edwards <invalid@invalid.invalid> - 2014-01-06 15:53 +0000
Re: [OT] Migrating from non-free programs to LibreOffice (was: "More About Unicode in Python 2 and 3") Chris Angelico <rosuav@gmail.com> - 2014-01-07 03:01 +1100
Re: [OT] Migrating from non-free programs to LibreOffice Ethan Furman <ethan@stoneleaf.us> - 2014-01-06 08:28 -0800
Re: [OT] Migrating from non-free programs to LibreOffice Michael Torrie <torriem@gmail.com> - 2014-01-07 09:45 -0700
Re: [OT] Migrating from non-free programs to LibreOffice Chris Angelico <rosuav@gmail.com> - 2014-01-08 03:58 +1100
Re: [way OT] Migrating from non-free programs to LibreOffice Michael Torrie <torriem@gmail.com> - 2014-01-07 10:10 -0700
Re: [way OT] Migrating from non-free programs to LibreOffice Chris Angelico <rosuav@gmail.com> - 2014-01-08 04:14 +1100
Re: [way OT] Migrating from non-free programs to LibreOffice Michael Torrie <torriem@gmail.com> - 2014-01-07 10:45 -0700
csiph-web