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 oABC8EGj028297 for ; Thu, 11 Nov 2010 13:08:15 +0100 Received: (qmail 1737 invoked by alias); 11 Nov 2010 12:08:09 -0000 Delivered-To: GMX delivery to rainer.schoepf@gmx.net Received: (qmail invoked by alias); 11 Nov 2010 12:08:09 -0000 Received: from relay.uni-heidelberg.de (EHLO relay.uni-heidelberg.de) [129.206.100.212] by mx0.gmx.net (mx115) with SMTP; 11 Nov 2010 13:08:09 +0100 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 oABC5sDC026304 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 11 Nov 2010 13:05:54 +0100 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 oABBCC5A025351; Thu, 11 Nov 2010 13:06:30 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 16.0) with spool id 763826 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Thu, 11 Nov 2010 13:06:30 +0100 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 oABC6Ui4022870 for ; Thu, 11 Nov 2010 13:06:30 +0100 Received: from mail-wy0-f177.google.com (mail-wy0-f177.google.com [74.125.82.177]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id oABC5h6t025136 for ; Thu, 11 Nov 2010 13:05:47 +0100 Received: by wyf22 with SMTP id 22so1914714wyf.22 for ; Thu, 11 Nov 2010 04:06:25 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.70.4 with SMTP id o4mr2292378wed.25.1289477185627; Thu, 11 Nov 2010 04:06:25 -0800 (PST) Received: by 10.216.187.144 with HTTP; Thu, 11 Nov 2010 04:06:25 -0800 (PST) References: Content-Type: text/plain; charset=UTF-8 X-Spam-Whitelist: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by listserv.uni-heidelberg.de id oABC6Ui4022871 Message-ID: Date: Thu, 11 Nov 2010 13:06:25 +0100 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: =?UTF-8?Q?R=C3=A9my_Oudompheng?= Subject: Re: Rewriting polyglossia in LaTeX3 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 (Mail was not recognized as spam); Detail=5D7Q89H36p77e5KAPs1l6v/Sb97LojnDtMgfETrECMLUO9erHzOJe+OynZRhvlGqb5A0X bbiCt2rAnnct/NAlbHMvoAL6GY+23tB3khNK7bnSLVW+CwI5D12EFi8O0kjG6WQoWUyJZa/tsAeZ e++4A==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: 6474 Another l3keys puzzle : the following code \documentclass{minimal} \usepackage{expl3} \begin{document} \ExplSyntaxOn \keys_define:nn {module} { a .default:n = Alice , a .code:n = Hello #1 , } \keys_set:nn {module} {a} \ExplSyntaxOff \end{document} produces "Hello ", but if I swap the "default:n" and "code:n" line, I get "Hello Alice". The example from the documentation (latex3-source.pdf) also puts the "default:n" line last. Is that mandatory ? -- Rémy.