From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26985 invoked from network); 10 Jan 2005 20:36:34 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 10 Jan 2005 20:36:34 -0000 Received: (qmail 89568 invoked from network); 10 Jan 2005 20:36:28 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 10 Jan 2005 20:36:28 -0000 Received: (qmail 5756 invoked by alias); 10 Jan 2005 20:36:13 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 20669 Received: (qmail 5743 invoked from network); 10 Jan 2005 20:36:12 -0000 Received: from unknown (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 10 Jan 2005 20:36:12 -0000 Received: (qmail 88840 invoked from network); 10 Jan 2005 20:35:13 -0000 Received: from out001pub.verizon.net (HELO out001.verizon.net) (206.46.170.140) by a.mx.sunsite.dk with SMTP; 10 Jan 2005 20:35:09 -0000 Received: from candle.brasslantern.com ([4.11.10.129]) by out001.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20050110203507.QHQC28025.out001.verizon.net@candle.brasslantern.com>; Mon, 10 Jan 2005 14:35:07 -0600 Received: from candle.brasslantern.com (IDENT:schaefer@localhost [127.0.0.1]) by candle.brasslantern.com (8.12.11/8.12.11) with ESMTP id j0AKZ3cE027430; Mon, 10 Jan 2005 12:35:03 -0800 Received: (from schaefer@localhost) by candle.brasslantern.com (8.12.11/8.12.11/Submit) id j0AKZ3Ku027429; Mon, 10 Jan 2005 12:35:03 -0800 From: Bart Schaefer Message-Id: <1050110203502.ZM27428@candle.brasslantern.com> Date: Mon, 10 Jan 2005 20:35:02 +0000 In-Reply-To: <20050110201848.GB18962@scowler.net> Comments: In reply to Clint Adams "[mako@debian.org: Bug#289748: zsh: menu navigation is suboptimal]" (Jan 10, 3:18pm) References: <20050110201848.GB18962@scowler.net> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: Re: [mako@debian.org: Bug#289748: zsh: menu navigation is suboptimal] Cc: 289748-forwarded@bugs.debian.org, 289748-submitter@bugs.debian.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Authentication-Info: Submitted using SMTP AUTH at out001.verizon.net from [4.11.10.129] at Mon, 10 Jan 2005 14:35:04 -0600 X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: * X-Spam-Status: No, hits=1.6 required=6.0 tests=BAYES_44,RCVD_IN_NJABL, RCVD_IN_SORBS autolearn=no version=2.63 X-Spam-Hits: 1.6 On Jan 10, 3:18pm, Clint Adams wrote: } Subject: [mako@debian.org: Bug#289748: zsh: menu navigation is suboptimal] } } This seems like a reasonable complaint to me. Is there a reason not to } be more grid-like? Sven's preference? This statement is actually not quite correct: } ----- Forwarded message from "Benjamin Hill (Mako)" ----- } } This does not happen when the users is on first item in the first } column. Pressing up from *this* item (and only this item) will take } the users to the last item in the first (current) column. I believe it actually goes to the last item in the *longest* column, which happens always to be the first one. The idea is to jump to the end of the *display*, not the end of the *list*, otherwise some items "below and to the left of" the last item might not be visible when the display is redrawn.