Chris Feng
Chris Feng
@shader Could you provide more details? It'd better if you can prepare a debug log.
Perhaps we can include XIDs of Emacs frames when setting that property in `exwm-manage--set-client-list`. The XIDs are stored in the `exwm-outer-id` frame parameter. No sure if that will break something...
@medranocalvo Do you think we should merge it anyway? It should help alleviate other problems at least.
@dto Do you have a multi-monitor setup or is `mouse-autoselect-window` enabled? Which mode (line-mode or char-mode) was the X window in?
The problem is with the logs like: ``` [07:25:31] exwm-input--on-buffer-list-update: current-buffer=# selected-window=# [07:25:31] exwm-input--on-buffer-list-update: current-buffer=# selected-window=# ``` I'm not sure why `buffer-list-update-hook` was invoked. Could you help inspecting this by...
@mobid From the logs it's clearly `w3m-redisplay-pages-automatically` from the w3m package that triggered `select-window`, which invoked `buffer-list-update-hook` and caused the problem. Depending on your needs this feature can be disabled...
I have no clue what side effect `doom-modeline-set-selected-window` makes as it appears to only update an internal state. If this turns out to be irrelevant, you may be experiencing a...
#737 looks overall good to me. Let's wait for feed backs from @Stebalien and @dto before it's merged.
@Stebalien Could you regenerate debug logs with #737 patched? @divansantana Which problem did you refer to? What other three users reported may not be the same thing after all. You...
Just as @medranocalvo have mentioned, the problem with eyebrowse is with the temp buffer generated during workspace switch. You may apply the following patch as a workaround, which unfortunately conflicts...