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 p7N5kSoe015631 for ; Tue, 23 Aug 2011 07:46:29 +0200 Received: (qmail 18467 invoked by alias); 23 Aug 2011 05:46:22 -0000 Delivered-To: GMX delivery to rainer.schoepf@gmx.net Received: (qmail invoked by alias); 23 Aug 2011 05:46:22 -0000 Received: from relay2.uni-heidelberg.de (EHLO relay2.uni-heidelberg.de) [129.206.210.211] by mx0.gmx.net (mx046) with SMTP; 23 Aug 2011 07:46:22 +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 p7N5i9v3021291 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 23 Aug 2011 07:44:09 +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 p7MM14E2001953; Tue, 23 Aug 2011 07:44:08 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 16.0) with spool id 1592614 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Tue, 23 Aug 2011 07:44:08 +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 p7N5i8ju001371 for ; Tue, 23 Aug 2011 07:44:08 +0200 Received: from mail-yx0-f177.google.com (mail-yx0-f177.google.com [209.85.213.177]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id p7N5i3v6003330 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=FAIL) for ; Tue, 23 Aug 2011 07:44:07 +0200 Received: by yxk8 with SMTP id 8so5524579yxk.22 for ; Mon, 22 Aug 2011 22:44:03 -0700 (PDT) Received: by 10.236.181.131 with SMTP id l3mr19863958yhm.44.1314078242957; Mon, 22 Aug 2011 22:44:02 -0700 (PDT) Received: from staff-250-134.wireless.adelaide.edu.au (staff-250-134.wireless.adelaide.edu.au [129.127.250.134]) by mx.google.com with ESMTPS id c63sm1822222yhe.32.2011.08.22.22.44.00 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 22 Aug 2011 22:44:02 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1081) References: <4E4FF538.7070601@morningstar2.co.uk> <9788A2B7-3E8F-4D2C-A52E-10999BCB59FA@gmail.com> <4E516DF2.4040002@morningstar2.co.uk> <104nbkj0nr84x.dlg@nililand.de> <4E523217.2080408@morningstar2.co.uk> <4E52AA87.6090608@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 p7N5i8ju001372 Message-ID: Date: Tue, 23 Aug 2011 15:13:55 +0930 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Will Robertson Subject: Re: couple of l3keys notes To: LATEX-L@listserv.uni-heidelberg.de In-Reply-To: <4E52AA87.6090608@morningstar2.co.uk> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-GMX-Antispam: 0 (eXpurgate); Detail=5D7Q89H36p6sJLDpZh614Kjz2nt6F3tH59lP7zZPFYzFjqKp5ioFE+/gteXQaqV7opO0S /FZVs2wFLskolPgPT8JPF/u2XleikOfPkkZV5PJGqpO8YIj9iQdfjbtclJRDDzrMRaYOCreicsKR +R0w+XYVaoVwbuC49wEM4J/XE5cH4EwoJvw71BkFrfN16FnA8K7bkDlEa4=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: 6821 On 23/08/2011, at 4:44 AM, Joseph Wright wrote: > I have added the scheme broadly as outlined above to l3keys. Feedback > would be welcome. For example, does 'set_known' convey the appropriate > idea? Show the variable used for storing the 'return' value be fixes, or > flexible as in > > \keys_set_known:nnN { } { } I slightly prefer having an explicit . Not only is the resultant code a little clearer (using, say, \l_fontspec_features_tl instead of \l_keys_leftovers_tl) but also allows some interleaving where you otherwise might have to manually push/pop the value of \l_keys_leftovers_tl. Cheers, -- Will