redguardtoo / wucuo

Fastest solution to spell check camel case code or plain text
122 stars 4 forks source link

wucuo--font-matched-p not working when parameter is a list #11

Closed fuzzycode closed 4 years ago

fuzzycode commented 4 years ago

Under some circumstances, the past parameter can be a list, causing the macro to always evaluate to false with the result that text that should have been spellchecked is not.

I have the package highlight-doxygen installed and that causes any valid doxygen comment to have the face information

(highlight-doxygen-comment font-lock-comment-face)

This will not be detected as a face that should be checked.