Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Wed, 17 Sep 2008 17:19:06 +0200 Received: by mail.proteosys.com (8.13.8/8.13.8) with ESMTP id m8HFJ1kh018610 for ; Wed, 17 Sep 2008 17:19:02 +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 m8HFDw2w007107 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 17 Sep 2008 17:13:58 +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 m8HE689A010773; Wed, 17 Sep 2008 17:13:53 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 41226 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Wed, 17 Sep 2008 17:13:53 +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 m8HFDr72005700 for ; Wed, 17 Sep 2008 17:13:53 +0200 Received: from rv-out-0708.google.com (rv-out-0708.google.com [209.85.198.244]) by relay.uni-heidelberg.de (8.14.1/8.14.1) with ESMTP id m8HFDmwp010232 for ; Wed, 17 Sep 2008 17:13:52 +0200 Received: by rv-out-0708.google.com with SMTP id c5so3173642rvf.10 for ; Wed, 17 Sep 2008 08:13:47 -0700 (PDT) Received: by 10.141.185.3 with SMTP id m3mr6603480rvp.40.1221664427837; Wed, 17 Sep 2008 08:13:47 -0700 (PDT) Received: from ?10.0.1.102? ( [219.90.252.234]) by mx.google.com with ESMTPS id b8sm27661180rvf.4.2008.09.17.08.13.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 17 Sep 2008 08:13:47 -0700 (PDT) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) References: <48D1198D.4010604@morningstar2.co.uk> X-Mailer: Apple Mail (2.929.2) X-Spam-Whitelist: Message-ID: <58E7FA9B-38D8-4158-BE6B-3C21AC67FA25@gmail.com> Date: Thu, 18 Sep 2008 00:43:43 +0930 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Will Robertson Subject: Re: l3messages To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: <48D1198D.4010604@morningstar2.co.uk> 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: 17 Sep 2008 15:19:06.0979 (UTC) FILETIME=[BA06F330:01C918D8] Status: R X-Status: X-Keywords: X-UID: 5342 On 18/09/2008, at 12:21 AM, Joseph Wright wrote: > You could probably miss out the "*", and just have something like: > > \MessageStatus{info} % info for everything > \MessageStatus{fontspec = warn} > \MessageStatus{fontspec/AREA = err} > \MessageStatus{/kernel/math/DivideByZero = ignore} > > based on a "keys" approach (for example, I think that my suggested > l3keys could probably manage this, or something similar but > dedicated). Ah yes, I hadn't connected the two ideas yet! That would be perfect. Will