Received: from mx0.gmx.net (mx0.gmx.net [213.165.64.100]) by h1439878.stratoserver.net (8.14.2/8.14.2/Debian-2build1) with SMTP id p8ICZ6RV026278 for ; Sun, 18 Sep 2011 14:35:08 +0200 Received: (qmail 8428 invoked by alias); 18 Sep 2011 12:34:58 -0000 Delivered-To: GMX delivery to rainer.schoepf@gmx.net Received: (qmail invoked by alias); 18 Sep 2011 12:34:58 -0000 Received: from relay.uni-heidelberg.de (EHLO relay.uni-heidelberg.de) [129.206.100.212] by mx0.gmx.net (mx039) with SMTP; 18 Sep 2011 14:34:58 +0200 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id p8ICWiBk031312 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 18 Sep 2011 14:32:44 +0200 Received: from listserv.uni-heidelberg.de (localhost.localdomain [127.0.0.1]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id p8HM14ZB032401; Sun, 18 Sep 2011 14:32:44 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 16.0) with spool id 1594280 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Sun, 18 Sep 2011 14:32:44 +0200 Received: from relay.uni-heidelberg.de (relay.uni-heidelberg.de [129.206.100.212]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id p8ICWh2H010939 for ; Sun, 18 Sep 2011 14:32:44 +0200 Received: from mail-pz0-f48.google.com (mail-pz0-f48.google.com [209.85.210.48]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id p8ICWbmT031075 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=FAIL) for ; Sun, 18 Sep 2011 14:32:43 +0200 Received: by pzk6 with SMTP id 6so7454056pzk.7 for ; Sun, 18 Sep 2011 05:32:37 -0700 (PDT) Received: by 10.68.48.163 with SMTP id m3mr2475149pbn.90.1316349157291; Sun, 18 Sep 2011 05:32:37 -0700 (PDT) Received: from [10.0.1.106] (114-30-108-212.ip.adam.com.au. [114.30.108.212]) by mx.google.com with ESMTPS id e8sm55574553pbc.8.2011.09.18.05.32.34 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 18 Sep 2011 05:32:36 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1081) References: <4E692829.2000003@morningstar2.co.uk> <4E75B860.40106@morningstar2.co.uk> <4E75DD1C.2010004@morningstar2.co.uk> X-Mailer: Apple Mail (2.1081) X-Spam-Whitelist: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by listserv.uni-heidelberg.de id p8ICWi2H010940 Message-ID: <264E11C9-B08B-4A58-AF78-4E7DCDC187CD@gmail.com> Date: Sun, 18 Sep 2011 22:02:31 +0930 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Will Robertson Subject: Re: Removal of previously-notified functions To: LATEX-L@listserv.uni-heidelberg.de In-Reply-To: <4E75DD1C.2010004@morningstar2.co.uk> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-GMX-Antispam: 0 (eXpurgate); Detail=5D7Q89H36p7zYQev1Bv5lawyulDRL8ctXSQp6yWteraeOapiTy8VHQ477YZ80HCNgzgiW XVFGiwxVfaaUvlo7IEWHDoUR+N/SdjSK/oEuBg0mGEHpj9NalqRu43gcgByEhHDn5IssyQZzMI9h PWq0auRf+Zo7Zl+QFtUWcWxxBx4t6TKeSOWYfrmCK299dRGxXXuiluHqtk=V1; X-Resent-By: Forwarder X-Resent-For: rainer.schoepf@gmx.net X-Resent-To: rainer@rainer-schoepf.de Status: R X-Status: X-Keywords: X-UID: 6871 On 18/09/2011, at 9:29 PM, Joseph Wright wrote: > That's easy to do, leaving only the question of what happens with > > \iow_new:N \l_my_stream > \iow_open:N \l_my_stream { } > ... > \iow_close:N \l_my_stream > .. > \iow_open:N \l_my_stream { } > > The easiest approach is that we just overwrite the . That's the logical behaviour, I think. If you want to keep appending, then you don't close the file. If you absolutely must close the file and still want to append, then the catchfile package can be used to read it in again. But I'd say we needn't add that feature to expl3 until it seems like there's a pressing need... Cheers, -- Will