finds an "exact" match but with differing case? For example:
(let ((completion-ignore-case t)) ;; ignore case
(try-completion "foo" '(("Foo" . 1))) ;; Returns
"Foo"
(try-completion "Foo" '(("Foo" . 1))) ;; Returns t
)
I think `t' should be returned for both cases. Is this the desired
action, or is this a bug?
-- Darryl Okahata
Internet: darrylo(a)sr.hp.com
DISCLAIMER: this message is the author's personal opinion and does not
constitute the support, opinion, or policy of Hewlett-Packard, or of the
little green men that have been following him all day.
Show replies by date