Open zw963 opened 4 years ago
The readme says "Minor mode for auto-highlighting symbol at point: symbol-overlay-mode". Does that help?
The readme says "Minor mode for auto-highlighting symbol at point: symbol-overlay-mode". Does that help?
After i run (symbol-overlay-mode)
, but not see any visual effect, If i do somethings wrong?
If you now place point on a symbol which appears in multiple places in the current file, it should be automatically highlighted.
If you now place point on a symbol which appears in multiple places in the current file, it should be automatically highlighted.
Oh, thank you, i guess it same as high-symbol
.
Isearch symbol at point literally, without regexp-quote the symbol: symbol-overlay-isearch-literally Try symbol-overlay-isearch-literally via "s" to search the not-quoted symbol in isearch-mode.
Could you please explain more on not-quoted symbol
, i could not figure out what the different with
press "s" or press normal "Ctrl+S" when symbol is highlight.
As a 8 year long emacs user, i still couldn't figure out what is the usage of following feature.
What is the usage of
symbol-overlay-mode
? i am not see any different when i enable this minor mode.It just isearch, no any difference?
Thank you.