From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6425 invoked by alias); 18 Jun 2015 21:15: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: 35520 Received: (qmail 16976 invoked from network); 18 Jun 2015 21:15:06 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.0 From: Hong Xu To: zsh-workers@zsh.org Subject: BUG: java command auto complete is incorrect if `-jar` is used Date: Thu, 18 Jun 2015 13:57:16 -0700 Message-ID: <87bngcpwer.fsf@topbug.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Zoho-Virus-Status: 1 --=-=-= Content-Type: text/plain Hi, The java command with `-jar` switch is used in the following way: java [ options ] -jar file.jar [ argument ... ] The zsh autocomplete behaves in a strange way: java -jar f # works java -jar file.jar x # should complete file names, etc but not working java -jar file.jar whatever x # completes file names correctly The second case above is incorrect. Hong --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJVgzCsAAoJECZsfTOCL4R4l48QANxS2eqvCUlNvQM2Q0H6EIxq oc2cL2DOKjnM28N5L6fNi2QjoNzoH+Fyf0zgjvq08z50KMywzjWpgCurmlLYl4O/ jhBs1lPRCr9SgdzYosYUDmalMzJ3sHmJEFrSoprT+sy81ULzHCVAeQEwtka8d+XR 5Fa7By1Rx9NgSS9SHssUBvs+sCKgm4UcdzXEcJ2eDpHVWR81sC9UGLQqVvKK1yjq Lnb56shqSxBAXLqR10w08A/ixARav9Mvs12X/AfUs4MU0H5DQiPbG/m64SueWkIH o4BJ9XjqXZjM0oZDyq9O3bVgSOmpj9kiGMq0TbHZjBcYJ4Ntvh9OPIKd70rXfr41 dZxnMkww9hQ47r4mRxqmgrO0VMWZXfPzwvBX+I8/RB8nNvDLDxg6dPz815PFQ3Ei 94Khe1cVuNVmbLJAEsL35s5f9mQZ9sJAgCJmbbqUMFsEctkdXd8XqBThLqLCPhy8 epgpNvtD3i6p6OZBpxOYh06W6adORfn9ZoBWwtGPBommFgPxFJxeU5RB+S3KDqG5 MUPxKiT3TKmMiWUxOYow2353sGg4URCtQ0uK8ulvVIbFgAgmFQggtgQvnNM5WBLO yxLy6Y8qggfCeX4S00AAH3qmdAOhU0JaaL7bT8i4fbo5wm+EbFyT2U7/aOphAiZs xredT3xOPreVuSHXCOnU =lsPM -----END PGP SIGNATURE----- --=-=-=--