Closed pataquets closed 2 years ago
Does it work if you remove nav-flash-use-pulse t
. Also does your w3m work?
it turns out that if nav-flash-use-pulse
is set to any non-nil value, spacemacs home buffer won't be loaded correctly. Therefore there must be some errors occurred during an invocation of nav-flash
.
Confirming, problem only exists if setting nav-flash-use-pulse
to t
. Setting it to nil
avoids the error.
My w3m
package works OK, but I only use it occasionally.
I'm not able too figure out the cause of the bug.
I will make a workaround that force nav-flash-use-pulse
to nil while emitting a warning.
(If I set nav-flash-use-pulse
to t after Spacemacs started it works though)
I find the fix from Doom Emacs and I will push them.
Description :octocat:
Enabling
nav-flash
layer causes persistentCan’t load buffer Makefile: Wrong type argument: overlayp, nil
errors.Reproduction guide :beetle:
nav-flash
layer:Observed behaviour: :eyes: :broken_heart: On each file open, the following error appears:
Also, jumping pages in buffers or directly invoking layer's nav-flash function causes the error to appear.
Expected behaviour: :heart: :smile: No error.
System Info :computer: