Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Sun, 7 Sep 2008 17:25:19 +0200 Received: by mail.proteosys.com (8.13.8/8.13.8) with ESMTP id m87FPEnI011604 for ; Sun, 7 Sep 2008 17:25:15 +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 m87FKsWP016533 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 7 Sep 2008 17:20:54 +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 m86M1Rbw025539; Sun, 7 Sep 2008 17:20:50 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 20419 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Sun, 7 Sep 2008 17:20:50 +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 m87FKoXw010823 for ; Sun, 7 Sep 2008 17:20:50 +0200 Received: from rv-out-0708.google.com (rv-out-0708.google.com [209.85.198.250]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id m87FKjOl016220 for ; Sun, 7 Sep 2008 17:20:49 +0200 Received: by rv-out-0708.google.com with SMTP id c5so920660rvf.10 for ; Sun, 07 Sep 2008 08:20:44 -0700 (PDT) Received: by 10.141.115.6 with SMTP id s6mr8134961rvm.239.1220800844651; Sun, 07 Sep 2008 08:20:44 -0700 (PDT) Received: from ?10.0.1.102? ( [219.90.231.17]) by mx.google.com with ESMTPS id f42sm5449227rvb.6.2008.09.07.08.20.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 07 Sep 2008 08:20:43 -0700 (PDT) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v928.1) X-Mailer: Apple Mail (2.928.1) X-Spam-Whitelist: Message-ID: <48461707-A2C4-47C3-95C3-0D938ED86A90@gmail.com> Date: Mon, 8 Sep 2008 00:50:39 +0930 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Will Robertson Subject: syntax for _push, _put_left To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE 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: 07 Sep 2008 15:25:19.0300 (UTC) FILETIME=[EFD12040:01C910FD] Status: R X-Status: X-Keywords: X-UID: 5223 Hello, I've moved this discussion from c.t.t. because more people might comment here. On 2008-09-07 22:53:13 +0930, Joseph Wright said: > I'd not thought of that: I was looking for something specifically > mentioning macros. As you say, this works fine. Perhaps a clue in > source3.pdf would be helpful: > > "TeXhackers note: \cs{tlp_gput_right:Nn} can be used in a similar > manner > to the \LaTeXe\ macro \cs{g@addto@macro}." I've definitely thought about something like this before. I think you're right. Even if they're footnotes (and I think the TeXhacker sections should be, too) they would really help the transition. *** As that section mentions (I think; it might actually be in the seq/ clist area) however, the naming system isn't ideal right now with both _put_left and _push doing the same thing. I prefer the former for consistency and the latter for, well, simplicity, so I'm not sure which should stay... Maybe _append and _prepend would be better names in general? W