kaiwk / leetcode.el

An Emacs LeetCode client.
GNU General Public License v3.0
396 stars 70 forks source link

Buffer `leetcode-testcase` and `leetcode-result` not displaying in corresponding window #70

Open shunlir opened 3 years ago

shunlir commented 3 years ago

image

I tried both Emacs 26 and 27, same issue.

shunlir commented 3 years ago

Seems caused by some display action (popup window related) takes higher priority over that of leetcode-testcase and leetcode-result, I'm using Doom Emacs, not sure who set that display action function. By saving window references during layout creation, I workaround the issue locally.

swapnilsm commented 1 year ago

@shunlir How are you achieving that? I am facing the same problem.