[EMAIL PROTECTED] (Daniel Jensen) 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.

I brought this up on emacs-devel, but there wasn't much reaction.

Anyway, I installed a fix for our icon/collapse problem.

-- 
Daniel Brockman <[EMAIL PROTECTED]>


_______________________________________________
bongo-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/bongo-devel

Reply via email to