emacsorphanage / helm-swoop

Efficiently hopping squeezed lines powered by Emacs helm interface
GNU General Public License v3.0
689 stars 55 forks source link

Offset in package-list-packages #132

Closed kuwze closed 5 years ago

kuwze commented 5 years ago

For some reason using helm-swoop in package-list-packages the links are offset by a few (usually 2-5).

sheepduke commented 5 years ago

I encountered the same problem today.

I guess the cause is related to caching of swoop.

How to reproduce:

  1. Run command package-list-packages.
  2. Run swoop and search anything. It should work properly.
  3. Install any package.
  4. Run swoop again and search for the package you just installed. The offset shows up here.
cireu commented 5 years ago

@sheepduke

Do you mean like this?

图片

It may caused by line numbers.

sheepduke commented 5 years ago

Do you mean like this?

I cannot confirm it because I switched to Swiper later.

I installed Swoop just now and this problem seemed to be gone.

No idea why...