From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 420 invoked by alias); 7 Nov 2013 18:07:47 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 18118 Received: (qmail 16752 invoked from network); 7 Nov 2013 18:07:33 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) 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,HTML_MESSAGE,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=NmycE4AdmXRbTIKuZkwaxBPg7f2Deuazl5F14hxiSFU=; b=EOY0XJgpZHWZCQJDhlCFz/RMB0lII5MtaD0JhfFW99ZwYZycrW+7WEtZ7PzFzJc7Qe d5ET2U3LB0FX3iGvgK0dHJkdVSV6eDsveFtriXEXnDD40+p/UdV09xURd0Wv6nz3rmLx +YRRp+B0jC7gJts8XFWAWCwoacwFtofm44ZLbrPoq/En7xj3uzH2tLONcGriXh8h1mtS mqRe6YXFmvzAXBAOOJq4qnFdYW6XdNsC+qBT0Affd12siWolljE8cqXD7uuwVwMspTe3 vkg22eW7uq+aX1Ybpd77hFWB99t1rOyUQo0vnP3AiTSqpTc0sqmD1zcENsc0raFofS2J azeQ== MIME-Version: 1.0 X-Received: by 10.152.120.5 with SMTP id ky5mr7352146lab.18.1383847648924; Thu, 07 Nov 2013 10:07:28 -0800 (PST) In-Reply-To: <20131107094447.0302656e@pwslap01u.europe.root.pri> References: <131030092555.ZM8077@torch.brasslantern.com> <131105075700.ZM18043@torch.brasslantern.com> <20131105161858.543037da@pwslap01u.europe.root.pri> <131105114640.ZM18224@torch.brasslantern.com> <131105124000.ZM18277@torch.brasslantern.com> <20131106200715.6e549a6e@pws-pc.ntlworld.com> <20131107094447.0302656e@pwslap01u.europe.root.pri> Date: Thu, 7 Nov 2013 16:07:28 -0200 Message-ID: Subject: Re: Fish-like autosuggestions From: Thiago Padilha To: Peter Stephenson Cc: Zsh-Users List Content-Type: multipart/alternative; boundary=089e01227ca489990e04ea9a23d6 --089e01227ca489990e04ea9a23d6 Content-Type: text/plain; charset=UTF-8 On Thu, Nov 7, 2013 at 6:44 AM, Peter Stephenson wrote: > > I'll probalby commit this before 5.0.3 (not 4.0.3) since it shouldn't > break anything existing and I should be able to confirm that as I use > the old interface all the time. > > pws > Does that mean in zsh 5.0.3 'zle -F' hooks will enter zle context automatically? If so I'm going to use the 'is-at-least' function as a condition to enable the completion server and only work with history suggestions for lower versions --089e01227ca489990e04ea9a23d6--