Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
shunlir opened this issue Aug 7, 2020 · 2 comments

Comments

@shunlir
Copy link

shunlir commented Aug 7, 2020

image

I tried both Emacs 26 and 27, same issue.

@shunlir
Copy link
Author

shunlir commented Aug 7, 2020

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
Copy link
Contributor

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

swapnilsm pushed a commit to swapnilsm/leetcode.el that referenced this issue Nov 13, 2022
swapnilsm added a commit to swapnilsm/leetcode.el that referenced this issue Nov 13, 2022
swapnilsm pushed a commit to swapnilsm/leetcode.el that referenced this issue Nov 13, 2022
swapnilsm added a commit to swapnilsm/leetcode.el that referenced this issue Nov 13, 2022
swapnilsm added a commit to swapnilsm/leetcode.el that referenced this issue Nov 13, 2022
kaiwk pushed a commit that referenced this issue May 24, 2023
* Explicitly set the windows for testcase and result buffers #70

* Create the new buffer with the name right away then renaming later.

* Reverting the changes done in previous commit.

*html* buffer is created by the shr library and is only renamed by leetcode.
An alternative could be to create a clone of the buffer with expected name and
delete the *html* buffer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants