minad / cape

🦸cape.el - Completion At Point Extensions
GNU General Public License v3.0
584 stars 20 forks source link

cape-dabbrev doesn't respect "dabbrev-case-replace"? #51

Closed zhenhua-wang closed 2 years ago

zhenhua-wang commented 2 years ago

Suppose we have "EmaCs" in our buffer and we want to expand "em" to it. When dabbrev-case-replace set to t, dabbrev-completion would expand "em" to "emacs" which is the expected behavior , but cape-dabbrev expands "em" to "EmaCs".

I didn't find a setting similar to dabbrev-case-replace in cape. Did I miss something?

minad commented 2 years ago

Cape doesn't support this currently. PR welcome.