bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59141: 28.1.90; Face :extend when all the line but trailing \n is in


From: Juri Linkov
Subject: bug#59141: 28.1.90; Face :extend when all the line but trailing \n is invisible
Date: Tue, 15 Nov 2022 10:02:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu)

>> 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?





reply via email to

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