linum-relative icon indicating copy to clipboard operation
linum-relative copied to clipboard

Current symbol displayed on all linum lines when reading some user input in the minibuffer

Open Ambrevar opened this issue 7 years ago • 2 comments

This happens when running functions such as occur or set-variables (only the second prompt for the latter).

I tried with a vanilla linum/linum-relative config.

Any clue what happens here?

Ambrevar avatar May 25 '17 13:05 Ambrevar

Hi @Ambrevar , do you have any screenshot about this problem ?

you can turn-of linum.el on specific mode (or minibuffer) by linum-of.

coldnew avatar Jul 13 '17 01:07 coldnew

Hmmm, I cannot reproduce like I originally described.

Here is another recipe with Helm:

  • Require helm-config and linum-relative.
  • Turn on linum-relative.
  • M-x helm-occur. Notice that the line-numbers have disappeared, but the fringe remain of the same width.
  • Turn on follow mode in the helm buffer (C-c C-f by default).
  • Query something that exists in current buffer, i.e. "buffer" if you are in an untouched scratched buffer.
  • Browse the results: all the line numbers in the current buffer show 0.

Edit: Screenshot

Ambrevar avatar Jul 13 '17 16:07 Ambrevar