Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Wed, 10 Sep 2008 22:00:11 +0200 Received: by mail.proteosys.com (8.13.8/8.13.8) with ESMTP id m8AK06K4021176 for ; Wed, 10 Sep 2008 22:00:07 +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 m8AJupZZ007841 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 10 Sep 2008 21:56:51 +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 m8AI4G6G030740; Wed, 10 Sep 2008 21:56:48 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 33250 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Wed, 10 Sep 2008 21:56: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 m8AJul5j005806 for ; Wed, 10 Sep 2008 21:56:47 +0200 Received: from anchor-post-31.mail.demon.net (anchor-post-31.mail.demon.net [194.217.242.89]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id m8AJuadA007651 for ; Wed, 10 Sep 2008 21:56:40 +0200 Received: from cremornelane.demon.co.uk ([80.177.25.195] helo=[192.168.0.2]) by anchor-post-31.mail.demon.net with esmtp (Exim 4.67) id 1KdVnn-000CxK-66 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Wed, 10 Sep 2008 19:56:35 +0000 User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 References: <48C817F4.4080208@morningstar2.co.uk> <18632.7373.71980.984368@morse.mittelbach-online.de> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <48C8266E.90602@morningstar2.co.uk> Date: Wed, 10 Sep 2008 20:56:30 +0100 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Joseph Wright Subject: Re: Keys in expl3: some thoughts (might be l3keys) To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <18632.7373.71980.984368@morse.mittelbach-online.de> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-ProteoSys-SPAM-Score: -2.599 () BAYES_00 X-Scanned-By: MIMEDefang 2.64 on 213.139.130.197 Return-Path: owner-latex-l@LISTSERV.UNI-HEIDELBERG.DE X-OriginalArrivalTime: 10 Sep 2008 20:00:12.0035 (UTC) FILETIME=[D57E0530:01C9137F] Status: R X-Status: X-Keywords: X-UID: 5282 I said> > /module/key name/.code:nn = #1#2#3 {Code using #1, #2 and #3} > /module/key name/.code:nx = #1#2#3 {Code using #1, #2 and #3} % \edef I meant: /module/key name/.code:nn = {#1#2#3} {Code using #1, #2 and #3} /module/key name/.code:nx = {#1#2#3} {Code using #1, #2 and #3} % \edef -- Joseph Wright