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

Git gutter annotations disappearing #155

Open
indigoviolet opened this issue May 31, 2018 · 6 comments
Open

Git gutter annotations disappearing #155

indigoviolet opened this issue May 31, 2018 · 6 comments
Assignees
Labels
bug a feature isn't working

Comments

@indigoviolet
Copy link

I've noticed that my git-gutter annotations are disappearing from the margin upon save or switching buffers. I've tried debugging by commenting out portions of my .emacs file, but haven't been able to figure out what is going on. Any ideas on how I can figure out why this is happening?

@indigoviolet
Copy link
Author

indigoviolet commented May 31, 2018

git-gutter+ does not have this problem - so that indicates it's not a trivial thing with my setup

Edit- git-gutter+ breaks as well. At my wits' end

@vemv
Copy link

vemv commented Sep 19, 2018

Culprit seems to be #14

@neh
Copy link

neh commented Sep 25, 2018

I've been having this issue lately as well (with global-git-gutter-mode enabled).

@gonewest818
Copy link
Collaborator

I'm just picking up maintenance on this project. I haven't seen an instance of this bug yet, so I'm going to mark "need repro" and keep the ticket open for now.

@gonewest818 gonewest818 added need repro we can't reproduce this bug a feature isn't working and removed need repro we can't reproduce this labels Mar 24, 2020
@gonewest818
Copy link
Collaborator

Removing the "need repro" flag because I'm definitely seeing this. I'm not sure if git-gutter-fringe was mixed up in this, so for now, I've got the fringe display disabled in my personal config while I hunt this down.

@gonewest818
Copy link
Collaborator

One thing I'm seeing right away is that it depends how I switch between buffers. git-gutter has hooks that update the gutters only after certain predefined commands have executed or when window layouts have changed (buffers killed, etc). I have different techniques for detecting changes in window arrangment or buffer visibility in the dimmer package. My plan is to try adapting those techniques here.

@gonewest818 gonewest818 self-assigned this Mar 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug a feature isn't working
Development

No branches or pull requests

4 participants