-check-menu-complete-so-men.patch" Content-Transfer-Encoding: quoted-printable =46rom 325d99309fea55998073dba508c1c90d85ee3dde Mon Sep 17 00:00:00 2001 From: Morgan Veyret Date: Fri, 20 Feb 2009 18:48:53 +0100 Subject: [PATCH 05/14] Added bound-check call in check-menu-complete so men= u view is computed correctly when you search something not currently visible. --- menu.lisp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/menu.lisp b/menu.lisp index 0905945..f163a15 100644 --- a/menu.lisp +++ b/menu.lisp @@ -151,6 +151,7 @@ backspace or F9), return it otherwise return nil" (when (and (>=3D (length cur-elem-name) current-input-length) (ppcre:scan match-regex cur-elem-name)) (setf (menu-state-selected menu) cur-pos) + (bound-check-menu menu) (return)))))) =20 ;; TODO: The maximum lines-number should be customizable or at least based= on --=20 1.7.4