bongo-devel
[Top][All Lists]
Advanced

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

Re: [bongo-devel] Re: Line icons


From: Daniel Brockman
Subject: Re: [bongo-devel] Re: Line icons
Date: Fri, 16 Feb 2007 07:22:45 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.51 (gnu/linux)

address@hidden (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 <address@hidden>




reply via email to

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