You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When treemacs is open, running (magit-ediff) results in showing two new windows, the original editing buffer, and treemacs' sidebar when treemacs was open. So, while I expect two windows showing diff-A on the left and diff-B on the right, instead I see treemacs | buffer | diff-A | diff-B displayed. (Note, I would accept treemacs | diff-A | diff-B as an arrangement.. I just don't want to see multiple copies as if it were a three way merge)
I don't know if this helps anyone else. This can be reproduced via opening treemacs and running (magit-ediff) on a buffer with edits, and then showing unstaged changes.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity (this bot only works as a reminder, it will not close issues).
My guess is that the exact behavior depends on your magit/ediff/general window settings - there is nothing special about treemacs in this regard, it's just a regular window and buffer as far as Emacs is concerned.
This issue has been automatically marked as stale because it has not had recent activity (this bot only works as a reminder, it will not close issues).
When treemacs is open, running
(magit-ediff)
results in showing two new windows, the original editing buffer, and treemacs' sidebar when treemacs was open. So, while I expect two windows showing diff-A on the left and diff-B on the right, instead I seetreemacs | buffer | diff-A | diff-B
displayed. (Note, I would accepttreemacs | diff-A | diff-B
as an arrangement.. I just don't want to see multiple copies as if it were a three way merge)I was able to fix this locally via:
I don't know if this helps anyone else. This can be reproduced via opening treemacs and running
(magit-ediff)
on a buffer with edits, and then showing unstaged changes.The text was updated successfully, but these errors were encountered: