From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11341 invoked from network); 21 Jan 2007 15:15:40 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=ham version=3.1.7 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 21 Jan 2007 15:15:40 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 36511 invoked from network); 21 Jan 2007 15:15:34 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 21 Jan 2007 15:15:34 -0000 Received: (qmail 17227 invoked by alias); 21 Jan 2007 15:15:31 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23117 Received: (qmail 17218 invoked from network); 21 Jan 2007 15:15:31 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 21 Jan 2007 15:15:31 -0000 Received: (qmail 36144 invoked from network); 21 Jan 2007 15:15:31 -0000 Received: from mailfe04.tele2.fr (HELO swip.net) (212.247.154.108) by a.mx.sunsite.dk with SMTP; 21 Jan 2007 15:15:25 -0000 X-Cloudmark-Score: 0.000000 [] Received: from [80.170.0.172] (account eu1388219@tele2.fr HELO localhost) by mailfe04.swip.net (CommuniGate Pro SMTP 5.0.12) with ESMTPA id 388871367 for zsh-workers@sunsite.dk; Sun, 21 Jan 2007 16:15:25 +0100 Date: Sun, 21 Jan 2007 16:15:24 +0100 From: "arno." To: zsh-workers@sunsite.dk Subject: bug: yafc completion does not handle exclusive options Message-ID: <20070121151524.GA20231@localhost.localdomain> Mail-Followup-To: zsh-workers@sunsite.dk MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qMm9M+Fa2AknHoGS" Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I made an error in _yafc completion (zsh-workers 22908) The same error as in _getmail by the way. Here is a correction arno. Index: Completion/Unix/Command/_yafc =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_yafc,v retrieving revision 1.1 diff -u -r1.1 _yafc --- Completion/Unix/Command/_yafc 25 Oct 2006 13:13:23 -0000 1.1 +++ Completion/Unix/Command/_yafc 21 Jan 2007 15:12:00 -0000 @@ -6,19 +6,19 @@ '(--anon -a)'{--anon,-a}'[Try an anonymous login]' '(--debug -d)'{--debug,-d}'[Print all messages to/from server]' '(--dump-rc -D)'{--dump-rc,-D}'[Print the default configuration file]' - '(--mechanism,-m)'{--mechanism=3D-,-m}'[specify a security mechanism]:= security mechanism:(krb4, krb5, none)' - '(--norc,-n)'{--norc,-n}'[Do not read the users configuration file]' - '(--noproxy,-p)'{--noproxy,-p}'[Do not connect via the proxy]' - '(--quiet,-q)'{--quiet,-q}'[Do not print the welcome message]' - '(--rcfile,-r)'{--rcfile=3D-,-r}'[Specify a configuration file]:config= uration file:_files' - '(--trace,-t)'{--trace=3D-,-t-}'[Specify a trace file]:trace file:_fil= es' - '(--noauto,-u)'{--noauto,-u}'[Do not login automagically]' - '(--noalias,-U)'{--noalias,-U}'[As --noauto, but bookmark aliases is d= isabled]' - '(--verbose,-v)'{--verbose,-v}'[print all responses received]' - '(--wait,-w)'{--wait,-w=3D}'[Specify a waiting time between connection= attempts]:wait time: ' - '(--workdir,-W)'{--workdir=3D,-W+}'[Use a different working directory]= :working directory:_directories' - '(--version,-V)'{--version,-V}'[Print version information]' - '(--help,-h)'{--help,-h}'[Print a short help description]' + '(--mechanism -m)'{--mechanism=3D-,-m}'[specify a security mechanism]:= security mechanism:(krb4, krb5, none)' + '(--norc -n)'{--norc,-n}'[Do not read the users configuration file]' + '(--noproxy -p)'{--noproxy,-p}'[Do not connect via the proxy]' + '(--quiet -q)'{--quiet,-q}'[Do not print the welcome message]' + '(--rcfile -r)'{--rcfile=3D-,-r}'[Specify a configuration file]:config= uration file:_files' + '(--trace -t)'{--trace=3D-,-t-}'[Specify a trace file]:trace file:_fil= es' + '(--noauto -u)'{--noauto,-u}'[Do not login automagically]' + '(--noalias -U)'{--noalias,-U}'[As --noauto, but bookmark aliases is d= isabled]' + '(--verbose -v)'{--verbose,-v}'[print all responses received]' + '(--wait -w)'{--wait,-w=3D}'[Specify a waiting time between connection= attempts]:wait time: ' + '(--workdir -W)'{--workdir=3D,-W+}'[Use a different working directory]= :working directory:_directories' + '(--version -V)'{--version,-V}'[Print version information]' + '(--help -h)'{--help,-h}'[Print a short help description]' '*:address:_yafc_address' ) =20 @@ -42,3 +42,4 @@ } =20 _yafc "$@" +# vim: se ft=3Dzsh tw=3D80: --qMm9M+Fa2AknHoGS Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFFs4OMiH9aBScBsrMRAuN8AJ4iFuolkBzB2krCzng66klOkLYkSwCgobxW tsVBBDUsrBQB0+A1QxcnkY0= =oiT9 -----END PGP SIGNATURE----- --qMm9M+Fa2AknHoGS--