Helm: Hitting enter immediately after typing pattern into M-x helm-mini results in "Display not ready"

Created on 2 Jul 2014  Â·  6Comments  Â·  Source: emacs-helm/helm

When I M-x helm-mini, start typing a search pattern, then immediately press enter, the [Display not ready] message appears in the mini buffer. If I wait in between typing the pattern and pressing enter, it behaves as expected. Is there a way to decrease or eliminate this "dead" period where I have to wait until I press enter? It is a bit annoying to have to wait before proceeding.

Most helpful comment

(setq helm-exit-idle-delay 0)

This is a new thing so still in flux some what, I believe.

On Wed, Jul 2, 2014 at 2:35 PM, opsound [email protected] wrote:

When I M-x helm-mini, start typing a search pattern, then immediately
press enter, the [Display not ready] message appears in the mini buffer.
If I wait in between typing the pattern and pressing enter, it behaves as
expected. Is there a way to decrease or eliminate this "dead" period where
I have to wait until I press enter? It is a bit annoying to have to wait
before proceeding.

—
Reply to this email directly or view it on GitHub
https://github.com/emacs-helm/helm/issues/550.

Le

All 6 comments

(setq helm-exit-idle-delay 0)

This is a new thing so still in flux some what, I believe.

On Wed, Jul 2, 2014 at 2:35 PM, opsound [email protected] wrote:

When I M-x helm-mini, start typing a search pattern, then immediately
press enter, the [Display not ready] message appears in the mini buffer.
If I wait in between typing the pattern and pressing enter, it behaves as
expected. Is there a way to decrease or eliminate this "dead" period where
I have to wait until I press enter? It is a bit annoying to have to wait
before proceeding.

—
Reply to this email directly or view it on GitHub
https://github.com/emacs-helm/helm/issues/550.

Le

Perfect. That seems to be working very nicely.

For what it's worth, this is seriously annoying behavior. I've been tripping over it for the last couple of days and it has made Helm go from a delight to a constant annoyance. Thanks very much for the workaround, but please consider reverting whatever change made this start happening…

(Although I'd suggest to others looking for a workaround that (customize-variable 'helm-exit-idle-delay) is a better way to go about it than setq…)

(Although I'd suggest to others looking for a workaround that (customize-variable 'helm-exit-idle-delay) is a better way to go about it than setq…)

@glyp Why is that?

@IvanMalison The answer from @rileyrg has the right idea :). (Also using all the letters in the @-mention does make it get through faster :))

Was this page helpful?
0 / 5 - 0 ratings