minad / cape

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

cape-symbol sometimes serves up weird results #54

Closed trev-dev closed 2 years ago

trev-dev commented 2 years ago

I have cape-symbol enabled in a guile scheme buffer. Sometimes the completions are incomplete nonsense that are not symbols anywhere. Am I misusing this capf, or is this unintended?

invoke?

minad commented 2 years ago

Cape-symbol always returns elisp symbols not guile symbols, so it is probably not what you want in a guile buffer.

trev-dev commented 2 years ago

Thank you!