From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3276 invoked by alias); 27 Oct 2010 13:01:03 -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: 28378 Received: (qmail 12555 invoked from network); 27 Oct 2010 13:00:53 -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=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.161.171 as permitted sender) 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= MIME-Version: 1.0 In-Reply-To: <87k4l34yfb.fsf@gmail.com> References: <4BF51CF3.8010609@kth.se> <4CC7EB88.8020105@kth.se> <20101027110240.16941d1f@pwslap01u.europe.root.pri> <4CC801C1.1020109@kth.se> <20101027114840.2e586852@pwslap01u.europe.root.pri> <87k4l34yfb.fsf@gmail.com> Date: Wed, 27 Oct 2010 14:29:14 +0200 Message-ID: Subject: Re: Prefixed backslash removed when completing command From: Mikael Magnusson To: Mikael Auno , zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 27 October 2010 14:23, =C5=A0t=C4=9Bp=C3=A1n N=C4=9Bmec wrote: > Peter Stephenson 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 =3D (this will expand the word to the full path to the binary, anywhere on the command line). --=20 Mikael Magnusson