From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5168 invoked by alias); 5 Jul 2015 18:43:52 -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: 20307 Received: (qmail 26632 invoked from network); 5 Jul 2015 18:43:51 -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.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.0 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=+EzdUmyS6CMwhNAs6P0FPtGJeeaG87VoHf1XO79dNGo=; b=Xyup+zpDXtw1XXzlyVBX+hg4HU3MI8WyGy8J5CfGT/wXCFqOdX/55GzT0GLVGa3eiz yZuoHKJ32jFYvn5sU2qEL+2KqLydg3jRvXx7aih6qcpCYh2njPM39zJ0rSeyrCV/8gvR JAftmWoC//KcnhKhYeWXuOjy+CXlhsEA1ixJuPk5iNx1ipckQKHq/AJEfVdQphmZbBlJ B7Zrh7eJcx5psfqu1qfoFWKoAvwXpSnmyKJ4V8jpBLuVCLVeYR6pslf6bswDTH7XpcY7 gE2f6gRJEeMloYTD/pmhPEeYc/qnG+rUgGo3GIZ3Gb3UX3TYYTNh0cXzzVvLzq+muI9q SfnA== X-Gm-Message-State: ALoCoQnkmPzzsnvFo+qk5dtez0p59MQIiuO1jsOcQ3NzR6w5g9ds0Q1eemukanOKO0mjd7wrMEFv X-Received: by 10.182.135.129 with SMTP id ps1mr19436086obb.84.1436121828103; Sun, 05 Jul 2015 11:43:48 -0700 (PDT) From: Bart Schaefer Message-Id: <150705114344.ZM20507@torch.brasslantern.com> Date: Sun, 5 Jul 2015 11:43:44 -0700 In-Reply-To: <20150705162659.GA26504@lilyforest> Comments: In reply to lilydjwg "Re: Tip of the day: restoring an aborted command-line" (Jul 6, 12:26am) References: <30469.1435788779@thecus.kiddle.eu> <20150705162659.GA26504@lilyforest> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-users@zsh.org Subject: Re: Tip of the day: restoring an aborted command-line MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jul 6, 12:26am, lilydjwg wrote: } Subject: Re: Tip of the day: restoring an aborted command-line } } 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? http://www.zsh.org/cgi-bin/mla/redirect?USERNUMBER=20235 Still a problem in that every user has to define their own widget names and ordering. There are now several plugins floating around that each require special zle-line-init/finish handling.