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: Eli Zaretskii
Subject: Re: [PATCH] Flymake Support Indicator Errors in Margin
Date: Sat, 06 Apr 2024 14:36:47 +0300

> From: Elijah G <eg642616@gmail.com>
> Date: Thu, 28 Mar 2024 11:34:23 -0600
> Cc: sbaugh@catern.com, sbaugh@janestreet.com, philipk@posteo.net, 
>       emacs-devel@gnu.org, luangruo@yahoo.com
> 
> 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.

As I wrote up-thread, I don't think we should adapt to HiDPI in this
respect.



reply via email to

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