From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 77 invoked by alias); 5 Jul 2015 16:27:51 -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: 20306 Received: (qmail 19369 invoked from network); 5 Jul 2015 16:27:50 -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=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H2 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=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to :disposition-notification-to:user-agent; bh=SaLq9bBRyYmewFmcCJ2ZPOF12WPZrb8IDuOxaDKNFPs=; b=Q21fJMQKzYfJTvlE+eR071b/OiCBg+KygUUxHGllMTTdA5AWYKimkMKe38fKYOWRfs uOGLWNduOh/Pnk6CYU16IgeFDHzrkCryoCFpsPTaCBI5MARC+eTzL8F+6xtn1WSNM+re sI0LV4z8tQUMIcjk0SmPSgXNYK2wvrC9Gv9jzS9cGSm6fYXDEht4Ya9j+CSjhA4BKGuQ TC8qlm5CRQUZpL0rvWd3oItipNl3OLei5qEmEzUavuBAXiqGCPLxn1+JvAZYpfXVGp6I Lr64z+p/oQm1WSCVSOB+L417SIYC1lNTJEoEI5ZQuC6sJaZ1j39X9tsWqNmp2ytpMoWt THWg== X-Received: by 10.70.36.99 with SMTP id p3mr64158334pdj.23.1436113666941; Sun, 05 Jul 2015 09:27:46 -0700 (PDT) Date: Mon, 6 Jul 2015 00:26:59 +0800 From: lilydjwg To: zsh-users@zsh.org Subject: Re: Tip of the day: restoring an aborted command-line Message-ID: <20150705162659.GA26504@lilyforest> References: <30469.1435788779@thecus.kiddle.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <30469.1435788779@thecus.kiddle.eu> User-Agent: Mutt/1.5.23+89 (0255b37be491) (2014-03-12) This is great, but it conflicts with the safe-paste (I learnt here a few days ago), which also defines zle-line-init. Is there a way to make both work without making them know the existence of each other? -- Best regards, lilydjwg