Eli Zaretskii writes: >> From: Spencer Baugh >> Date: Tue, 8 Apr 2025 08:43:37 -0400 >> Subject: [PATCH] flymake: fall back to margins on text terminals >> >> Previously, flymake-indicator-type defaulted to either fringes >> or margins. But fringes should be used on graphical frames, and >> margins on TTY frames. So default to fringes instead, and >> simply fall back to margins automatically on text frames. > > The above needs to be updated to mention the disabled fringes. Updated. >> * lisp/progmodes/flymake.el (flymake-indicator-type): Set to >> fringes. (bug#77313) >> (flymake-mode): Fallback to margins if there's no fringes. > > This needs a NEWS entry, but other than that it LGTM. Let's wait for > a couple of days to let others a chance to comment. Added a NEWS entry.