symbol-overlay icon indicating copy to clipboard operation
symbol-overlay copied to clipboard

Highlight symbols with keymap-enabled overlays

Results 22 symbol-overlay issues
Sort by recently updated
recently updated
newest added

I find myself using SOM so much that I often ask: what have I actually highlighted in this buffer?? Then I jump all around to inspect those important symbols. It'd...

I think it would be better if the symbol-overlay-put command can be case insensitive.

## Wanted Like `highlight-regexp`, but with overlay functionality. ## Reproduction steps sample code extracted for illustration from https://raw.githubusercontent.com/bbatsov/prelude/master/utils/installer.sh ```shell install_prelude() { printf " Cloning Emacs Prelude's GitHub repository...\n$RESET" if [...

So next time, when the file is reopened, those overlay still exists.

When I was using the `highlight-symbol' package, I found the "nav-mode" bindings extremely useful for quickly navigating the temp highlights. This change simply copies that feature over.

As a 8 year long emacs user, i still couldn't figure out what is the usage of following feature. -------------- ![image](https://user-images.githubusercontent.com/549126/90205069-1b2f8500-de15-11ea-94c0-8ccd7943f8d2.png) ![image](https://user-images.githubusercontent.com/549126/90205321-30a4af00-de15-11ea-8c7e-5bc3d2417065.png) What is the usage of `symbol-overlay-mode`? i am...

When I mark an active region and use symbol-overlay, it doesn't highlight the region, is it supported? If yes, how can I do it? Thanks!

Some advice here, you can put the change log into ChangeLog file ; ) In Emacs, press `C-x 4 a`.

Hello, first, thanks for this highlight package that uses overlays, and thus allows to highlight the line, while still being visible!! Now, just played with it, and the M-n/p key...