
16 Mar
2004
16 Mar
'04
9:32 p.m.
"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. Thank you for the suggestions. Helmut.