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

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

bug#6687: [24.0.50] end-of-buffer cursor position with an overlay


From: Tetsuo Tsukamoto
Subject: bug#6687: [24.0.50] end-of-buffer cursor position with an overlay
Date: Thu, 22 Jul 2010 01:47:47 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Each (eobp) that appear in my previous message should be replaced
with (bolp), as follows.

 initial point position  :        cursor behavior
(and (bolp) (eolp))      :  0) [?]   1) [?]x   2) ?xx[]
(and (not (bolp)) (eolp)):  0) [?]   1) ?x[]   2) ?xx[]
(and (bolp) (not (eolp))):  0) ?[]   1) ?x[]   2) ?xx[]
(not (or (bolp) (eolp))) :  0) ?[]   1) ?x[]   2) ?xx[]

-- 
Tetsuo Tsukamoto





reply via email to

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