Spencer Baugh writes: > Eli Zaretskii writes: > >>> From: Spencer Baugh >>> Cc: 77313@debbugs.gnu.org, juri@linkov.net >>> Date: Tue, 08 Apr 2025 08:46:17 -0400 >>> >>> Here's an updated version of my previous patch which avoids the need for >>> a new variant in the defcustom. When flymake-indicator-type is set to >>> fringes and we're on a text frame, we simply fall back to using margins. >>> That allows it to be set to fringes by default without losing >>> functionality for text terminals; this is how this should have been >>> implemented originally. >> >> I think we should also fall back on using margins if the fringes are >> disabled on GUI frames. > > Disabled how? I don't see a way to disable the fringe. Do you mean > when the fringe width is set to 0? So are you suggesting we should call > window-fringes and check the width of the fringe we're going to use? I > can do that, just want to confirm. Assuming that's what you mean, here's the updated patch.