Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Wed, 10 Sep 2008 19:41:43 +0200 Received: by mail.proteosys.com (8.13.8/8.13.8) with ESMTP id m8AHfWbg018667 for ; Wed, 10 Sep 2008 19:41:33 +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 m8AHbmYd015417 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 10 Sep 2008 19:37: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 m89M1PTo032197; Wed, 10 Sep 2008 19:37:45 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 32817 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Wed, 10 Sep 2008 19:37:45 +0200 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 m8AHbiw3029167 for ; Wed, 10 Sep 2008 19:37:44 +0200 Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id m8AHbfiI015324 for ; Wed, 10 Sep 2008 19:37:45 +0200 Received: from morse.mittelbach-online.de (p4FD4416E.dip.t-dialin.net [79.212.65.110]) by mrelayeu.kundenserver.de (node=mrelayeu3) with ESMTP (Nemesis) id 0MKxQS-1KdTdK46AD-0000lv; Wed, 10 Sep 2008 19:37:39 +0200 Received: by morse.mittelbach-online.de (Postfix, from userid 501) id 322CC646D8; Wed, 10 Sep 2008 19:37:36 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 References: <48C38EC1.9040807@morningstar2.co.uk> <18628.7468.77437.963030@morse.mittelbach-online.de> <48C43A42.9000906@morningstar2.co.uk> <859ec5630809080704l38638b11nf865f1ffd8c53329@mail.gmail.com> <48C577C7.9030809@morningstar2.co.uk> <859ec5630809100509t3621cc5dx17a1bdc5629f06a8@mail.gmail.com> <48C7FA91.2030203@morningstar2.co.uk> X-Mailer: VM 7.19 under Emacs 21.3.1 X-Provags-ID: V01U2FsdGVkX185TymcrNJPUjId1moY+ajkvuQFHVo0oIM33fE Pu3RBxftNevl471jJ6ETCFRJ+iUipW+qNIgzDvP+q9e7bn17Xg 12iDPsiNzYm+/WdRGx84P7RX4Jsu/ur X-Spam-Whitelist-Provider: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by listserv.uni-heidelberg.de id m8AHbjw3029168 Message-ID: <18632.1504.142707.815202@morse.mittelbach-online.de> Date: Wed, 10 Sep 2008 19:37:36 +0200 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Frank Mittelbach Subject: Re: Spaces To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <48C7FA91.2030203@morningstar2.co.uk> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-ProteoSys-SPAM-Score: -102.464 () BAYES_00,FORGED_RCVD_HELO,USER_IN_WHITELIST X-Scanned-By: MIMEDefang 2.64 on 213.139.130.197 Return-Path: owner-latex-l@LISTSERV.UNI-HEIDELBERG.DE X-OriginalArrivalTime: 10 Sep 2008 17:41:43.0996 (UTC) FILETIME=[7D83DFC0:01C9136C] Status: R X-Status: X-Keywords: X-UID: 5275 Joseph Wright writes: > Morten Høgholm wrote: > > [snip] > > From l3messages: > > > > % \begin{macro}{\text_put_sp:} > > % \begin{macro}{\text_put_four_sp:} > > % We need these functions for certain error and warning messages > > % right away. They put one and four spaces into the message stream. > > % \begin{macrocode} > > \def_new:Npn \text_put_sp: {~} > > \def_new:Npn \text_put_four_sp: {\text_put_sp: \text_put_sp: > > \text_put_sp: \text_put_sp: } > > % \end{macrocode} > > % \end{macro} > > % \end{macro} > > % > > As you may have guessed, I'm using source quite heavily for finding > things I suspect may exist. \text_put_sp: is not in the "documentation" > part of source3, so doesn't show up by default. Looking at l3messages, > it seems there is quite a bit that doesn't make it to the "use" part. I > shall read the implementation properly on this. some of it is probably simply neglect, some of it is because some stuff is more experimental or not fully thought through ... frank