This feature would of been nice if it was an opt in rather than now having to opt out 馃槃
Might only be Spacemacs related:
Pop-up to be a single buffer not a reflection of current workspace.
emacs-helm.sh if possible, see note at the bottom)
open more than two buffers then search project or file.
M-x toggle-debug-on-error)Spacemacs develop branch
emacs-helm.sh to reproduce this bug (yes/no):Helm provides a script named emacs-helm.sh which runs Helm in a neutral
environment: no other packages and only minimal settings.
When possible, use it to reproduce your Helm issue to ensure no other package is
interfering.
To run it, simply switch to the directory where Helm is installed and call ./emacs-helm.sh.
Thanks.
I鈥檝e found that it鈥檚 on purpose: https://github.com/emacs-helm/helm/commit/221b6ad8351c9529a1755b830bd8c4fbf1838e90
The fix is to (setq helm-use-frame-when-more-than-two-windows nil).
Personally, I don鈥檛 mind the popup which seems to be close to the cursor, but it鈥檚 completely useless because it鈥檚 a small frame with at lest 3 windows so everything is cut off. :)
Changed default to nil. Note that the crap you see is only related to Spacemacs.
cool thank you @thierryvolpiatto
though that Spacemacs would be the culprit for the messy looking frame 馃槩
For the record and Google: the inherit thing can be fixed using (setq persp-init-new-frame-behaviour-override nil)
Most helpful comment
For the record and Google: the inherit thing can be fixed using
(setq persp-init-new-frame-behaviour-override nil)