X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["756" "Mon" "29" "June" "1998" "17:00:17" "+1000" "Richard Walker" "Richard.Walker@CS.ANU.EDU.AU" nil "16" "Re: Modules" "^Date:" nil nil "6" nil "Modules" nil nil nil] nil) Received: from listserv.gmd.de (listserv.gmd.de [192.88.97.1]) by mail.Uni-Mainz.DE (8.8.8/8.8.8) with ESMTP id JAA28408; Mon, 29 Jun 1998 09:01:02 +0200 (MET DST) Received: from lsv1.listserv.gmd.de (192.88.97.2) by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <8.E67CD8EA@listserv.gmd.de>; Mon, 29 Jun 1998 9:01:00 +0200 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 373235 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Mon, 29 Jun 1998 09:00:52 +0200 Received: from ricetub.anu.edu.au (richard@ricetub.anu.edu.au [150.203.166.61]) by relay.urz.uni-heidelberg.de (8.8.8/8.8.8) with ESMTP id JAA25696 for ; Mon, 29 Jun 1998 09:00:47 +0200 (MET DST) Received: (from richard@localhost) by ricetub.anu.edu.au (8.8.2/8.8.2) id RAA16896; Mon, 29 Jun 1998 17:00:17 +1000 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <199806230127.LAA12452@ricetub.anu.edu.au> <199806220631.QAA11602@ricetub.anu.edu.au> <199806271853.UAA29351@frank.zdv.uni-mainz.de> <199806281358.XAA16592@ricetub.anu.edu.au> X-Mailer: VM 6.29 under Emacs 19.34.1 Message-ID: <199806290700.RAA16896@ricetub.anu.edu.au> Reply-To: Mailing list for the LaTeX3 project In-Reply-To: Date: Mon, 29 Jun 1998 17:00:17 +1000 From: Richard Walker Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: Modules Status: R X-Status: X-Keywords: X-UID: 2607 Hans Aberg writes: > >(or according to Hans - I need more convincing): > > > > \hierarchical/path/to/module/perhaps_with > > _underscores/macro_name:argspec: > > The only point with a terminating ":" would be to make it easier > to know where the argspec ends if one processes the command > name. This could be done otherwise by a convention that the argspec > can only occupy one letter, or if that does not give sufficiently > many combinations, that if the first letter is uppercase it is a > two letter argspec, or something. Hmm . . . at this stage let's say that an argspec can only contain A-Z and a-z. Then the argspec is the longest contiguous sequence of letters after the colon - easily specified with a regular expression.