GNU bug report logs -
#57424
Perceptibility of display-fill-column-indicator-mode
Previous Next
To reply to this bug, email your comments to 57424 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#57424
; Package
emacs
.
(Fri, 26 Aug 2022 05:45:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Christopher Dimech <dimech <at> gmx.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Fri, 26 Aug 2022 05:45:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Have followed the customisation discussion about
display-fill-column-indicator-mode
Have consulted with Protesilaos Stavrou, author of
modus-themes. I agree that the default indicator character is
too thin. Changing the character to something wider does not
change things much. A solution that works is that of setting a
background colour, rather than changing the foreground colour .
Cannot see any consideration of accessibility in its design, as
it looks that the plan had been to make the indicator faint and
almost imperceptible. This strategy is the worst possible thing
one can do for the cohort of visually challenged people (remember
that perceptibility changes with age, meaning that developers
could be too young and inexperienced to understand
perceptibility considerations).
Protesilaos described how the default style of
display-fill-column-indicator-mode gets a dashed vertical line.
These dashes appear further apart and feel broken if the user (i)
has a font with a tall line height, (ii) increases the value of
line-spacing, (iii) has an increased height for constructs like
headings in Org.
The only way to ensure a contiguous vertical line is to
explicitly set the :height of the face to a small value. This
brings out the perceptibility problem.
Studying carefully WCAG 2.1, Section 1.4.3 Contrast (Minimum),
the contrast ratio is also subject to change according to the
thinness of the characters. For instance, With larger thicker
text, the contrast ratio of at least 4.5:1 can be modified to to
at least 3:1.
I see the requirement of a contiguous indicator line is mainly about
aesthetics. But practical usability should be of higher concern.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#57424
; Package
emacs
.
(Fri, 26 Aug 2022 06:29:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 57424 <at> debbugs.gnu.org (full text, mbox):
> From: Christopher Dimech <dimech <at> gmx.com>
> Date: Fri, 26 Aug 2022 07:44:23 +0200
>
> Have followed the customisation discussion about
> display-fill-column-indicator-mode
>
> Have consulted with Protesilaos Stavrou, author of
> modus-themes. I agree that the default indicator character is
> too thin. Changing the character to something wider does not
> change things much. A solution that works is that of setting a
> background colour, rather than changing the foreground colour .
Christopher, please don't take words out of context. State what you
think the bug is without involving me or other people.
My involvement in this only concerns the modus-themes. I explained via
a private channel why the modus-themes style the fill-column-indicator
like this:
;; Not actual code, but true to form:
(set-face-attribute 'fill-column-indicator nil :height 1 :background "gray50" :foreground "gray50")
The default face of fill-column-indicator creates a dashed line when (i)
the user applies a default font with a tall line height, (ii) increases
the value of 'line-spacing', (iii) applies an increased height to
certain elements, such as scaling the faces of Org headings.
Because of these common scenaria, users would tell me that the visuals
looked broken. Changing the face, as shown above, produces a contiguous
line. This is a compromise, so that I stop getting the same issue over
and over that the themes are broken.
> [... 15 lines elided]
> The only way to ensure a contiguous vertical line is to
> explicitly set the :height of the face to a small value. This
> brings out the perceptibility problem.
>
> Studying carefully WCAG 2.1, Section 1.4.3 Contrast (Minimum),
> the contrast ratio is also subject to change according to the
> thinness of the characters. For instance, With larger thicker
> text, the contrast ratio of at least 4.5:1 can be modified to to
> at least 3:1.
>
> I see the requirement of a contiguous indicator line is mainly about
> aesthetics. But practical usability should be of higher concern.
I shared code with you on how to change the face to the effect that it
widens the width of the line. Please use it. I also stated in clear
terms why this decision was made. You insist on dismissing it as
"aesthetics". There is nothing more I can do about it.
--
Protesilaos Stavrou
https://protesilaos.com
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#57424
; Package
emacs
.
(Fri, 26 Aug 2022 06:44:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 57424 <at> debbugs.gnu.org (full text, mbox):
> Sent: Friday, August 26, 2022 at 6:27 PM
> From: "Protesilaos Stavrou" <info <at> protesilaos.com>
> To: "Christopher Dimech" <dimech <at> gmx.com>, 57424 <at> debbugs.gnu.org
> Subject: Re: bug#57424: Perceptibility of display-fill-column-indicator-mode
>
> > From: Christopher Dimech <dimech <at> gmx.com>
> > Date: Fri, 26 Aug 2022 07:44:23 +0200
> >
> > Have followed the customisation discussion about
> > display-fill-column-indicator-mode
> >
> > Have consulted with Protesilaos Stavrou, author of
> > modus-themes. I agree that the default indicator character is
> > too thin. Changing the character to something wider does not
> > change things much. A solution that works is that of setting a
> > background colour, rather than changing the foreground colour .
>
> Christopher, please don't take words out of context. State what you
> think the bug is without involving me or other people.
Was not meant to involve you. But mentioned changes you suggested as
context of what one can try and see how things look like.
> My involvement in this only concerns the modus-themes. I explained via
> a private channel why the modus-themes style the fill-column-indicator
> like this:
>
> ;; Not actual code, but true to form:
> (set-face-attribute 'fill-column-indicator nil :height 1 :background "gray50" :foreground "gray50")
>
> The default face of fill-column-indicator creates a dashed line when (i)
> the user applies a default font with a tall line height, (ii) increases
> the value of 'line-spacing', (iii) applies an increased height to
> certain elements, such as scaling the faces of Org headings.
>
> Because of these common scenaria, users would tell me that the visuals
> looked broken. Changing the face, as shown above, produces a contiguous
> line. This is a compromise, so that I stop getting the same issue over
> and over that the themes are broken.
The report is not about modus-themes, so you can do the compromise for
the themes, and I can change that should I want, following your comments.
> > [... 15 lines elided]
>
> > The only way to ensure a contiguous vertical line is to
> > explicitly set the :height of the face to a small value. This
> > brings out the perceptibility problem.
> >
> > Studying carefully WCAG 2.1, Section 1.4.3 Contrast (Minimum),
> > the contrast ratio is also subject to change according to the
> > thinness of the characters. For instance, With larger thicker
> > text, the contrast ratio of at least 4.5:1 can be modified to to
> > at least 3:1.
> >
> > I see the requirement of a contiguous indicator line is mainly about
> > aesthetics. But practical usability should be of higher concern.
>
> I shared code with you on how to change the face to the effect that it
> widens the width of the line. Please use it. I also stated in clear
> terms why this decision was made. You insist on dismissing it as
> "aesthetics". There is nothing more I can do about it.
>
> --
> Protesilaos Stavrou
> https://protesilaos.com
>
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#57424
; Package
emacs
.
(Fri, 26 Aug 2022 10:51:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 57424 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Christopher Dimech <dimech <at> gmx.com> writes:
> Protesilaos described how the default style of
> display-fill-column-indicator-mode gets a dashed vertical line.
[Message part 2 (image/png, inline)]
[Message part 3 (text/plain, inline)]
With "emacs -Q" on the current Ubuntu, the line isn't dashed.
And it looks very perceptible to me. On which systems is it faint and
dashed?
Added tag(s) moreinfo.
Request was from
Lars Ingebrigtsen <larsi <at> gnus.org>
to
control <at> debbugs.gnu.org
.
(Fri, 26 Aug 2022 10:51:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#57424
; Package
emacs
.
(Fri, 26 Aug 2022 10:56:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 57424 <at> debbugs.gnu.org (full text, mbox):
Lars Ingebrigtsen <larsi <at> gnus.org> writes:
> With "emacs -Q" on the current Ubuntu, the line isn't dashed.
Oh, never mind -- I see the dashes now. (On this HiDPI screen, the gaps
weren't visible to me before enlargening.)
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#57424
; Package
emacs
.
(Fri, 26 Aug 2022 11:30:02 GMT)
Full text and
rfc822 format available.
Message #22 received at 57424 <at> debbugs.gnu.org (full text, mbox):
> Sent: Friday, August 26, 2022 at 10:55 PM
> From: "Lars Ingebrigtsen" <larsi <at> gnus.org>
> To: "Christopher Dimech" <dimech <at> gmx.com>
> Cc: 57424 <at> debbugs.gnu.org
> Subject: Re: bug#57424: Perceptibility of display-fill-column-indicator-mode
>
> Lars Ingebrigtsen <larsi <at> gnus.org> writes:
>
> > With "emacs -Q" on the current Ubuntu, the line isn't dashed.
>
> Oh, never mind -- I see the dashes now. (On this HiDPI screen, the gaps
> weren't visible to me before enlargening.)
Hard to see with Trisquel 9.0 when one uses Emacs with modus-vivendi
(a dark theme provided by modus-themes, specially designed for accessibility).
Could users have an accessibility flag they can turn on and off, where the line
is thick and solid (rather than dashed and thin). And be able to change colour
of background. Can one change the foreground colour of the line? Not too sure
if foreground line colouring is possible.
Removed tag(s) moreinfo.
Request was from
Lars Ingebrigtsen <larsi <at> gnus.org>
to
control <at> debbugs.gnu.org
.
(Sat, 24 Sep 2022 14:58:01 GMT)
Full text and
rfc822 format available.
Severity set to 'minor' from 'normal'
Request was from
Stefan Kangas <stefankangas <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Thu, 13 Oct 2022 13:49:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 301 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.