-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Magit Ediff integration problems #168
Comments
I'm not seeing the same behavior as you are:
Can you confirm which version of Emacs you're using and if this is still an issue? |
Hello, sorry for my delay this summer. I'm using |
Huh, well perhaps it's due to some other difference in the packages you and I are using (besides this one). It can be frustrating and a bit of a grind narrowing that down. But first let me try reproducing again with 27.1 and then see what we learn? |
Ok, well the good news is I can now reproduce this (in 27.1) so I don't think I need more from you at this point... I just need time to dig into the reasons why. |
Playing around a little more, I find I can get the gutter on the "B" side of the ediff by hitting a hotkey that causes the layout to rearrange ("?" for help, "|" to toggle vertical or horizontal layout of the two views). Or if you "~" to swap the contents of the views that also works, the gutter draws on the correct side and keeps drawing on the correct side even if you swap the views some more. This isn't a fix, but it's a place for me to look. |
Thanks! I can confirm that also fixes the views by changing the layout. I'm glad you are on the case. Let me know if I can help at all. |
Hello, thanks for the great project! However, there seems to be a bug when interacting with
Magit
andEdiff
. If directly callingmagit-ediff-show-working-tree
, thengit-gutter
shows the gutter inediff-window-A
. Like so:I worked around this by binding a key to this function:
This works for me, since 90% of my use cases are looking at the current buffer. This results in this output in my example:
I don't have any pointers on why this is so. Is there anything else I can provide?
Thanks again!
The text was updated successfully, but these errors were encountered: