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 o1FFmlYM020206 for ; Mon, 15 Feb 2010 16:48:48 +0100 Received: (qmail 7375 invoked by alias); 15 Feb 2010 15:48:38 -0000 Delivered-To: GMX delivery to rainer.schoepf@gmx.net Received: (qmail invoked by alias); 15 Feb 2010 15:48:38 -0000 Received: from relay.uni-heidelberg.de (EHLO relay.uni-heidelberg.de) [129.206.100.212] by mx0.gmx.net (mx114) with SMTP; 15 Feb 2010 16:48: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 o1FFigKd020134 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 15 Feb 2010 16:44: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 o1EN15cp028587; Mon, 15 Feb 2010 16:44:32 +0100 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 16.0) with spool id 383166 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Mon, 15 Feb 2010 16:44:32 +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 o1FFiW4A013413 for ; Mon, 15 Feb 2010 16:44:32 +0100 Received: from smtp114.plus.mail.re1.yahoo.com (smtp114.plus.mail.re1.yahoo.com [69.147.102.77]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with SMTP id o1FFiNDI026734 for ; Mon, 15 Feb 2010 16:44:24 +0100 Received: (qmail 36683 invoked from network); 15 Feb 2010 15:44:24 -0000 Received: from g228062249.adsl.alicedsl.de (st_philipp@92.228.62.249 with plain) by smtp114.plus.mail.re1.yahoo.com with SMTP; 15 Feb 2010 07:44:24 -0800 PST X-Yahoo-SMTP: _jlT6bOswBCTfNEaYibKorijSw14_bs- X-YMail-OSG: mQNSN3MVM1nfRWqv2k0Z4Gg4VfsHlHbzUXzvmT1N1hkBHpt0gZtbcOgFSNheQJoLMzhk1eThxrNMv1MeSdm2YrdsHnadsVH7XgTLAdolOjeU4WVoEsS5B4oYnej6xRerHofevv3nz9qkkKvLhJ9qr1fDWMvacvkZnZ21rT3BvoNHQUlTo3eRYt3CCLhOVppLPCWUXYcvRb4KX2PDEL1WNWPgRuJT.PTDDMrXwaRcglXENWlY9x9tRgKBcZXu94CH0cTQiWai1ZjAdNK44FgOIsncJMrj_kni41miZdBSc1qyCL3BDeenG1Ju4axYll4U4nA50x1DBECYA0_BbZVHgI.M4ahqPxT3ULSKoNVBiztLVo1YtBetPDv09B4JY5Cs_eFHMgsDjSbfXusafoxb69pP0gEwFTC.UoHZiQ-- X-Yahoo-Newman-Property: ymail-3 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1077) References: <6EBBC8A1-0CB0-451D-AF0A-3EF2A41C0B52@YAHOO.DE> <19321.12810.687109.996459@morse.mittelbach-online.de> X-Mailer: Apple Mail (2.1077) Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by listserv.uni-heidelberg.de id o1FFiW4A013414 Message-ID: Date: Mon, 15 Feb 2010 16:44:24 +0100 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Philipp Stephani Subject: Re: Assorted suggestions pt. 1 - \c_job_name_tl To: LATEX-L@listserv.uni-heidelberg.de In-Reply-To: <19321.12810.687109.996459@morse.mittelbach-online.de> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-GMX-Antispam: 0 (Mail was not recognized as spam); Detail=5D7Q89H36p77e5KAPs1l6v/Sb97LojnDtMgfETrECMLUO9erHzOJe+OynZRhvlGqvET/J 3dm2vHWnQHIuidpgLhS+P7NNYz+zyHLMY9yCwFcpEP74SGx2F2+1SUI3sjCH7ntAdP+Qju/DAYyu a2z2w==V1; 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: 6281 Am 15.02.2010 um 12:37 schrieb Frank Mittelbach: > Philipp Stephani writes: > >> - \c_job_name_tl contains the token \tex_jobname:D, not the job name > > ??? you are sure? > > it is defined as > > \tl_set:Nx \c_job_name_tl { \tex_jobname:D } > > which gives you the jobname in \c_job_name_tl and not \tex_jobname:D You are right, sorry for the noise. I didn't notice that the SVN version has fixed this. (The CTAN version has \tl_set:Nn.)