From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24770 invoked from network); 15 Oct 1999 14:58:11 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 15 Oct 1999 14:58:11 -0000 Received: (qmail 16497 invoked by alias); 15 Oct 1999 14:58:04 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8287 Received: (qmail 16489 invoked from network); 15 Oct 1999 14:58:03 -0000 To: zsh-workers@sunsite.auc.dk Subject: PATCH: _pbm continuation line problems MIME-Version: 1.0 (generated by AKEMI 1.13.2 - =?ISO-2022-JP?B?Ig==?= =?ISO-2022-JP?B?GyRCQTA0Y0s8GyhCIg==?=) Content-Type: text/plain; charset=US-ASCII From: Tanaka Akira Date: 15 Oct 1999 23:58:01 +0900 Message-ID: User-Agent: Chao-gnus/6.12.5 AKEMI/1.13.2 (=?ISO-2022-JP?B?GyRCQTAbKEI=?= =?ISO-2022-JP?B?GyRCNGNLPBsoQg==?=) FLAM-DOODLE/1.12.6 (=?ISO-2022-JP?B?GyRCM3cbKEI=?= 10R4.0/5.0) Emacs/20.4 (sparc-sun-solaris2.6) MULE/4.0 (HANANOEN) I found some continuaiton line problems in _pbm. Index: Completion/User/_pbm =================================================================== RCS file: /projects/zsh/zsh/Completion/User/_pbm,v retrieving revision 1.1.1.8 diff -u -F^( -r1.1.1.8 _pbm --- Completion/User/_pbm 1999/09/13 14:02:43 1.1.1.8 +++ Completion/User/_pbm 1999/10/15 14:56:24 @@ -36,13 +36,13 @@ fitstopgm) _arguments \ - '-image[specify image number]:image number:' + '-image[specify image number]:image number:' \ ':file: _pbm' ;; fitstopnm) _arguments \ - '-image[specify image number]:image number:' + '-image[specify image number]:image number:' \ '-noraw[produce ASCII pnm file]' \ '(-min -max)-scanmax[force scanning data for minimum and maximum]' \ '-printmax[only print minimum and maximum values]' \ @@ -62,7 +62,7 @@ giftopnm) _arguments \ '-verbose[verbose mode]' \ - '-comments[only print comment fields]' + '-comments[only print comment fields]' \ '-image[specify image number]:image number:' \ ':file: _pbm' ;; @@ -728,8 +728,8 @@ '-headerskip:header bytes to skip:' \ '-rowskip:row padding to skip:' \ '(-rgb -rbg -grb -gbr -brg -bgr)'-{rgb,rbg,grb,gbr,brg,bgr} \ - '(-interrow)-interpixel' \ - '(-interpixel)-interrow' \ + '(-interrow)-interpixel' \ + '(-interpixel)-interrow' \ ':width:' ':height:' ':grayscale bytes:' ;; -- Tanaka Akira