Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Prefixed backslash removed when completing command
- X-seq: zsh-workers 28378
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Mikael Auno <auno@xxxxxx>, zsh-workers@xxxxxxx
- Subject: Re: Prefixed backslash removed when completing command
- Date: Wed, 27 Oct 2010 14:29:14 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=R62J6A4Ct/v/Bg6UXCkzu1POOLPyQt4QhMyzowSNGLE=; b=bS2q2ifk9N4KMdUJ4ITG977rw3BPNg/tO2eIm1359D+QHhWMr/1KjwemYs9XIN7ldn FNxGziM20f8rkd3N0pYzmBP/kM+pqeYP/DC5ZIVtg0QdDJ0tMpthkZt0OmxLZ08nPwU6 T+GpwW+EiRdD/mGLEuKc75rSmobUE1YuX1AsY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=kUabf4cs19acFXsH72G4izqvPsxOz7INndHTiOEWchr89gy3EPwkU0cHEEEWmYhFs+ J1afzNYQLRQTAXMpf1aoeW9JzTVO8U/T+4x2BSWklV6ARrMQlrPe9p/BTi6BokWBlJXW z/b8aSqG53o6TwqbLjFUedR9sp6RuU9JXVfxc=
- In-reply-to: <87k4l34yfb.fsf@xxxxxxxxx>
- 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> <4CC801C1.1020109@xxxxxx> <20101027114840.2e586852@xxxxxxxxxxxxxxxxxxxxxxxxx> <87k4l34yfb.fsf@xxxxxxxxx>
On 27 October 2010 14:23, ÅtÄpÃn NÄmec <stepnem@xxxxxxxxx> wrote:
> Peter Stephenson <Peter.Stephenson@xxxxxxx> writes:
>
> [...]
>> +remove an initial backslash following by a character that isn't special,
> ^^^^^^^^^
> followed
>
> Thanks for that addition, I tended to think the same as Mikael (Auno)
> before (i.e. routinely use backslash to prevent alias expansion, not
> realising quotes work just as well).
Another thing that will incidentally prevent alias expansion and still
run the command is prefixing the command with a = (this will expand
the word to the full path to the binary, anywhere on the command
line).
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author