emacs-devel
[Top][All Lists]
Advanced

[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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]