From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27419 invoked by alias); 13 Feb 2011 19:05:08 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 28754 Received: (qmail 24054 invoked from network); 13 Feb 2011 19:04:57 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at oracle.com does not designate permitted sender hosts) Message-ID: <4D5810D7.5060608@oracle.com> Date: Sun, 13 Feb 2011 12:11:51 -0500 From: Sebastien Roy User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.2.13) Gecko/20110117 Lightning/1.0b2 OracleBeehiveExtension/1.0.0.2-OracleInternal ObetStats/CAT_1289593290052-961266911 Thunderbird/3.1.7 MIME-Version: 1.0 To: zsh-workers@zsh.org Subject: zsh autocompletion not quite right for "sccs delget" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: acsmt354.oracle.com [141.146.40.154] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A0B0205.4D58113C.01AC:SCFMA4539814,ss=1,fgs=0 Hi folks, I'm running zsh 4.3.10, and the "sccs delget " command doesn't do autocompletion on the file argument. This is in contrast with other sccs subcommands (e.g. diffs, create, etc.), which correctly do this. It appears that there's a files argument missing from the delget entry in the Completion/Unix/_sccs completion file: sact|print) _sccs_files;; create|enter) _files;; deledit|delget|delta) _arguments '-s[silent]' '-y+[specify delta commentary]:comment' ;; diffs) _diff_options diff "$sfiles" "$ropt" "$copt" \ '-C[output a context diff]' ;; -Seb