From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22404 invoked by alias); 11 Jan 2013 14:32:44 -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: 17553 Received: (qmail 26250 invoked from network); 11 Jan 2013 14:32:42 -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=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at closedmail.com does not designate permitted sender hosts) From: Bart Schaefer Message-id: <130111063215.ZM11317@torch.brasslantern.com> Date: Fri, 11 Jan 2013 06:32:15 -0800 In-reply-to: =?iso-8859-1?Q?=3CCABZhJg9jVc1PRX0T7p6XR3sc87oszM0hKQSeYAJnZb?= =?iso-8859-1?Q?52Vp36xQ=40mail=2Egmail=2Ecom=3E?= =?iso-8859-1?Q?Comments=3A_In_reply_to_Jesper_Nyg=E5rds_=3Cjesper=2Enygar?= =?iso-8859-1?Q?ds=40gmail=2Ecom=3E?= =?iso-8859-1?Q?________=22Completing_all_possible_candidates=22_=28Jan_11?= =?iso-8859-1?Q?=2C_12=3A30pm=29?= References: X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-users@zsh.org Subject: Re: Completing all possible candidates MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable On Jan 11, 12:30pm, Jesper Nyg=E5rds wrote: } } Simply stated, I want a key that says: "run the previous command line, and } put all the resulting output on the command line". How to do this? Take a look at Functions/Zle/keeper in the distributed set of examples. It doesn't capture the same results that you are looking for, but it has functions for copying those results to the command line.