Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Sun, 23 Nov 2008 05:09:41 +0100 Received: by mail.proteosys.com (8.13.8/8.13.8) with ESMTP id mAN49bvo011393 for ; Sun, 23 Nov 2008 05:09:38 +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 mAN44gtD030736 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 23 Nov 2008 05:04:42 +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 mALN26At001634; Sun, 23 Nov 2008 05:04:30 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 161902 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Sun, 23 Nov 2008 05:04: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 mAN44U0H007564 for ; Sun, 23 Nov 2008 05:04:30 +0100 Received: from rv-out-0708.google.com (rv-out-0708.google.com [209.85.198.244]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id mAN44Pbq030756 for ; Sun, 23 Nov 2008 05:04:28 +0100 Received: by rv-out-0708.google.com with SMTP id c5so1640709rvf.10 for ; Sat, 22 Nov 2008 20:04:24 -0800 (PST) Received: by 10.140.226.14 with SMTP id y14mr1160811rvg.59.1227413064682; Sat, 22 Nov 2008 20:04:24 -0800 (PST) Received: from ?10.0.1.100? (122-49-160-236.ip.adam.com.au [122.49.160.236]) by mx.google.com with ESMTPS id b39sm5166535rvf.0.2008.11.22.20.04.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 22 Nov 2008 20:04:22 -0800 (PST) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) References: <859ec5630811060730t6d8689t43ec0af09a23b911@mail.gmail.com> <887A8F9F-D139-4C9A-B150-759DDB4AB514@gmail.com> X-Mailer: Apple Mail (2.929.2) X-Spam-Whitelist: Message-ID: Date: Sun, 23 Nov 2008 14:34:16 +1030 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Will Robertson Subject: Re: Some implementation details of \let:XX To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <887A8F9F-D139-4C9A-B150-759DDB4AB514@gmail.com> 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: 23 Nov 2008 04:09:41.0778 (UTC) FILETIME=[4F60E720:01C94D21] Status: R X-Status: X-Keywords: X-UID: 5451 Hi, Regardless of my last email, I've now committed a minor change to expl3 repository by which all of \let:NN, \glet:NN, \let_new:NN, and \glet_new:NN are defined with \def_protected_long_new, and the variants are plain old \def_new. (No change, then, to \let:NN at all. Just bringing the others into line.) The only real change this makes that I'm aware of is that \let_new:NN \par \foo will now complain '\par already defined' rather than 'runaway argument'. I think this is sensible since \let:NN itself does allow \par. Let me know if I've missed something :) Cheers, Will