Re: [STUMP] [PATCH] Make select-from-menu completion case insensitive

2008-08-29 Thread Lionel
John Li <[EMAIL PROTECTED]> writes: > On Thu, Aug 28, 2008 at 10:17:38PM +0200, Lionel Flandrin wrote: >> -(match-regex (ppcre:create-scanner *current-menu-input*))) >> +(match-regex (ppcre:create-scanner *current-menu-input* >> :case-insensitive-mode t))) > > This isn't quite wha

Re: [STUMP] [PATCH] Make select-from-menu completion case insensitive

2008-08-29 Thread John Li
On Thu, Aug 28, 2008 at 10:17:38PM +0200, Lionel Flandrin wrote: > - (match-regex (ppcre:create-scanner *current-menu-input*))) > + (match-regex (ppcre:create-scanner *current-menu-input* > :case-insensitive-mode t))) This isn't quite what Shawn was talking about. Basically, (1)

[STUMP] [PATCH] Make select-from-menu completion case insensitive

2008-08-28 Thread Lionel Flandrin
--- menu.lisp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/menu.lisp b/menu.lisp index 48d46a7..684251f 100644 --- a/menu.lisp +++ b/menu.lisp @@ -106,7 +106,7 @@ completion (e.g. not backspace or F9)" (cur-elem (car rest-elem) (car rest-elem))