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 p7N8m7ZT011650 for ; Tue, 23 Aug 2011 10:48:09 +0200 Received: (qmail 7868 invoked by alias); 23 Aug 2011 08:47:59 -0000 Delivered-To: GMX delivery to rainer.schoepf@gmx.net Received: (qmail invoked by alias); 23 Aug 2011 08:47:58 -0000 Received: from relay2.uni-heidelberg.de (EHLO relay2.uni-heidelberg.de) [129.206.210.211] by mx0.gmx.net (mx013) with SMTP; 23 Aug 2011 10:47:58 +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 p7N8k7uZ029811 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 23 Aug 2011 10:46:07 +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 p7MM14IA001953; Tue, 23 Aug 2011 10:46:06 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 16.0) with spool id 1592841 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Tue, 23 Aug 2011 10:46:06 +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 p7N8k6uc015033 for ; Tue, 23 Aug 2011 10:46:06 +0200 Received: from mail-gx0-f177.google.com (mail-gx0-f177.google.com [209.85.161.177]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id p7N8k18p026795 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=FAIL) for ; Tue, 23 Aug 2011 10:46:05 +0200 Received: by gxk2 with SMTP id 2so5757844gxk.22 for ; Tue, 23 Aug 2011 01:46:00 -0700 (PDT) Received: by 10.236.181.170 with SMTP id l30mr20763517yhm.126.1314089160832; Tue, 23 Aug 2011 01:46:00 -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 f4sm731052yhn.41.2011.08.23.01.45.58 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 23 Aug 2011 01:45:59 -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> <1i25hv8yiyx81$.dlg@nililand.de> 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 p7N8k6uc015034 Message-ID: <0724DD9F-916F-475B-8A67-FCBB6297F670@gmail.com> Date: Tue, 23 Aug 2011 18:15: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: <1i25hv8yiyx81$.dlg@nililand.de> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-GMX-Antispam: 0 (eXpurgate); Detail=5D7Q89H36p7zYQev1Bv5lRRT+QR/z/3ZFq3Vg0VTQmMaep9K+dMgdUjGReibaqiBBNERe 5FA0MJVaSXn8kP8+Y0Z+qmg+717Vi3O1RUibDyKthRHEEZWaWg67hrL1klVUrq4r90KLqPugfa5l hHxHJA5W05DplX8U5oiZ8K+PBVpTlrORyVXLcX7HBML4rL47HkGKkI0T6w=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: 6823 On 23/08/2011, at 6:02 PM, Ulrike Fischer wrote: > Am Mon, 22 Aug 2011 20:14:15 +0100 schrieb Joseph Wright: > >> I have added the scheme broadly as outlined above to l3keys. Feedback >> would be welcome. For example, does 'set_known' convey the appropriate >> idea? > > I don't have enough practice with l3keys to decide this - just > starting. But from the language I would expect a \keys_set_known to > give an error if it encounters something unknown. Also a command to > set keys can set only known keys, so it sound like a pleonasm. > > Perhaps \keys_set_store or \keys_set_keep would be better? I must confess I prefer \keys_set_known, which I associate with "set keys *which are known* of #2". I guess this is a bad time to mention that I just realised that \keys_set:nn is a weird name in the first place, since it's actually more general that assigning values to variables. (In fact, I often write \keys_set when I mean to write \keys_define.) But I think it's okay and I can certainly live with it; I'm not proposing a change of name to \keys_process:nn ! -- Will