Ralf Angeli <[EMAIL PROTECTED]> writes: >> (let (ov) >> (insert "\n\nxxx") >> (setq ov (make-overlay (line-beginning-position) (point))) >> (overlay-put ov 'mouse-face 'highlight) >> (overlay-put ov 'display "yyy")) >>
> Okay, I poked around a bit and the following change fixes the problem > for me: Many thanks for finding the location of the error. That is a big help, even though your patch had problems. I have just installed a fix. -- Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk _______________________________________________ Emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
