From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17863 invoked by alias); 9 Feb 2016 15:58:00 -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: 21259 Received: (qmail 19330 invoked from network); 9 Feb 2016 15:57:59 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version:content-type; bh=RQkr75Qp9+OhnPU4XEmpmFfh0kUIfMPGz4dsqEFnuxA=; b=z7yNHqc5lFxnbzC0ZFHoal8VDOp39AdjKQSHlwcBFbkJQDx3WAs8DVvvr7PlsBvErA zU5Ouba+1Tg7TfdATJ1X4BGk7LF5kxFQOhtWXxI8Up1nMVKmfZ6Ef1X8whWp8njDUyPh Pb4dvu5xMy2TrbEEAlsOColU9KTLdzQggpGp5FqwspWPZN0neOlNd/GVJxBQZhEHWOhX tbWB0JGQpf3xp3flRd79gpAY0wgpZPruZRBfc1VzhVappDrffE0K0sKPPXvPPWYr/DTt ZGgdpltlWLKgteRuZMuanSSyfzdELDL8T4yV+fCzt1p+L38A6eQc/gzJW2oDSA31ezGZ zPJA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=RQkr75Qp9+OhnPU4XEmpmFfh0kUIfMPGz4dsqEFnuxA=; b=EsRdYmGIKsrAUZo43yqbhxsQZEfOE7Tk7qD20ZYuJpmA7CiL3s2vjb2pwrJWFKx3c2 fITfiAfmSZIa3vUpF5ujuipliYQUKmLxh9V/7ylUanE+JOjHhL9f0eInVrfH9JpFH+Fi grK7f1+CKYdDRclaYAAZftzPk+OfYxFxZZHJ1Z3cm+E4rMcgVR+Cfr3+bSimJ+Ru3WjX iktY1cQPeru4qP35abEVWUSpM/jaWYcwIYREPdZyMWohB/sx2TMNexmr8zX5HRs9cp2U Oexw90nrJSBpnpb6T2e+M2CTCZbzSWlini2pkbSpr39dqv4sqthXIQu9NjX8bSyGfTLH 7CDw== X-Gm-Message-State: AG10YOQgXyT3xp7D3A8w6tSmmmcJko6+Zl0XsyKkcQeiNUuORf2x2BREBEUbBaWCO8M3Qw== X-Received: by 10.66.141.142 with SMTP id ro14mr50681079pab.112.1455033476531; Tue, 09 Feb 2016 07:57:56 -0800 (PST) From: Bart Schaefer Message-Id: <160209075804.ZM30897@torch.brasslantern.com> Date: Tue, 9 Feb 2016 07:58:04 -0800 In-Reply-To: <56B9BA4A.30805@apjanke.net> Comments: In reply to Andrew Janke "Best practice for smkx and ZLE?" (Feb 9, 5:07am) References: <56B9BA4A.30805@apjanke.net> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-users@zsh.org Subject: Re: Best practice for smkx and ZLE? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Feb 9, 5:07am, Andrew Janke wrote: } } Is there a consensus in the Zsh community about whether we should } generally be using smkx/rmkx in zle-line-init/finish to switch in to } application keypad mode when ZLE is active? I would have to say "no, there is not." Also you might get three different answers depending on whether you ask here, or on IRC, or among omz users.