From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#50950: [External] : bug#50950: "(emacs) Mark" should contrast to "selecting" text in other editors Date: Sat, 16 Oct 2021 21:21:51 +0300 Message-ID: <83ee8khlts.fsf@gnu.org> References: <83pmsocyze.fsf@gnu.org> <83ilygc5e6.fsf@gnu.org> <83ilxxgitt.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28417"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stefan@marxist.se, 50950@debbugs.gnu.org To: Drew Adams Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Oct 16 20:33:39 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mboV1-0007CX-Mu for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 16 Oct 2021 20:33:39 +0200 Original-Received: from localhost ([::1]:37468 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mboV0-00042t-5H for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 16 Oct 2021 14:33:38 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42288) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mboJo-0002IT-1m for bug-gnu-emacs@gnu.org; Sat, 16 Oct 2021 14:22:05 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:59720) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mboJn-0007Rd-P6 for bug-gnu-emacs@gnu.org; Sat, 16 Oct 2021 14:22:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mboJm-0004Oi-E6 for bug-gnu-emacs@gnu.org; Sat, 16 Oct 2021 14:22:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 16 Oct 2021 18:22:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50950 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 50950-submit@debbugs.gnu.org id=B50950.163440852116897 (code B ref 50950); Sat, 16 Oct 2021 18:22:02 +0000 Original-Received: (at 50950) by debbugs.gnu.org; 16 Oct 2021 18:22:01 +0000 Original-Received: from localhost ([127.0.0.1]:43033 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mboJl-0004OT-E0 for submit@debbugs.gnu.org; Sat, 16 Oct 2021 14:22:01 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:40322) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mboJj-0004OH-70 for 50950@debbugs.gnu.org; Sat, 16 Oct 2021 14:21:59 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55362) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mboJb-0007GW-M0; Sat, 16 Oct 2021 14:21:52 -0400 Original-Received: from [87.69.77.57] (port=1532 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mboJb-0007Zo-7Z; Sat, 16 Oct 2021 14:21:51 -0400 In-Reply-To: (message from Drew Adams on Sat, 16 Oct 2021 18:14:29 +0000) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:217384 Archived-At: > From: Drew Adams > CC: "50950@debbugs.gnu.org" <50950@debbugs.gnu.org> > Date: Sat, 16 Oct 2021 18:14:29 +0000 > > 3. I think it's a mistake to speak of "moving > point" and saying "you move point". > > Point is just the current cursor position. You > move the cursor, not point. Not in Emacs. In Emacs, commands move point, and the cursor is then drawn to show where point is.