git-gutter-fringe icon indicating copy to clipboard operation
git-gutter-fringe copied to clipboard

Conflicts with flycheck

Open marcinant opened this issue 10 years ago • 9 comments

As in topic. Conflict is when fringe is configured to show symbols on left.

When configured to show symbols on right then everything is ok.

marcinant avatar Feb 19 '14 14:02 marcinant

I couldn't get git-gutter-fringe working with flycheck, but git-gutter regular does for me. My config is here if you're interested: https://github.com/mattray/home-directory/tree/master/.emacs.d

mattray avatar Jan 16 '16 00:01 mattray

Both flycheck and git-gutter-fringe uses fringe area so we cannot use them at the same time.

syohex avatar Jan 16 '16 05:01 syohex

Is there a solution for this now?

stardiviner avatar Jan 16 '16 09:01 stardiviner

No way. Use git-gutter instead of git-gutter-fringe.

syohex avatar Jan 16 '16 10:01 syohex

Is there any visible solution to this?

sandric avatar Jul 21 '16 19:07 sandric

As I said, no way. please try to use git-gutter.

syohex avatar Jul 22 '16 02:07 syohex

Ok, sorry, I just thought mb after time passed smth changed, since issue is open yet, mb by advicing flycheck evaluate function with gutter one's somehow. I fixed it by assigning gutter to right fringe, leaving left to flycheck.

sandric avatar Jul 22 '16 05:07 sandric

Well, one idea would be to give flycheck the right margin look at how doom-emacs solved it or my adoption!

image

tim-hilt avatar Apr 09 '20 19:04 tim-hilt

We do document how to position the fringe to the right, but perhaps we need to be more clear about avoid conflicts by putting whatever else needs to use the fringe area on opposite sides.

gonewest818 avatar Apr 24 '22 16:04 gonewest818