emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Can't put cursor after wrapped overlay string with `cursor' property


From: Kim F. Storm
Subject: Re: Can't put cursor after wrapped overlay string with `cursor' property
Date: Sun, 28 May 2006 22:20:01 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

YAMAMOTO Mitsuharu <address@hidden> 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 <address@hidden> http://www.cua.dk





reply via email to

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