Wilfred / helpful

A better Emacs *help* buffer
1.1k stars 62 forks source link

Fix scan-sexps error for C-defined variables #336

Closed LemonBreezes closed 2 months ago

LemonBreezes commented 8 months ago

This PR addresses #329.

Wilfred commented 7 months ago

This feels wrong, considering that the file is in C mode. If you can get a unit test showing the fix works then we could merge this as-is, because we can then iterate from there :)

LemonBreezes commented 7 months ago

This feels wrong, considering that the file is in C mode. If you can get a unit test showing the fix works then we could merge this as-is, because we can then iterate from there :)

Hi. I have not found a fix using the C syntax table but I added a test and comment for this fix.

Wilfred commented 2 months ago

Thanks for the PR, and sorry for the delay on getting this merged.