emacsorphanage / helm-gtags

GNU GLOBAL helm interface
203 stars 32 forks source link

interim highlighted line unnecessarily moves up and down #167

Closed introom closed 7 years ago

introom commented 7 years ago

For example, in this screen recording:

https://vimeo.com/207223333

When typing "sp spsp ...", the highlighted line will moving meaninglessly.

The desired effect is: Always the first line stays highlighted.

It seems, in the end, helm will always place the best result as the first line and highlight, the interim moving and highlighting is really disturbing.

This is basically a dup of the issue here: https://github.com/emacs-helm/helm/issues/1703#issuecomment-284649997

introom commented 7 years ago

solved in https://github.com/emacs-helm/helm/issues/1703