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.devel Subject: Re: Moving point after character when clicking latter half of it Date: Sat, 22 Jul 2023 15:51:20 +0300 Message-ID: <83mszo85yv.fsf@gnu.org> References: <2255158.iZASKD2KPV@silef> <87a5vo4y2m.fsf@yahoo.com> <83edl0a4f2.fsf@gnu.org> <5697547.DvuYhMxLoT@anduin> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22571"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, emacs-devel@gnu.org To: Moritz Maxeiner Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jul 22 14:51:38 2023 Return-path: Envelope-to: ged-emacs-devel@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 1qNC5C-0005gK-HY for ged-emacs-devel@m.gmane-mx.org; Sat, 22 Jul 2023 14:51:38 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qNC4P-0004f6-KZ; Sat, 22 Jul 2023 08:50:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qNC4J-0004cM-6F for emacs-devel@gnu.org; Sat, 22 Jul 2023 08:50:43 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qNC4I-0007Ph-A1; Sat, 22 Jul 2023 08:50:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=BomOPBoP2IYRACt1z/ZFUSAlia6ywMpapF1o/XmLEjg=; b=nk9CjZjnnK0J +gDpz+760FQAQbKpw/RvCoMYiZbMQQlisRiuoOruHeFKOBvEcoeaE2y8J2X94n5LEznJ5E3wEVs66 qpuqMhGTM1omg2wDHIowRk8+YeeqT8PWjKVCYAqt+bzm6yhrNxnnhnoew4/bAADO8HoUpzfzP5lkY n/tpl4XXChukfQUn5bN7tj/8vmHvt3bue+SIoculq9XYVhIbG8GHJOmHwTweeoUOhPXHazYxvWT5L iRFv0STS1yHcElVgo+ElnMuLgm0FPNAKwqhTNKEmVjABmA0zrGs4TbiPANAnbJyIBNgJpTnMdCgak 44RpDVrJ92aY6qSXfWbDNg==; Original-Received: from [87.69.77.57] (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 1qNC4H-0002CX-Ni; Sat, 22 Jul 2023 08:50:42 -0400 In-Reply-To: <5697547.DvuYhMxLoT@anduin> (message from Moritz Maxeiner on Sat, 22 Jul 2023 12:07:27 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:308014 Archived-At: > From: Moritz Maxeiner > Cc: emacs-devel@gnu.org > Date: Sat, 22 Jul 2023 12:07:27 +0200 > > On Saturday 22 July 2023 07:41:53 CEST Eli Zaretskii wrote: > > > From: Po Lu > > > Cc: Eli Zaretskii , emacs-devel@gnu.org > > > Date: Sat, 22 Jul 2023 07:57:53 +0800 > > > > > > Moritz Maxeiner writes: > > > > +This new option defaults to off. > > > > > > I think this sentence is redundant. > > > > It isn't. But a better wording would be > > > > By default this is disabled. > > Done. Though I am concerned that capitalizing "x coordinate" to "X > coordinate" will lead to confusion, as capitalized X seems to usually refer to > the X window system within NEWS. In this instance, it's not supposed to be > referring to that, instead it's referring to the x of the (x,y) coordinate > pair. Thanks. So now, to make it ready to go, please produce the patch in the "git format-patch" format, or at least add to the patch a ChangeLog-style commit log message describing the changes with their file names and function names. You can find the instructions for that in CONTRIBUTE, and a lot of examples in "git log".