From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tetsuo Tsukamoto Newsgroups: gmane.emacs.bugs Subject: bug#6687: [24.0.50] end-of-buffer cursor position with an overlay Date: Thu, 22 Jul 2010 00:37:16 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1279728280 6556 80.91.229.12 (21 Jul 2010 16:04:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 21 Jul 2010 16:04:40 +0000 (UTC) To: 6687@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jul 21 18:04:39 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ObbmN-00018m-QG for geb-bug-gnu-emacs@m.gmane.org; Wed, 21 Jul 2010 18:04:36 +0200 Original-Received: from localhost ([127.0.0.1]:38698 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ObbmF-0002lQ-3W for geb-bug-gnu-emacs@m.gmane.org; Wed, 21 Jul 2010 12:04:11 -0400 Original-Received: from [140.186.70.92] (port=52362 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Obbix-00017w-94 for bug-gnu-emacs@gnu.org; Wed, 21 Jul 2010 12:00:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Obbiv-0008IM-Sq for bug-gnu-emacs@gnu.org; Wed, 21 Jul 2010 12:00:47 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:39337) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Obbiv-0008II-RU for bug-gnu-emacs@gnu.org; Wed, 21 Jul 2010 12:00:45 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1ObbUf-0006bA-Vc; Wed, 21 Jul 2010 11:46:01 -0400 X-Loop: help-debbugs@gnu.org In-Reply-To: Resent-From: Tetsuo Tsukamoto Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 21 Jul 2010 15:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6687 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 6687-submit@debbugs.gnu.org id=B6687.127972714225356 (code B ref 6687); Wed, 21 Jul 2010 15:46:01 +0000 Original-Received: (at 6687) by debbugs.gnu.org; 21 Jul 2010 15:45:42 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ObbUL-0006av-PN for submit@debbugs.gnu.org; Wed, 21 Jul 2010 11:45:42 -0400 Original-Received: from mailv2.ecc.u-tokyo.ac.jp ([133.11.70.76]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ObbLx-0006Vs-MY for 6687@debbugs.gnu.org; Wed, 21 Jul 2010 11:37:02 -0400 Original-Received: from ms001.ecc.u-tokyo.ac.jp (ms001.ecc.u-tokyo.ac.jp [133.11.70.171]) by mailv2.ecc.u-tokyo.ac.jp (Postfix) with ESMTP id 98B196C004B for <6687@debbugs.gnu.org>; Thu, 22 Jul 2010 00:37:26 +0900 (JST) Original-Received: from jitaku.ims.u-tokyo.ac.jp (59.157.29.214 [59.157.29.214]) by ms001.ecc.u-tokyo.ac.jp (deepsmtpd.stn.b 3.5.75) with ESMTP id for <6687@debbugs.gnu.org>; Thu, 22 Jul 2010 00:37:17 +0900 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-IP: 59.157.29.214 X-FROM-DOMAIN: ims.u-tokyo.ac.jp X-FROM-EMAIL: czkmt@ims.u-tokyo.ac.jp X-Mailman-Approved-At: Wed, 21 Jul 2010 11:45:40 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Wed, 21 Jul 2010 11:46:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:38731 Archived-At: With further testings, I noticed that the condition where problem is reproduced is not (eobp) but (and (bolp) (eolp)), i.e. when point is at an empty line. In addition, I should correct the conclusion of my first message as follows. Emacs 24.0.50 with point at an empty line displays cursor differently relative to an overlay placed at the point. In GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.20.1) of 2010-07-21 on t400s.localdomain Windowing system distributor `Fedora Project', version 11.0.10802000 Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: ja_JP.utf8 value of $XMODIFIERS: @im=none locale-coding-system: utf-8 default enable-multibyte-characters: t Major mode: Lisp Interaction -- Tetsuo Tsukamoto