From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9867 invoked from network); 16 May 2000 08:55:48 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 16 May 2000 08:55:48 -0000 Received: (qmail 357 invoked by alias); 16 May 2000 08:55:40 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11402 Received: (qmail 350 invoked from network); 16 May 2000 08:55:39 -0000 Date: Tue, 16 May 2000 09:55:12 +0100 From: Peter Stephenson Subject: Re: PATCH: Completion matching control test. (Try 2) In-reply-to: "Your message of Mon, 15 May 2000 23:04:35 PDT." <20000516060435.682.qmail@web1303.mail.yahoo.com> To: zsh-workers@sunsite.auc.dk (Zsh hackers list) Message-id: <0FUN0039YA3ZBO@la-la.cambridgesiliconradio.com> Content-transfer-encoding: 7BIT > Here is another attempt at posting the matching test. I haven't added this myself, since it's going to be Sven that resolves any changes. It can be held over if necessary --- there's no point in sending out tests in a distribution if they're going to produce failures we already know about, which just creates (shudder) moral pressure. 3.1.7-pre-4 has been pushed back 1) because it takes hours to go through all of compsys.yo 2) because of all the small but important fixes to things like menu selection 3) because, unfortunately, I'm not going on holiday in the near future. By the way here's a minor fix and addition to the octalzeroes manual entry which I can't be bothered to post separately. Index: Doc/Zsh/options.yo =================================================================== RCS file: /cvsroot/zsh/zsh/Doc/Zsh/options.yo,v retrieving revision 1.5 diff -u -r1.5 options.yo --- Doc/Zsh/options.yo 2000/05/15 18:48:21 1.5 +++ Doc/Zsh/options.yo 2000/05/16 08:50:42 @@ -780,8 +780,10 @@ pindex(OCTAL_ZEROES) cindex(octal, arithmetic expressions) item(tt(OCTAL_ZEROES) )( -Interpret any integer constant beginning with a 0 and not -as octal, per IEEE Std 1003.2-1992 (ISO 9945-2:1993). +Interpret any integer constant beginning with a 0 as octal, per IEEE Std +1003.2-1992 (ISO 9945-2:1993). This is not enabled by default as it +causes problems with parsing of, for example, date and time strings with +leading zeroes. ) pindex(OVERSTRIKE) cindex(editor, overstrike mode) -- Peter Stephenson Cambridge Silicon Radio, Unit 300, Science Park, Milton Road, Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070