Return-Path: 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 o0MFFEsU007647 for ; Fri, 22 Jan 2010 16:15:15 +0100 Received: (qmail 16228 invoked by alias); 22 Jan 2010 15:15:09 -0000 Delivered-To: GMX delivery to rainer.schoepf@gmx.net Received: (qmail invoked by alias); 22 Jan 2010 15:15:08 -0000 Received: from relay2.uni-heidelberg.de (EHLO relay2.uni-heidelberg.de) [129.206.210.211] by mx0.gmx.net (mx109) with SMTP; 22 Jan 2010 16:15:08 +0100 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 o0MFDNka026512 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 22 Jan 2010 16:13:23 +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 o0LN16O8020043; Fri, 22 Jan 2010 16:13:21 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 16.0) with spool id 386676 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Fri, 22 Jan 2010 16:13:21 +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 o0MFDLx7015447 for ; Fri, 22 Jan 2010 16:13:21 +0100 Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id o0MFDI0o026408 for ; Fri, 22 Jan 2010 16:13:21 +0100 Received: from morse.mittelbach-online.de (p54A858AF.dip.t-dialin.net [84.168.88.175]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0MKMnS-1NZztD0iDm-001v2y; Fri, 22 Jan 2010 16:13:17 +0100 Received: by morse.mittelbach-online.de (Postfix, from userid 501) id 4564570DDE; Fri, 22 Jan 2010 16:13:14 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <4B59B86F.8070007@morningstar2.co.uk> <06B4B7DE-4CBE-41AB-85F4-B81B120D858C@yahoo.de> <4B59BD1F.7090000@morningstar2.co.uk> X-Mailer: VM 7.19 under Emacs 21.3.1 X-Provags-ID: V01U2FsdGVkX1/wCA6uo3KplDWD2Fl7tDtBpLGVgeDBiREurf3 odG67PJvNBL2evZmG0ant7z3iVMqdi0dpzipUQDjct3jquw4K3 U8tzr3R/UiyVqp2LILcEA== X-Spam-Whitelist-Provider: Message-ID: <19289.49290.171302.534731@morse.mittelbach-online.de> Date: Fri, 22 Jan 2010 16:13:14 +0100 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Frank Mittelbach Subject: Re: Collision between mathtools.sty and expl3 To: LATEX-L@listserv.uni-heidelberg.de In-Reply-To: <4B59BD1F.7090000@morningstar2.co.uk> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-GMX-Antispam: 0 (Mail was not recognized as spam); Detail=5D7Q89H36p77e5KAPs1l6syHa+enbzd/tVKu57QWnWs3Dq/oPd5gcbne57y5WWe2APcT4 bzV76aaVl1Z04mkcR9LeWvoHFJ669vzx3J7yUpxrskVoDFOmEWbpyQOk2cjImlGHTtg29VZU1pQa UtZwC8hZYJwxYpkV1; X-Resent-By: Forwarder X-Resent-For: rainer.schoepf@gmx.net X-Resent-To: rainer@rainer-schoepf.de X-Scanned-By: MIMEDefang 2.63 on 85.214.41.38 Status: R X-Status: X-Keywords: X-UID: 6206 Joseph Wright writes: > On 22/01/2010 14:51, Philipp Stephani wrote: > >> This is because Morten's stuff has up to now used it's own expl3-like stuff internally. The team as a whole can't change things, unless of course Morten deputises the job to someone! > > > > Well, you could simply change the definitions to use \cs_set_eq:NN for the moment. > > The main problem with such collisions is that it creates unnecessary work for users or package writers who want to use expl3 or xparse. > > I should have been a bit clearer: I meant that expl3 is "correct" here, > the change needs to be with mhsetup. Something will get sorted over the > weekend :-) if the two would work together by just using \cs_set_eq:NN for the moment then as a short measure we could do that until mhsetup gets sorted out. However, it might be the case that more is needed given that the mhsetup code is only "based on" expl3 concepts but was used to run standalone and was developed when expl3 was in an earlier stage. as Joseph said, we should sort it out one way or the other soon. frank