Helm: New popup when more than 2 buffers

Created on 9 Mar 2018  路  4Comments  路  Source: emacs-helm/helm

This feature would of been nice if it was an opt in rather than now having to opt out 馃槃
Might only be Spacemacs related:

Expected behavior

Pop-up to be a single buffer not a reflection of current workspace.

Actual behavior (from emacs-helm.sh if possible, see note at the bottom)

screen shot 2018-03-09 at 08 33 12

Steps to reproduce (recipe)

open more than two buffers then search project or file.

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

Describe versions of Helm, Emacs, operating system, etc.

Spacemacs develop branch

Are you using emacs-helm.sh to reproduce this bug (yes/no):

IMPORTANT NOTE

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.

Most helpful comment

For the record and Google: the inherit thing can be fixed using (setq persp-init-new-frame-behaviour-override nil)

All 4 comments

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)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nordlow picture nordlow  路  3Comments

emelin picture emelin  路  3Comments

edwintorok picture edwintorok  路  5Comments

stakemori picture stakemori  路  7Comments

pcompassion picture pcompassion  路  3Comments