Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Prefixed backslash removed when completing command
- X-seq: zsh-workers 28380
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Mikael Auno <auno@xxxxxx>, zsh-workers@xxxxxxx
- Subject: Re: Prefixed backslash removed when completing command
- Date: Wed, 27 Oct 2010 08:43:45 -0700
- In-reply-to: <20101027110240.16941d1f@xxxxxxxxxxxxxxxxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <4BF51CF3.8010609@xxxxxx> <4CC7EB88.8020105@xxxxxx> <20101027110240.16941d1f@xxxxxxxxxxxxxxxxxxxxxxxxx>
On Oct 27, 11:02am, Peter Stephenson wrote:
}
} The internals of completion are complicated. There is no prospect of it
} ever being able to preserve quotations in a general way. In particular
} there is no prospect of it ever being able to retain backslashes that
} have no basic syntactic effect.
It strikes me that it might be possible to special-case a backslash as
the very first character in $BUFFER, but it's probably not worth the
effort ...
Messages sorted by:
Reverse Date,
Date,
Thread,
Author