[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Flymake Support Indicator Errors in Margin
From: |
Elijah G |
Subject: |
Re: [PATCH] Flymake Support Indicator Errors in Margin |
Date: |
Thu, 28 Mar 2024 11:34:23 -0600 |
On Thu, Mar 28, 2024 at 12:01 AM Eli Zaretskii <eliz@gnu.org> wrote:
> > Sadly I couldn't find anything for detecting HDiPI frames, so the user
> > must have to configure it.
>
> Can you explain the problem, and point me to the code which has to
> deal with it?
Sure, in this part of the code.
> +(defcustom flymake-indicator-type (if (display-graphic-p)
> + 'fringes
> + 'margins)
> + "Indicate which indicator type to use for display errors.
I wanted to check if the frame is in HiDPI to
automatically set to margins because fringes are so small in those screens.
I don't know if emacs has an option to check if the frame is HiDPI,
but I think it's better as it is if emacs will support fringes in HiDPI
in any next release.
- Re: [PATCH] Flymake Support Indicator Errors in Margin, (continued)
- Re: [PATCH] Flymake Support Indicator Errors in Margin, bird, 2024/03/17
- Re: [PATCH] Flymake Support Indicator Errors in Margin, Eli Zaretskii, 2024/03/17
- Re: [PATCH] Flymake Support Indicator Errors in Margin, Elijah G, 2024/03/17
- Re: [PATCH] Flymake Support Indicator Errors in Margin, bird, 2024/03/17
- Re: [PATCH] Flymake Support Indicator Errors in Margin, Elijah G, 2024/03/17
- Re: [PATCH] Flymake Support Indicator Errors in Margin, Elijah G, 2024/03/24
- Re: [PATCH] Flymake Support Indicator Errors in Margin, sbaugh, 2024/03/26
- Re: [PATCH] Flymake Support Indicator Errors in Margin, Elijah G, 2024/03/26
- Re: [PATCH] Flymake Support Indicator Errors in Margin, Elijah G, 2024/03/27
- Re: [PATCH] Flymake Support Indicator Errors in Margin, Eli Zaretskii, 2024/03/28
- Re: [PATCH] Flymake Support Indicator Errors in Margin,
Elijah G <=
- Re: [PATCH] Flymake Support Indicator Errors in Margin, Juri Linkov, 2024/03/28
- Re: [PATCH] Flymake Support Indicator Errors in Margin, Elijah G, 2024/03/28
- Re: [PATCH] Flymake Support Indicator Errors in Margin, Augusto Stoffel, 2024/03/19
- Re: [PATCH] Flymake Support Indicator Errors in Margin, Elijah G, 2024/03/17
- Re: [PATCH] Flymake Support Indicator Errors in Margin, Augusto Stoffel, 2024/03/19