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 p8JCMPtp030682 for ; Mon, 19 Sep 2011 14:22:27 +0200 Received: (qmail 21392 invoked by alias); 19 Sep 2011 12:22:20 -0000 Delivered-To: GMX delivery to rainer.schoepf@gmx.net Received: (qmail invoked by alias); 19 Sep 2011 12:22:19 -0000 Received: from relay2.uni-heidelberg.de (EHLO relay2.uni-heidelberg.de) [129.206.210.211] by mx0.gmx.net (mx087) with SMTP; 19 Sep 2011 14:22:19 +0200 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id p8JCJnYG012465 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 19 Sep 2011 14:19:49 +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 p8JARerw018389; Mon, 19 Sep 2011 14:19:48 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 16.0) with spool id 1612741 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Mon, 19 Sep 2011 14:19:48 +0200 Received: from relay2.uni-heidelberg.de (relay2.uni-heidelberg.de [129.206.210.211]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id p8JCJm7o022503 for ; Mon, 19 Sep 2011 14:19:48 +0200 Received: from ueamailgate01.uea.ac.uk (ueamailgate01.uea.ac.uk [139.222.131.184]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id p8JCIrhO011983 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 19 Sep 2011 14:19:00 +0200 Received: from ueams02.uea.ac.uk (ueams02.uea.ac.uk [139.222.131.131]) by ueamailgate01.uea.ac.uk (8.13.8/8.13.8) with ESMTP id p8JCIqLL020653; Mon, 19 Sep 2011 13:18:52 +0100 Received: from [139.222.205.181] by ueams02.uea.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1R5cnR-0000NJ-Oo; Mon, 19 Sep 2011 13:18:01 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 References: <4E692829.2000003@morningstar2.co.uk> <4E75B860.40106@morningstar2.co.uk> <4E75F68E.80004@morningstar2.co.uk> X-Enigmail-Version: 1.3.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN, outgoing) X-CanIt-Geo: ip=139.222.131.131; country=GB; region=I9; city=Norwich; latitude=52.6333; longitude=1.3000; http://maps.google.com/maps?q=52.6333,1.3000&z=6 X-CanItPRO-Stream: UEA:outgoing (inherits from UEA:default,base:default) X-Canit-Stats-ID: 05FyAiQmq - 43a2151ea9bd - 20110919 X-Scanned-By: CanIt (www . roaringpenguin . com) on 139.222.131.184 Message-ID: <4E77332B.1010808@morningstar2.co.uk> Date: Mon, 19 Sep 2011 13:18:51 +0100 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Joseph Wright Subject: Re: Removal of previously-notified functions To: LATEX-L@listserv.uni-heidelberg.de In-Reply-To: Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-GMX-Antispam: 0 (Sender is in whitelist: joseph.wright@MORNINGSTAR2.CO.UK); Detail=5D7Q89H36p4L00VTXC6D4q0N+AH0PUCnBi0P5cROEGjO+pG7NAH/K+tf9SrVFtpLrKONl 2T9EL4W4U4jgzLbnCcGpk1z/zwmKT/K1fv3lD0=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: 6881 On 19/09/2011 08:14, Kevin Godby wrote: > I'm inclined to agree with Philipp. Skimming through the existing > LaTeX 2e packages, it looks like a lot of \newlength lines are > followed immediately by setting a default value. In some cases, > commands are provided to modify the length and in other cases, the > document author is expected to \setlength them in their preamble. > Most of the cases that I spot-checked were non-constant values. As Frank has commented, this is very much how LaTeX2e works but not necessarily what we'd expect to be dominant for LaTeX3. > I'm not sure what the LaTeX 3 plans are for the keyval stuff is, > though. How would you handle this situation using the LaTeX 3 coding > style? For design-level stuff, the template system should be taking a lot of the work on, while for more flexible stuff there is l3keys. Both are keyval-based, and separate out 'define' and 'set' stages. > On the topic of constants: Aside from the c_ prefix indicating to the > reader/author that the value is to be constant, is there anything that > prevents one from changing the value? How much overhead would it be > to have the LaTeX 3 macros check for the c_ prefix and throw an error > if you try to modify the value? Currently, we don't check this, and the overhead would be I think too big for production code. I'm hoping we can go down the route of a set of 'debug' DocStrip guards to generate a slow-but-checking version of LaTeX3 for testing purposes. Something of this idea is seen in the 'check-declarations' option for loading expl3. > As for the iow_open question, I think that most languages will > overwrite the existing file by default. If you want to provide an > option for appending to the file, I'd create an ioa_open:N macro. This one seems clear: the arguments for a _new function here are reasonable. Expect an update to the SVN this week (possibly today, depends on how busy I am). -- Joseph Wright