GNU bug report logs - #6687
[24.0.50] end-of-buffer cursor position with an overlay

Previous Next

Package: emacs;

Reported by: Tetsuo Tsukamoto <czkmt <at> ims.u-tokyo.ac.jp>

Date: Wed, 21 Jul 2010 09:20:03 UTC

Severity: normal

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #14 received at 6687 <at> debbugs.gnu.org (full text, mbox):

From: Tetsuo Tsukamoto <czkmt <at> ims.u-tokyo.ac.jp>
To: 6687 <at> debbugs.gnu.org
Subject: Re: [24.0.50] end-of-buffer cursor position with an overlay
Date: Thu, 22 Jul 2010 01:47:47 +0900
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




This bug report was last modified 14 years and 184 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.