Helmut Eller writes:
"Thomas F. Burdick" tfb@OCF.Berkeley.EDU writes:
I think the answer would be the same for both case-preserving modes (:invert and :preserve): to complete only to the symbols that match casewise, too. So, for :invert, it would be:
f => foo (symbol-name "FOO"), float (symbol-name "FLOAT") F => FOO (symbol-name "foo"), Foo (sybol-name "Foo")
Yes, makes sense. The latest CVS version should work better with case-inverting. Please give it a try.
Fantastic! I used it all today, and everything completed just right :-)