>>>>> On Tue, 13 Jun 2006 13:38:14 +0200, [EMAIL PROTECTED] (Kim F. Storm) said:

> Please try the new patch below.

Thanks.  I tried the installed one, and found another assertion
violation with the following case.

; emacs -Q -D
(setq overlay (make-overlay 1 3))
(overlay-put overlay 'before-string (propertize "BE" 'face 'bold))
(overlay-put overlay 'after-string (propertize "AF" 'display 
                         (propertize "XY" 'face 'underline)))
(compose-region 1 3)

And how is the `invisible' case supposed to work now?  If the final
expression in the above test case is replaced with (put-text-property
1 3 'invisible t), the before-string remains visible but the
after-string becomes invisible.

                                     YAMAMOTO Mitsuharu
                                [EMAIL PROTECTED]


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to