bongo-devel
[Top][All Lists]
Advanced

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

[bongo-devel] Re: Line icons


From: Daniel Jensen
Subject: [bongo-devel] Re: Line icons
Date: Mon, 12 Feb 2007 19:21:30 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.93 (gnu/linux)

Daniel Brockman <address@hidden> 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.





reply via email to

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