>>>>> On Thu, 15 Jun 2006 16:45:01 +0200, [EMAIL PROTECTED] (Kim F. Storm) said:

> Please try the patch below.

I tried it, and found a problem with cursor placement and another
assertion violation.

; emacs -q -D  ;; not `-Q' in order to show a message in *scratch*
(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)))
(put-text-property 1 3 'display "DISP")
;; make sure that the first line is wrapped
M-<

Then the cursor is displayed at a wrong position.

Another assertion violation can be observed by replacing the last
expression with (put-text-property 1 3 'display '(space :width 2))

                             YAMAMOTO Mitsuharu
                        [EMAIL PROTECTED]


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to