fold-this.el
fold-this.el copied to clipboard
Ellipsis is only three dots if the region extends to EOF
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?
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 :)