From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19169 invoked by alias); 19 May 2011 16:05:44 -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: 29325 Received: (qmail 22022 invoked from network); 19 May 2011 16:05:41 -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.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.218.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=InVH7ekJV7plq8+ARTiTASzCJ1BofnwT3CdpY4se1Vw=; b=jF8Va6sXdr6YKclzBj3stM3n0Pa19kBi1yLBjpxxMhWfCUZuaCktmsaR7q5E2rayP6 P3SVpOjHueonHjpf4AGCCCwnAKyF46CNAK7Zx/6S4x5p01AQiB+/fqojaYrsdFeYj5Ca q5W2OE/snvuT91mLzQXwNUBf7u/HjOJomucIM= 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 :cc:content-type; b=hjzkPV5DihEqQIY7BnYF229mRi3EZiZmrLIa3tpwm2B9NVN0pWYYHNUSjr3bwUlYe6 zubvMNomIoEVAEBAbkeQMT/wjWDlc5eyvwpLRQZYXkd4u+b7COOZfX9xNuBIdCmbbKy+ obT+0Uzw5u8Wvqijjg7gXWie1dSx2T8F5MUhs= MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 19 May 2011 18:00:12 +0200 Message-ID: Subject: Re: tab inserts literal tab instead of completing at beginning of line From: Mikael Magnusson To: Bart Schaefer Cc: Zsh hackers list Content-Type: text/plain; charset=UTF-8 On 19 May 2011 17:19, Bart Schaefer wrote: > On Thu, May 19, 2011 at 2:36 AM, Mikael Magnusson wrote: >> >> Well, in my case there's no more input, just me pressing tab. How's >> this? (it works) > > Sorry, I'm not sure what this does. Add an "empty" value to the > insert-tab style? If so then that's OK, I think. Ah, I was in my own little world there, I see more context is needed :). What it does is what I described last in my first message: insert a tab if the line is empty, or contains only tabs (presumably you want to paste more than one sometimes), otherwise completion as usual. -- Mikael Magnusson