From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5957 invoked by alias); 27 Oct 2010 12:24:48 -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: 28376 Received: (qmail 2178 invoked from network); 27 Oct 2010 12:24:47 -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.214.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject :in-reply-to:references:user-agent:date:message-id:mime-version :content-type:content-transfer-encoding; bh=YYIDnB/KLdoaQt7DD7az1ZYOwydktQZi9gyvnWW10mk=; b=U8kDVX4mv6X6W7jilioIa0S4PmfmbnO2Gvf+dvTzBGEgP13wJoUXbwmxZ34RuVywae iAYdJjjueeFeyA1Crv58dfiDvoUoFo8zIpw5WatPoT5sASoSERZfXnjU2YJX/PEDmP3E LH0AtGvQg0+olmMm0aOiLNKVzn5RUhKvTtwVU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type:content-transfer-encoding; b=YaoNRw0NkOJTyFR30dDCAv9kol+BuLix3+6PVywanYcZttPEPh9GvoQxB+BiLp+0hf 5UjuuDwr9yQ4by5PRX1PttrmdTEprr//6JmqQs7NEqe0vkFRkxo747EgDxQdp+H1hg6n 1W6Dy/qNWYtIYvpWdWopKPmGyyjZiyshYfLzI= From: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= To: Peter Stephenson Cc: Mikael Auno , zsh-workers@zsh.org Subject: Re: Prefixed backslash removed when completing command In-Reply-To: <20101027114840.2e586852@pwslap01u.europe.root.pri> (Peter Stephenson's message of "Wed, 27 Oct 2010 11:48:40 +0100") 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> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Date: Wed, 27 Oct 2010 14:23:20 +0200 Message-ID: <87k4l34yfb.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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). =C5=A0t=C4=9Bp=C3=A1n