Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Fri, 24 Apr 2009 09:49:30 +0200 Received: by mail.proteosys.com (8.14.3/8.14.3) with ESMTP id n3O7nULN025485 for ; Fri, 24 Apr 2009 09:49:31 +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 n3O7k0DX014087 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 24 Apr 2009 09:46:01 +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 n3NM2nGT000954; Fri, 24 Apr 2009 09:45:59 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 272334 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Fri, 24 Apr 2009 09:45:59 +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 n3O7jwox009479 for ; Fri, 24 Apr 2009 09:45:58 +0200 Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id n3O7jt3N029618 for ; Fri, 24 Apr 2009 09:45:58 +0200 Received: from fischer (p5B2A6312.dip.t-dialin.net [91.42.99.18]) by mrelayeu.kundenserver.de (node=mreu0) with ESMTP (Nemesis) id 0MKuxg-1LxG6c3sXH-0000tW; Fri, 24 Apr 2009 09:45:55 +0200 User-Agent: 40tude_Dialog/2.0.15.41de MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit References: <5.1.0.14.0.20090421122917.02f41830@pop3.web.de> <455691F1-21A4-4C65-A025-7855791829F7@gmail.com> X-Provags-ID: V01U2FsdGVkX19kbdlENQKkk6ha94M2FxEZzI6Pd4Xs2KyYpU7 Gj2vhgMhVB+QNHy2+We3/oMMuxHWBIetN7I6599U2jnDZk9Fkc JtYSCAfKQFo9IOSGAcayg== X-Spam-Whitelist-Provider: Message-ID: <1ed2z4fuvxk3g.dlg@nililand.de> Date: Fri, 24 Apr 2009 09:45:50 +0200 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Ulrike Fischer Subject: Re: \in@ wrong? To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <455691F1-21A4-4C65-A025-7855791829F7@gmail.com> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-ProteoSys-SPAM-Score: -6.599 () BAYES_00,RCVD_IN_DNSWL_MED X-Scanned-By: MIMEDefang 2.65 on 213.139.130.197 Return-Path: owner-latex-l@LISTSERV.UNI-HEIDELBERG.DE X-OriginalArrivalTime: 24 Apr 2009 07:49:30.0766 (UTC) FILETIME=[336AC2E0:01C9C4B1] Status: R X-Status: X-Keywords: X-UID: 5759 Am Fri, 24 Apr 2009 15:03:08 +0930 schrieb Will Robertson: >> I wonder whether this is a bug that should go to the LaTeX Bug >> Database, since it only >> -- is about an internal >> -- contradicts what one might expect >> -- while it is not clear to me whether this can affect LaTeX's >> function on the user-level > This certainly seems like a bug to me, although I had to modify your > examples to see the error: I find the following example quite drastic too: \documentclass{article} \begin{document} \makeatletter \in@{bonbon}{bon}\ifin@ YES\else NO\fi \in@{bon}{bonbon}\ifin@ YES\else NO\fi \in@{bona}{bon}\ifin@ YES\else NO\fi \in@{bon}{bona}\ifin@ YES\else NO\fi \makeatother \end{document} -- Ulrike Fischer