fold-this.el icon indicating copy to clipboard operation
fold-this.el copied to clipboard

Ellipsis is only three dots if the region extends to EOF

Open caoliver opened this issue 10 years ago • 1 comments

Under GNU emacs 24.5.1, fold-this 0.3 displays a two rather than three dot overlay unless the end marker is at the EOF. Is this what's supposed to happen?

caoliver avatar Jul 23 '15 20:07 caoliver

I think this was/is a but since the beginning. The code uses before-string which should only appear before the folder region (overlay) but if the text is also made invisible inside it is for some reason also rendered after the region. In #9 I've fixed that issue also so hopefully it gets in :)

Fuco1 avatar Feb 23 '18 14:02 Fuco1