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
Hi,
I have an enoying issue with ediff and while I am aware that it is likely not directly related to spacemacs I hope that you can help me anyhow.
When I start an ediff session from an open buffer with magit-ediff-compare then the difference higlighting remains after quitting (pressing q in the session) the ediff session in the buffer, i.e., all hunks that differ from the file to which I compared have a light gray background. The only solution I have for this now is either quitting emacs or killing the buffer.
Let me give an exhaustive step by step description of the workflow to ensure that the problem doesn't sit in front of the screen (currently I am working on a python project with lsp and pyright):
Open a file from a project in a buffer
Invoke ediff session with M-x magit-ediff-compare
Enter the name of the branch I would like to diff with
Select the file from the other branch
Cycle through the hunks with j and k
Copying those hunks I need from the other branch by pressing a
Writing the changes to the file on the working branch by pressing wb
Quitting the session with q
Confirm the quit with y
Ediff will bring me back to the previous windows set up but the highlights remain in the buffer.
I could live with invoking a command that clears the highlighting even if I would need to invoke it manually (likely that it could be added to a hook, anyhow).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have an enoying issue with ediff and while I am aware that it is likely not directly related to spacemacs I hope that you can help me anyhow.
When I start an ediff session from an open buffer with
magit-ediff-compare
then the difference higlighting remains after quitting (pressingq
in the session) the ediff session in the buffer, i.e., all hunks that differ from the file to which I compared have a light gray background. The only solution I have for this now is either quitting emacs or killing the buffer.Let me give an exhaustive step by step description of the workflow to ensure that the problem doesn't sit in front of the screen (currently I am working on a python project with lsp and pyright):
M-x magit-ediff-compare
j
andk
a
wb
q
y
I could live with invoking a command that clears the highlighting even if I would need to invoke it manually (likely that it could be added to a hook, anyhow).
Thanks!
Markus
Beta Was this translation helpful? Give feedback.
All reactions