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
helm-projectile version: 20190408.1508
helm version (in helm-pkg.el): 20190527.1253
projectile version (M-x projectile-version): 20190529.515
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
helm-projectile
version: 20190408.1508helm
version (inhelm-pkg.el
): 20190527.1253projectile
version (M-x projectile-version
): 20190529.515M-x emacs-version
): 26.2