From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: html, css, and js modes working together Date: Sun, 12 Feb 2017 11:59:53 -0500 Message-ID: References: <87o9ynarz3.fsf@tromey.com> <877f4z6i8n.fsf@tromey.com> <87poipzr0l.fsf@tromey.com> <87inog4oga.fsf@tromey.com> <87k28w2hm4.fsf@tromey.com> <58A043A3.6060206@gmx.at> <83fujj2yau.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1486918903 25372 195.159.176.226 (12 Feb 2017 17:01:43 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 12 Feb 2017 17:01:43 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) Cc: martin rudalics , tom@tromey.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 12 18:01:38 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ccxWs-0006FM-F9 for ged-emacs-devel@m.gmane.org; Sun, 12 Feb 2017 18:01:38 +0100 Original-Received: from localhost ([::1]:52696 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ccxWy-0005Z0-10 for ged-emacs-devel@m.gmane.org; Sun, 12 Feb 2017 12:01:44 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59268) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ccxVL-0005Iu-KY for emacs-devel@gnu.org; Sun, 12 Feb 2017 12:00:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ccxVK-00035K-OP for emacs-devel@gnu.org; Sun, 12 Feb 2017 12:00:03 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:12425) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ccxVG-000343-Tr; Sun, 12 Feb 2017 11:59:59 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0BpNQAu3EVY//7rSC1dGgEBAQECAQEBAQgBAQEBgzgBAQEBAR+EW4VUnAImAZZehhwEAgKCEUQQAQIBAQEBAQEBYihCEgGEFAEEAVYjBQsLNBIUGA0kiHoIrRSLRAEBAQcCJYsZiikFjn99imqSc4gnhjqSDzYgeBMOhXMghjE/KoITAQEB X-IPAS-Result: A0BpNQAu3EVY//7rSC1dGgEBAQECAQEBAQgBAQEBgzgBAQEBAR+EW4VUnAImAZZehhwEAgKCEUQQAQIBAQEBAQEBYihCEgGEFAEEAVYjBQsLNBIUGA0kiHoIrRSLRAEBAQcCJYsZiikFjn99imqSc4gnhjqSDzYgeBMOhXMghjE/KoITAQEB X-IronPort-AV: E=Sophos;i="5.33,749,1477972800"; d="scan'208";a="292709485" Original-Received: from 45-72-235-254.cpe.teksavvy.com (HELO ceviche.home) ([45.72.235.254]) by smtp.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 12 Feb 2017 11:59:54 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id A98C56629F; Sun, 12 Feb 2017 11:59:53 -0500 (EST) In-Reply-To: <83fujj2yau.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 12 Feb 2017 18:01:29 +0200") X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:212293 Archived-At: > In this sense, the "cursor" part of cursor-sensor-functions is a > misnomer; it should have used "point". However, given that this was a > replacement for point-entered and point-left properties, I can > understand why that name was chosen. Yes, I used the term "cursor" to insist on the fact that it relates to the movement of point as seen by the user (i.e. via its rendition on screen) as opposed to the previous behavior of intangible/point-entered/point-left which also cared about temporary point movements internal to the implementation of commands. Stefan