Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Wed, 10 Sep 2008 18:57:14 +0200 Received: by mail.proteosys.com (8.13.8/8.13.8) with ESMTP id m8AGv6rM017704 for ; Wed, 10 Sep 2008 18:57:07 +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 m8AGniKD019790 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 10 Sep 2008 18:49:44 +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 m89M1PSc032197; Wed, 10 Sep 2008 18:49:36 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 32750 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Wed, 10 Sep 2008 18:49:36 +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 m8AGna0F025836 for ; Wed, 10 Sep 2008 18:49:36 +0200 Received: from mailgate5.uea.ac.uk (mailgate5.uea.ac.uk [139.222.130.185]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id m8AGnMOV019251 for ; Wed, 10 Sep 2008 18:49:25 +0200 Received: from [139.222.128.187] (helo=ueams04.uea.ac.uk) by mailgate5.uea.ac.uk with esmtp (Exim 4.50) id 1KdSsc-0000bH-5T for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Wed, 10 Sep 2008 17:49:22 +0100 Received: from [139.222.202.58] by ueams04.uea.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1KdSsc-0001Jo-3y for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Wed, 10 Sep 2008 17:49:22 +0100 User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 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> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <48C7FA91.2030203@morningstar2.co.uk> Date: Wed, 10 Sep 2008 17:49:21 +0100 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Joseph Wright Subject: Re: Spaces To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <859ec5630809100509t3621cc5dx17a1bdc5629f06a8@mail.gmail.com> Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-ProteoSys-SPAM-Score: -2.599 () BAYES_00 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 16:57:14.0206 (UTC) FILETIME=[46323FE0:01C91366] Status: R X-Status: X-Keywords: X-UID: 5274 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. -- Joseph Wright