From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15666 invoked by alias); 10 Jan 2016 07:42:45 -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: 37533 Received: (qmail 16730 invoked from network); 10 Jan 2016 07:42:44 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=GM0kYRIjKgD23MYSf0B75izLixIYRsLOfG8AcX85sCU=; b=o94RZjONZdceGf2ssvUaRovaRgkqeOiQ/zfIIXtyrC5jqVRJw2Qz0b7DbdH6zAnch7 9NxxvMEHQXd0qhzguPqtirN39gSHtmwrJhc/a7mNW/lfB7/H+FulMGcpHqblqRI3jn5O +cwwQyqeBHQUPGH/W2quNsder4Wm6PJ+2QPCWUtXn2gS5i+qKJBwMoFMotoqeEHgYvbn JMKrYKaWkCZZJH2pB0uXbeRZZ07rSC7vYF4PeAvZQhqzyrE8AnDZfCmFsooHlcdA62Rb 9E6nzCz3mgSOrWuvSZYQX7rGZkMqCK05D8crNAEEwDldT4j5CQkEhZmmGIgCVsEU21PV K1kw== X-Received: by 10.112.198.102 with SMTP id jb6mr5483090lbc.44.1452411763073; Sat, 09 Jan 2016 23:42:43 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20160110003758.GA28696@tarsus.local2> References: <20160110003758.GA28696@tarsus.local2> From: Sebastian Gniazdowski Date: Sun, 10 Jan 2016 08:42:23 +0100 Message-ID: Subject: Re: backward-kill-shell-word widget To: Daniel Shahaf Cc: Zsh hackers list Content-Type: text/plain; charset=UTF-8 On 1 January 2016 at 01:37, Daniel Shahaf wrote: > If you use zsh 5.1.1 or older, comment the 'zle -f' line. (Without that > line, using this widget followed by another kill followed by a yank > won't include the text this widget killed in the yank.) So you submit for people, not for commit? You could use is-at-least to submit for commit? Best regards, Sebastian Gniazdowski