Recently, I have started using this emacs package: auto-complete. It works and I am enjoying it. I mainly use emacs to work in Common Lisp (SBCL) with Slime.
Unfortunately, the first suggestion that appears is always capitalized case in the Slime's REPL buffer which annoys me:
Is there a way to change the default to have the first suggestion lower-cased?
In the print above, my desired first suggestion is, actually, the last one.
Thanks.