From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23528 invoked by alias); 29 Dec 2012 22:21:55 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 30934 Received: (qmail 28448 invoked from network); 29 Dec 2012 22:21:51 -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=-2.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, HTML_MESSAGE,RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.210.42 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:content-type:subject:message-id:date:to :mime-version:x-mailer; bh=8HuhCYk99y0erNzXI82WVPZAdrwtvOUGV0wztcKO02k=; b=WaQ/3G6LMqMyemMbIdtakWZ11HS/ByxE3F9kMjuhiuVhOvV0GKO9ccu8hSbOZbHCwK k+1Uyg5GiyOSXYJPkEW88EM5/KuxOLhUBpzWD0A+QDVg2chO5Q0Dksw9EOOWa/IJ+KR/ iRrYsiy2B2/DZyMUwPM5dRbWtkTAmaxi+HXv7AUgh7e6jgjSWqqn2UOgehXRh5Nm8+ys CMgImhdh/3aBQcMzEtYWuI27XsqLik9Xh/D/3JzGhpkowrDjQRLBYthdUc9FtRyWS8uu fXfMVbGeR3fOm01Lg33+QuHx078AXFmoOz8XZzvhAAWsTb3SsDJw3ZQ2vbhL9ASJUkPy Q8Jg== X-Received: by 10.68.248.74 with SMTP id yk10mr116269010pbc.86.1356816482769; Sat, 29 Dec 2012 13:28:02 -0800 (PST) Sender: Dave Yost From: Dave Yost Content-Type: multipart/alternative; boundary="Apple-Mail=_83BE2CB3-8E80-40FD-9C31-333DC72E7FDB" Subject: cycle back through recent candidates for completion Message-Id: <7A04D01C-1BF1-4CD9-9C32-C1FBE80B251C@Yost.com> Date: Sat, 29 Dec 2012 13:27:59 -0800 To: "zsh-workers@zsh.org" Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1502\)) X-Mailer: Apple Mail (2.1502) --Apple-Mail=_83BE2CB3-8E80-40FD-9C31-333DC72E7FDB Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 I=92m using the wonderful new _history_complete_word functionality. Z% echo =20 zsh: do you wish to see all 405 possibilities (405 lines)? Well, no, but I would like to go backwards to the one I do want to see. If I type up-arrow to that prompt, I get this: Z% echo [A It would be better if up-arrow would take me to the most recent echo = command, just as up-arrow on an empty command line prompt takes me to = the most recent command. Of course, both up-arrow and down-arrow should = allow navigation here. --Apple-Mail=_83BE2CB3-8E80-40FD-9C31-333DC72E7FDB--