bbatsov / helm-projectile

Helm UI for Projectile
327 stars 71 forks source link

helm-highlight-current-line: ‘recenter’ing a window that does not display current-buffer. #123

Closed maindoor closed 5 years ago

maindoor commented 5 years ago

Expected behavior

Show the output from the entry selected in helm-mini

Actual behavior

Errors out with the error: "recenter’ing a window that does not display current-buffer"

Steps to reproduce the problem

run a helm-projectile-ag on a project, you will get the results but when you try to scroll through the results with C-up/down arrow, or if you hit enter, It will do nothing, won't display the buffer selected. If you check the message buffer you will see the error. "helm-highlight-current-line: ‘recenter’ing a window that does not display current-buffer."'

Backtraces if necessary (M-x toggle-debug-on-error)

Debugger entered--Lisp error: (error "‘recenter’ing a window that does not display current-buffer.") recenter() helm-highlight-current-line()

Environment & version information