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 p8J7Xu8D029963 for ; Mon, 19 Sep 2011 09:33:57 +0200 Received: (qmail 8899 invoked by alias); 19 Sep 2011 07:33:51 -0000 Delivered-To: GMX delivery to rainer.schoepf@gmx.net Received: (qmail invoked by alias); 19 Sep 2011 07:33:51 -0000 Received: from relay2.uni-heidelberg.de (EHLO relay2.uni-heidelberg.de) [129.206.210.211] by mx0.gmx.net (mx073) with SMTP; 19 Sep 2011 09:33:51 +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 p8J7Vd0D011528 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 19 Sep 2011 09:31:39 +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 p8IM1PMC018389; Mon, 19 Sep 2011 09:31:38 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 16.0) with spool id 1592968 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Mon, 19 Sep 2011 09:31:38 +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 p8J7VcCa024398 for ; Mon, 19 Sep 2011 09:31:38 +0200 Received: from mail-yw0-f49.google.com (mail-yw0-f49.google.com [209.85.213.49]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id p8J7VWse008477 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=FAIL) for ; Mon, 19 Sep 2011 09:31:37 +0200 Received: by ywf9 with SMTP id 9so5556535ywf.22 for ; Mon, 19 Sep 2011 00:31:32 -0700 (PDT) Received: by 10.150.14.3 with SMTP id 3mr1948586ybn.425.1316417492582; Mon, 19 Sep 2011 00:31:32 -0700 (PDT) Received: from [129.127.15.244] ([129.127.15.244]) by mx.google.com with ESMTPS id k12sm46378605anc.19.2011.09.19.00.31.30 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Sep 2011 00:31:31 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1081) References: <4E76ECA9.7090809@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 p8J7VcCa024399 Message-ID: <5A0E41A1-0D4D-419C-984F-6EDA8992A6C9@gmail.com> Date: Mon, 19 Sep 2011 17:01:26 +0930 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Will Robertson Subject: Re: \msg_four_spaces: To: LATEX-L@listserv.uni-heidelberg.de In-Reply-To: <4E76ECA9.7090809@morningstar2.co.uk> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-GMX-Antispam: 0 (eXpurgate); Detail=5D7Q89H36p6sJLDpZh614LdjtwLz6vwI5zWfJWP5oqCVDLQqdMRAYWOhFX131+iZhHGx/ 85VnINau5YlGjs3LkOoUTxtKji8BcXu8Fowoa7tG3X+hziSveEDmRhx//8EPgVLgadveX2acUb4h H+y5Ra8ztCMyZAYQl4wVDGqOiu/nQU39h1b5M4GTvB6ifv/SLFRBxx05X8=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: 6877 On 19/09/2011, at 4:48 PM, Joseph Wright wrote: > We did have \msg_space:, \msg_two_spaces: and \msg_four_spaces:. The > argument for getting rid of them in that form was that they were not > really functions, so using \c_space_tl seemed equally valid. Yes, I agree \msg_space: doesn't need to exist when \c_space_tl does. > With the implementation we have now, you can use "\ " for a space, but > there is an argument for a semantic 'code indent'. So \msg_indent: would > seem to be reasonable. Oh yes, `\ \ \ \ ` would be pretty good. (My brain thought they'd be concatenated for some reason and I didn't try it. Distracted by other work, I suppose.) I'm probably happy to leave things as they are for now. In fact, any sort of "indent" function would be better if it respected the line-wrapping routine and that's more work than it's worth right now. I'll table this thought in the Github wiki. Thanks, -- Will