Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Fri, 28 Sep 2007 19:21:23 +0200 Received: by mail.proteosys.com (8.13.8/8.13.4) with ESMTP id l8SHL9VL010536 for ; Fri, 28 Sep 2007 19:21:09 +0200 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 l8SH8sKe014184 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 28 Sep 2007 19:08:55 +0200 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id l8RM1PvV012135; Fri, 28 Sep 2007 19:08:45 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.0) with spool id 120109 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Fri, 28 Sep 2007 19:08:44 +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 l8SH8iJ4015640 for ; Fri, 28 Sep 2007 19:08:44 +0200 Received: from mx03.kabsi.at (mx03.kabsi.at [195.202.128.130]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id l8SH8Uma013470 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 28 Sep 2007 19:08:35 +0200 Received: from buckbeak.hogwarts (h081217001071.dyn.cm.kabsi.at [81.217.1.71]) by mx03.kabsi.at (8.13.6/8.13.6) with SMTP id l8SH8TQS029774 for ; Fri, 28 Sep 2007 19:08:29 +0200 Received: by buckbeak.hogwarts (Postfix, from userid 1000) id 6D2B63305E5; Fri, 28 Sep 2007 19:08:27 +0200 (CEST) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <87r6ki4t10.fsf@buckbeak.hogwarts> Date: Fri, 28 Sep 2007 19:08:27 +0200 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Andreas Matthias Subject: name clash \iow_newline To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-ProteoSys-SPAM-Score: -2.464 () BAYES_00,FORGED_RCVD_HELO X-Scanned-By: MIMEDefang 2.57 on 213.139.130.197 Return-Path: owner-latex-l@LISTSERV.UNI-HEIDELBERG.DE X-OriginalArrivalTime: 28 Sep 2007 17:21:23.0684 (UTC) FILETIME=[FE660A40:01C801F3] Status: R X-Status: X-Keywords: X-UID: 5068 There is a name clash between l3io and l3messages. l3io defines a \iow_newline: (with colon), whereas l3messages requires a \iow_newline (without colon). I am not sure if it should be a function or a variable. * If it is meant to be a variable as documented, \g_iow_newline would be a better name. * Since \err_newline: is a function, \iow_newline: should be a function, too. Ciao Andreas