From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20458 invoked by alias); 27 Jul 2013 18:58:57 -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: 17898 Received: (qmail 9383 invoked from network); 27 Jul 2013 18:58:50 -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 klanderman.net does not designate permitted sender hosts) From: Greg Klanderman To: zsh-users@zsh.org Subject: Re: print to the terminal in zle Reply-to: gak@klanderman.net Date: Sat, 27 Jul 2013 14:58:43 -0400 In-reply-to: <20130727162022.GA14201@chaz.gmail.com> (Stephane Chazelas's message of "Sat, 27 Jul 2013 17:20:22 +0100") Message-id: <87wqobj0d8.fsf@lwm.klanderman.net> User-Agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.22 (linux) References: <20130726134811.GA14136@chaz.gmail.com> <87siz1gr4h.fsf@ft.bewatermyfriend.org> <20130727162022.GA14201@chaz.gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii >>>>> On July 27, 2013 Stephane Chazelas wrote: > The idea is just to use the zsh line editor in an application of > mine (there a wrapper around mairix (a mail indexer) to provide > with an intelligent prompt (with completion) for mutt). I'm with ya Stephane, I have several similar types of scripts. Very useful for building completion/history interface on top of some program which has a dumb text interface. Greg