GNU bug report logs -
#59141
28.1.90; Face :extend when all the line but trailing \n is invisible
Previous Next
Reported by: Ihor Radchenko <yantar92 <at> posteo.net>
Date: Wed, 9 Nov 2022 02:24:01 UTC
Severity: normal
Tags: fixed
Found in version 28.1.90
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Ihor Radchenko <yantar92 <at> posteo.net>
> Cc: Juri Linkov <juri <at> linkov.net>, kevin.legouguec <at> gmail.com,
> 59141 <at> debbugs.gnu.org, abdo.haji.ali <at> gmail.com
> Date: Tue, 15 Nov 2022 15:01:38 +0000
>
> Eli Zaretskii <eliz <at> gnu.org> writes:
>
> >> >> or the ellipsis glyph to be disabled with something like:
> >> >>
> >> >> (or standard-display-table (setq standard-display-table (make-display-table)))
> >> >> (set-char-table-extra-slot standard-display-table 4 (vector))
> >> >
> >> > Why not just set selective-display-ellipses to nil?
> >>
> >> (setq-default selective-display-ellipses nil) doesn't remove ellipses.
> >> What am I missing?
> >
> > Ah, it only works when selective-display is turned on.
> >
> > We could perhaps extend it to affect ellipsis after text hidden by
> > properties and overlays. Would that be helpful?
> >
> > Alternatively, we could fix the documentation to clarify that this
> > variable doesn't affect text hidden by invisible properties.
>
> What about simply changing the buffer-invisibility-spec?
I'm not following: how is that question related to what
selective-display-ellipses does (or does not do)?
This bug report was last modified 1 year and 112 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.