bnbeckwith / writegood-mode

Minor mode for Emacs to improve English writing
http://bnbeckwith.com/code/writegood-mode.html
464 stars 32 forks source link

Show the meaning of the error at point in the minibuffer #32

Closed maikol-solis closed 2 years ago

maikol-solis commented 2 years ago

Hi!

When I use this package, sometimes I don't understand why some word is highlighted. I need to review the link to the README (https://matt.might.net/articles/shell-scripts-for-passive-voice-weasel-words-duplicates/) to understand the reason.

I would be great if the package throws some explanation in the minibuffer about the error at point.

Thanks.

bnbeckwith commented 2 years ago

@maikol-solis Thanks for the suggestion! The implementation of this feature (v2.2.0) leverages the help-echo text property. This means that by default is shows as a tooltip on graphical displays.

For more ways to customize how the messages display consider https://www.gnu.org/software/emacs/manual/html_node/emacs/Help-Echo.html