From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24764 invoked by alias); 19 Dec 2011 22:39:42 -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: 16650 Received: (qmail 19943 invoked from network); 19 Dec 2011 22:39:41 -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.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,HTML_MESSAGE,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID,T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.215.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=iPHqbXnw7cp0o8dasbvJ+LhkGw0qHG2qThz2KVDfIQs=; b=uslOK1xgdxlSbBnW3tGblnpOen/ykL2PXvcrsoqr+jRBtM7SZ7Q6oXj8NWauX0uvy9 LA6cYIwRMYmHEcpp9uqeuj0SZVasTrfMR8BwNhpeLyBgQSu4opeLxAGWY4AhJDHu6zZN L/ryhDrM049fAgphacZ7Rm3AA2S7UOub6HnMI= MIME-Version: 1.0 Date: Mon, 19 Dec 2011 22:39:33 +0000 Message-ID: Subject: Zle history feature like that of many IRC clients? From: milk To: zsh-users@zsh.org Content-Type: multipart/alternative; boundary=f46d0408d3c1e5674b04b4799f57 --f46d0408d3c1e5674b04b4799f57 Content-Type: text/plain; charset=ISO-8859-1 Hello, I'm wondering if, by any means, it would be possible to have Zle act in the manner of many IRC clients? Specifically, if I were to type something, then press the down arrow and get a blank input line, type something else and execute it, then press up twice and get what I typed previously (but did not execute) back again? I'm aware of the buffer stack, but I'm looking for a method that works with the regular history. insert-pound is also nice, but more effort than what I'm used to from IRC. Thanks for any ideas or suggestions. Kind regards, Milky --f46d0408d3c1e5674b04b4799f57--