Daniel Brockman <[EMAIL PROTECTED]> writes: > (with-current-buffer (get-buffer-create "*Invisibility test*") > (insert ".---\n") > (insert (propertize "| bar\n" 'invisible t 'display "| baz\n")) > (insert (propertize "| foo\n" 'invisible t)) > (insert "`---\n") > (display-buffer (current-buffer))) > > I see `baz' when I run this code, and all I did was > transpose the invisible lines. > > Do you get similar results?
Yes. That's the bug, I suppose: When there is invisible text right before the text with the display property, all is well. But add the display property to invisible text after visible text and we see it. >>> <http://wigwam.brockman.se/~daniel/bongo-folder-icons.png> >>> >>> It's so nice I think we should make that the default look. > I'll do this. I want to rework the code a bit to be able to > implement this in a clean way. Okay. _______________________________________________ bongo-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/bongo-devel
