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 p4C9Hu3i005312 for ; Thu, 12 May 2011 11:17:57 +0200 Received: (qmail 18429 invoked by alias); 12 May 2011 09:17:51 -0000 Delivered-To: GMX delivery to rainer.schoepf@gmx.net Received: (qmail invoked by alias); 12 May 2011 09:17:50 -0000 Received: from relay.uni-heidelberg.de (EHLO relay.uni-heidelberg.de) [129.206.100.212] by mx0.gmx.net (mx006) with SMTP; 12 May 2011 11:17:50 +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 p4C9Flot025954 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 12 May 2011 11:15:48 +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 p4C88IMQ016213; Thu, 12 May 2011 11:15:47 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 16.0) with spool id 1274921 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Thu, 12 May 2011 11:15:47 +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 p4C9FlLM003149 for ; Thu, 12 May 2011 11:15:47 +0200 Received: from mail-gx0-f177.google.com (mail-gx0-f177.google.com [209.85.161.177]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id p4C9Fe2X025881 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=FAIL) for ; Thu, 12 May 2011 11:15:45 +0200 Received: by gxk2 with SMTP id 2so690820gxk.22 for ; Thu, 12 May 2011 02:15:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.236.193.42 with SMTP id j30mr11432232yhn.51.1305191740295; Thu, 12 May 2011 02:15:40 -0700 (PDT) Received: by 10.147.41.17 with HTTP; Thu, 12 May 2011 02:15:39 -0700 (PDT) References: <4DCADD93.6090009@gmx.de> <4DCAE0D9.8@morningstar2.co.uk> <4DCAE5F5.20305@gmx.de> <4DCAE749.5030606@morningstar2.co.uk> Content-Type: text/plain; charset=ISO-8859-1 X-Spam-Whitelist: Message-ID: Date: Thu, 12 May 2011 05:15:39 -0400 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Bruno Le Floch Subject: Re: compare string with \c_job_name_tl To: LATEX-L@listserv.uni-heidelberg.de In-Reply-To: <4DCAE749.5030606@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=5D7Q89H36p77e5KAPs1l6v/Sb97LojnDmtyzoN37OXMt9GpYHsrWRra7o+psEYuNxPMoh 27r+NAXJIoXX/yC+YdKaAJLqZN1E/uT9GtI172QIm0yQj2q88DhXxyVR/w1y1bQxEsFRweyzjHZI gsi0A==V1; X-Resent-By: Forwarder X-Resent-For: rainer.schoepf@gmx.net X-Resent-To: rainer@rainer-schoepf.de Status: R X-Status: X-Keywords: X-UID: 6743 >> I tried to use \tl_to_str in the argument of a \str_if_eq:ooTF, but that >> still results in false. one expansion is not enough to fully expand \tl_to_str. So you'd need f-expansion (or, as Joseph did, x-expansion. Regards, Bruno