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 p5FEDqka030139 for ; Wed, 15 Jun 2011 16:13:53 +0200 Received: (qmail 22006 invoked by alias); 15 Jun 2011 14:13:47 -0000 Delivered-To: GMX delivery to rainer.schoepf@gmx.net Received: (qmail invoked by alias); 15 Jun 2011 14:13:47 -0000 Received: from relay.uni-heidelberg.de (EHLO relay.uni-heidelberg.de) [129.206.100.212] by mx0.gmx.net (mx034) with SMTP; 15 Jun 2011 16:13:47 +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 p5FEBj0I014502 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 15 Jun 2011 16:11:45 +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 p5FBJeAs013891; Wed, 15 Jun 2011 16:11:44 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 16.0) with spool id 1260368 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Wed, 15 Jun 2011 16:11: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 p5FEBiBk020303 for ; Wed, 15 Jun 2011 16:11:44 +0200 Received: from mail-in-11.arcor-online.net (mail-in-11.arcor-online.net [151.189.21.51]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id p5FEBdJH014470 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Wed, 15 Jun 2011 16:11:42 +0200 Received: from mail-in-21-z2.arcor-online.net (mail-in-21-z2.arcor-online.net [151.189.8.185]) by mx.arcor.de (Postfix) with ESMTP id DFA7635A718; Wed, 15 Jun 2011 16:11:38 +0200 (CEST) Received: from mail-in-15.arcor-online.net (mail-in-15.arcor-online.net [151.189.21.55]) by mail-in-21-z2.arcor-online.net (Postfix) with ESMTP id D49D1ED92D; Wed, 15 Jun 2011 16:11:38 +0200 (CEST) Received: from Semper (dslb-088-074-107-075.pools.arcor-ip.net [88.74.107.75]) (Authenticated sender: mailing_list@arcor.de) by mail-in-15.arcor-online.net (Postfix) with ESMTPSA id 8778D1ABAFE; Wed, 15 Jun 2011 16:11:38 +0200 (CEST) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-15.arcor-online.net 8778D1ABAFE User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 References: <4DF7CBEF.6080402@arcor.de> <4DF7D114.3020601@morningstar2.co.uk> <4DF7D72A.7070401@arcor.de> <4DF8A454.6090301@morningstar2.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Whitelist: Message-ID: <4DF8BD94.6030705@arcor.de> Date: Wed, 15 Jun 2011 16:11:32 +0200 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Stephan Hennig Subject: Re: xparse and hyperref: Token not allowed in a PDF string (PDFDocEncoding) To: LATEX-L@listserv.uni-heidelberg.de In-Reply-To: <4DF8A454.6090301@morningstar2.co.uk> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-GMX-Antispam: 0 (eXpurgate); Detail=5D7Q89H36p4IMcy9mWpDfa3sAz5X6Kq9zY9RFXjR8g1i6JBdKKn1hWgKxIeIlvaFatP5w NdTiEjxcg0Z5BA/wIcXJy/c9XzkKx5wGTU0+P5KUVlrNdbMtyj3is0pNpcLD0gO9tRJ338Y9D73I Fp+A7dwQf4LtY5nzHmnOcTcWEaR3pgBlTapfqsfCkuh+wIejE2RS0ABUDfMILLovvELZ1VfBssgv DEy3JEXcBUOy1w=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: 6788 schrieb Joseph Wright: > On 14/06/2011 22:48, Stephan Hennig wrote: >> >>> * The function must have at least one mandatory argument, and in >>> particular the last argument must be one of the mandatory types (l, m >>> or u). >> >> Do I miss something? > > This is a documentation error, which I'll sort out for the next CTAN > snapshot. For the time being, using \DeclareExpandableDocumentCommand{\foob}{}{FooB} solves my issues, except for * this warning from xparse documentation "This facility should only be used when absolutely necessary; if you do not understand when this might be, do not use these functions!" because it applies to me, * \DeclareExpandableDocumentCommand doesn't provides all the air bags \NewDocumentCommand, \RenewDocumentCommand etc. have. Best regards, Stephan Hennig