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 q754JJ2K020204 for ; Sun, 5 Aug 2012 06:19:20 +0200 Received: (qmail 19536 invoked by alias); 5 Aug 2012 04:19:14 -0000 Delivered-To: GMX delivery to rainer.schoepf@gmx.net Received: (qmail invoked by alias); 05 Aug 2012 04:19:13 -0000 Received: from relay.uni-heidelberg.de (EHLO relay.uni-heidelberg.de) [129.206.100.212] by mx0.gmx.net (mx073) with SMTP; 05 Aug 2012 06:19:13 +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 q754Gbsc012921 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 5 Aug 2012 06:16:37 +0200 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [127.0.0.1]) by listserv.uni-heidelberg.de (8.13.8/8.13.1) with ESMTP id q73CcZ8b008220; Sun, 5 Aug 2012 06:16:38 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 16.0) with spool id 2490702 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Sun, 5 Aug 2012 06:16:38 +0200 Received: from relay2.uni-heidelberg.de (relay2.uni-heidelberg.de [129.206.210.211]) by listserv.uni-heidelberg.de (8.13.8/8.13.1) with ESMTP id q754Gbv6030170 for ; Sun, 5 Aug 2012 06:16:37 +0200 Received: from mail-pb0-f49.google.com (mail-pb0-f49.google.com [209.85.160.49]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id q754GV20012136 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=FAIL) for ; Sun, 5 Aug 2012 06:16:35 +0200 Received: by pbbrq13 with SMTP id rq13so4079796pbb.22 for ; Sat, 04 Aug 2012 21:16:30 -0700 (PDT) Received: by 10.66.77.71 with SMTP id q7mr9122927paw.0.1344140190604; Sat, 04 Aug 2012 21:16:30 -0700 (PDT) Received: from [10.0.1.107] (219-90-210-38.ip.adam.com.au. [219.90.210.38]) by mx.google.com with ESMTPS id pq1sm6152022pbb.3.2012.08.04.21.16.28 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 04 Aug 2012 21:16:29 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1081) References: <501AA3AA.5000400@gmail.com> <501AA936.9050205@morningstar2.co.uk> X-Mailer: Apple Mail (2.1081) X-Spam-Whitelist: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by listserv.uni-heidelberg.de id q754Gbv6030171 Message-ID: <4453C269-8281-443D-A548-C9B49B4E37B4@gmail.com> Date: Sun, 5 Aug 2012 13:46:31 +0930 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Will Robertson Subject: Re: l3doc bug in syntax sections To: LATEX-L@listserv.uni-heidelberg.de In-Reply-To: Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-GMX-Antispam: 0 (eXpurgate); Detail=5D7Q89H36p7zYQev1Bv5lQ495VuvhE7zAEc0xORS5puwlElV+IH7Ikb5LuT6owj2AJmEk GWgX33g9t2VuRlitnbCkN9A+/9qlaGFBjB1hZWJVq0EjFMm2di8QBDAvWP9aZbpfaezEj538cRnj Cyp/37nKKazYeNRA9ALgb2XvRkWSnc7w21+ly6H73CAmDGRhCzwvasmUqo=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: 7100 On 03/08/2012, at 9:53 PM, Bruno Le Floch wrote: > Admittedly, none of the three "solutions" is great. As Joseph notes, > we've gone for a single line in the l3 source. We could perhaps add > \def\^^M{\unskip\space\ignorespaces} to the \begin{syntax} setup: this > would allow > > \cs{some_function_with_a_very_long_name:nnnnn} \ > \Arg{first argument} \Arg{second argument} \ > \Arg{third argument} \Arg{fourth argument} \ > \Arg{fifth argument} I've been thinking for a while that having \obeylines in the syntax environment (which predates my involvement on this code IIRC) has made certain things rather awkward. It would be an annoying change to have to implement in our sources, but what do you think about dropping \obeylines? -- Will