Closed tsdh closed 9 years ago
What, the build fails because the byte-compiled highlight-symbol.elc
has lines longer than 80 characters? I don't see how that's a sensible test.
Nope, the elc file has even much longer lines (and of course that's ok). So it seems it's really complaining about highlight-symbol.el
but its longest line is exactly 79 characters long.
Seems like a bug in your https://github.com/nschum/elisp-lint.
Thank you.
Sorry if it's confusing. The line above is just output from the compiler. But looking at your code, line 183 actually is 82 characters long. :)
Ah, that's how I have to read it. :-)
FYI: I've just replaced this variable with highlight-symbol-occurrence-message
, which is a list instead of a single value and covers the new message, which doesn't show just the count.
OK, great.
This adds the new defcustom highlight-symbol-print-occurrence-count which can be used to control when "x occurrences in buffer" messages are emitted. Possible values are:
I've chosen a new default behavior because the current behavior with highlight-symbol-mode enabled is really annoying. Its constant messaging makes important messages (like eldoc) immediately disappear.