From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16848 invoked from network); 22 Feb 2001 12:15:05 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 22 Feb 2001 12:15:05 -0000 Received: (qmail 25457 invoked by alias); 22 Feb 2001 12:15:00 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13520 Received: (qmail 25446 invoked from network); 22 Feb 2001 12:15:00 -0000 Message-ID: To: zsh-workers@sunsite.dk (Zsh hackers list) Subject: Re: Completion services + xterm auto-margin revisited In-Reply-To: Your message of "Thu, 22 Feb 2001 13:02:22 +0100." <200102221202.NAA18489@beta.informatik.hu-berlin.de> Date: Thu, 22 Feb 2001 12:14:32 +0000 From: Peter Stephenson > Maybe for now we should just make the description shorter? OK, how about this for now? Index: Completion/Builtins/_vars_eq =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/Builtins/_vars_eq,v retrieving revision 1.7 diff -u -r1.7 _vars_eq --- Completion/Builtins/_vars_eq 2000/05/16 09:55:55 1.7 +++ Completion/Builtins/_vars_eq 2001/02/22 12:13:16 @@ -6,8 +6,8 @@ allargs=( \ A '(-E -F -L -R -T -U -Z -a -f -i -m)-A[specify that arguments refer to associative arrays]' \ - E '(-A -F -L -R -T -U -Z -a -f -i -m)-E[represent internally as floating point, use engineering notation on output]' \ - F '(-A -E -L -R -T -U -Z -a -f -i -m)-F[represent internally as floating point, use fixed point decimal on output]' \ + E '(-A -F -L -R -T -U -Z -a -f -i -m)-E[floating point, use engineering notation on output]' \ + F '(-A -E -L -R -T -U -Z -a -f -i -m)-F[floating point, use fixed point decimal on output]' \ L '(-A -E -F -f -i)-L+[left justify and remove leading blanks from value]:width' \ R '(-A -E -F -f -i)-R+[right justify and fill with leading blanks]:width' \ T '(-A -E -F -a -f -g -h -i -l -m -t)-T[tie scalar to array]' \ @@ -33,7 +33,7 @@ use="AEFLRTUZafghilmrtux" -case ${words[1]} in +case ${service} in float) use="EFghlrtux";; functions) use="Umtu" -- Peter Stephenson Software Engineer Cambridge Silicon Radio, Unit 300, Science Park, Milton Road, Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070