From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20295 invoked by alias); 11 Aug 2010 19:35:43 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 15260 Received: (qmail 12487 invoked from network); 11 Aug 2010 19:35:36 -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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at seiken.de designates 94.23.38.107 as permitted sender) From: Joke de Buhr To: "zsh-users" Subject: Completion and double quotes Date: Wed, 11 Aug 2010 21:30:08 +0200 User-Agent: KMail/1.13.2 (Linux/2.6.32-23-generic; KDE/4.4.2; x86_64; ; ) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart16865027.nqK0Gf9MKu"; protocol="application/pgp-signature"; micalg=pgp-ripemd160 Content-Transfer-Encoding: 7bit Message-Id: <201008112130.10895.joke@seiken.de> --nextPart16865027.nqK0Gf9MKu Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, Currently my completion is somehow configured to transform double quoted pa= ths=20 to backslash escaped paths. Example: ls /path/to/"file with" -> /path/to/file\ with\ spaces I would like the completion not to touch the quotation. But I can't figure = out=20 how to get zsh to do this. The completion should work like this. Example: ls /path/to/"file with" -> /path/to/"file with spaces" I don't remember what completion options caused the current behavior but I= =20 remember having zsh configured to not touch the quotes. --nextPart16865027.nqK0Gf9MKu Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQG7BAABAwAlBQJMYvpBHhhoa3A6Ly9wb29sLnNrcy1rZXlzZXJ2ZXJzLm5ldAAK CRCWUloJhwFWxlkhC/sHHmOJuFAiysM8HiuhDgWvfdMzzZpDBkn0MsBYQ8Cwr8np RVvhnrwgZGzx9w+fK9t9+dNL4HoF3HZZ8JpsA4Om+CGqIFyFU/zrKuSPXC2Rwymx qKpB4VjiSYzHveiSfIxJV3lEUKOKZ9XUZ/WHtsYlAycRpojhPII5or2rkXTAswia CVZQ9h9EF+h5yTMIvyej2NxQn/VLblvp8XzqiM5QEr5IQ7/cA44+nDufyHYIh51h WO7lLYYFEOm29l3kVy2c7uyy5AC3++NMNy/B+SWMR035ByKXu3RvEUO8XWHbVTDv QwjBR65lHPShMGh0EU8uoeqVq1evzoKzDZuuwF3z9G++AlM7IdRYvMv8LvDH3xn6 IhBx1LLaxW5Ls/ySUdWcunIFsQDOMImdkM0fTCLgiZjUM1286ru4EUvV4KV7SFm/ ycedmbu/N3ZQE4a9La5TJvVcn89FRCqNhpPGtjBcWIuPnvjtWgDq5qDUZ2aMIFHi nxlhUT/XURyW5pZIjbo= =TBO+ -----END PGP SIGNATURE----- --nextPart16865027.nqK0Gf9MKu--