YAMAMOTO Mitsuharu <[EMAIL PROTECTED]> writes: > In some cases, we can't place the cursor at the middle of overlay > string with the 'cursor' text property.
Actually, if I repeat your example without the cursor property, the cursor also disappears. emacs -Q -D (setq overlay (make-overlay 1 1)) (setq str (make-string 100 ?a)) (overlay-put overlay 'before-string str) M-< I have installed a change to fix the problem. Pls. retest. -- 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
