manateelazycat / manateelazycat/multi-term
Implicitly created new window when I open new buffer after multi-term dedicated open.
Nobody has claimed this yet.
- Dominant language
- Emacs Lisp
- Stars
- 21
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
I have a problem of multi-term dedicated window.
When I open multi-term dedicated window, implicitly create new window when I open new file(buffer).
Process:
- open
A.txtfile (window No.1) multi-term-dedicated-open(window created for multi-term) (window No.2)- open
B.txtfile (window No.3) (I'm not want new window)
I want to open B.txt to window No.1. But after I opened multi-term-dedicated-window, not working like this.
And when I close multi-term-dedicated-window, have no issues.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the multi-term-dedicated-open entry point and the window behavior when a new buffer is opened after it. Reproduce the A.txt, dedicated terminal, and B.txt sequence; done means B.txt opens in the original window instead of an implicitly created third window.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- emacs, emacs-lisp
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100