zsh-users
 help / color / mirror / code / Atom feed
From: Peter Stephenson <Peter.Stephenson@csr.com>
To: "zsh-users" <zsh-users@zsh.org>
Subject: Re: Completion and double quotes
Date: Thu, 12 Aug 2010 10:31:26 +0100	[thread overview]
Message-ID: <20100812103126.64aa5bce@csr.com> (raw)
In-Reply-To: <201008112130.10895.joke@seiken.de>

On Wed, 11 Aug 2010 21:30:08 +0200
Joke de Buhr <joke@seiken.de> wrote:
> Currently my completion is somehow configured to transform double
> quoted paths to backslash escaped paths.
> 
> Example:
>   ls /path/to/"file with"<TAB> -> /path/to/file\ with\ spaces
> 
> I would like the completion not to touch the quotation.

It's not configurable, but you can put the double quote right at the start
of the filename and it probably does what you want.

The code for handling quoting in completion is utterly impenetrable.  It's
actually at it's worst when you're in a nested expression, for example inside:

  su -c 'ls /path/to/"file with"<TAB>

which is quite liable to crash the shell (I didn't dare try).  Even so,
it's bad enough even in the "simple" case that I don't think it's ever
going to be able to second guess intentions to the sort of level you want.
Of course, as always, if someone has a few dozen of hours of spare time and
wants to make it their life's work to improve, that's fine.

-- 
Peter Stephenson <pws@csr.com>            Software Engineer
Tel: +44 (0)1223 692070                   Cambridge Silicon Radio Limited
Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, UK


Member of the CSR plc group of companies. CSR plc registered in England and Wales, registered number 4187346, registered office Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom


  parent reply	other threads:[~2010-08-12  9:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-11 19:30 Joke de Buhr
2010-08-11 21:51 ` Benjamin R. Haskell
2010-08-11 22:29   ` Joke de Buhr
2010-08-12  9:31 ` Peter Stephenson [this message]
2010-08-12 10:53   ` Joke de Buhr
2010-08-12 11:03     ` Peter Stephenson
2010-08-12 15:57   ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100812103126.64aa5bce@csr.com \
    --to=peter.stephenson@csr.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).