I ran across this package on gnu.emacs.sources recently. If you enable light-symbol-mode in a buffer and pause on a symbol, then Emacs will highlight all other occurrences of the symbol in the buffer. When you move point the highlighting goes away.
7 responses so far ↓
Great tip. Thanks for that.
Cool — thanks for highlighting (yuck yuck) this.
If you don’t mind a quick plug, take a look at ELPA. It is a simple way to install Emacs packages, including this one: http://tromey.com/elpa/
Cool… I will take look.
Unfortunately, this conflicts with all of the highlight-current-line modes from an older post here. I’m not hacker enough to resolve this, but it should be possible (tail highlighting overrides the current-line highlighting, for example).
Heh, I’ve written the exact same thing 2 days earlier.
http://www.emacswiki.org/cgi-bin/emacs-en/HighlightSymbol
Not to brag, but mine also allows jumping to the next occurrence and permanently highlighting.
Hi, I like the fonts on your screenshot. What font is that?
I use Monaco 12 pt as my default font and font size. I also use the color-theme package for setting colors for various modes. I use the
color-theme-arjen.Leave a Comment