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 18:51:54 +0300 Message-ID: <831qh07xlx.fsf@gnu.org> References: <2255158.iZASKD2KPV@silef> <5697547.DvuYhMxLoT@anduin> <83mszo85yv.fsf@gnu.org> <5699684.DvuYhMxLoT@anduin> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3712"; 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 17:52:17 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 1qNEu0-0000kr-0E for ged-emacs-devel@m.gmane-mx.org; Sat, 22 Jul 2023 17:52:16 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qNEt5-0000ja-IR; Sat, 22 Jul 2023 11:51:19 -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 1qNEt3-0000jN-RJ for emacs-devel@gnu.org; Sat, 22 Jul 2023 11:51:18 -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 1qNEt3-0003wY-BJ; Sat, 22 Jul 2023 11:51:17 -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=URntj8iQA6nV59m7w4N01xY8TivstH2yLesgTO4gExo=; b=BkZsvx29MXWP fWL9djNUSr2gqBcD/GvyfrPYszE+/u5aGgiysaphpV1DH91yXMOgaMQgMxYxAvxHCm8DxAMFoSqUB gHYjTyj/TzIrg/Jvef1lW+BVq1hMr0Hr+JJanIZMfKSd2CWDRMFnX2gFsvJt0/tj6HtSFbncz7uKY W1ClHhW/6EfSzFHGjgosH3YBgQqKrS8QzMUZQ/ELJhq1vnciTJhiKjFejaifFFpqrBcM6aDj8+ttd zmA8rqe0A+R/yKWEgqP4B/EGpo5P3eEdWj4n63S9RwSCqeok8Oy/DB6aUbHRzQC0ZdFoUK1hxjmRg ZSbJcCP3krjojHdpknaw/w==; 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 1qNEt2-0003Wg-Q1; Sat, 22 Jul 2023 11:51:17 -0400 In-Reply-To: <5699684.DvuYhMxLoT@anduin> (message from Moritz Maxeiner on Sat, 22 Jul 2023 17:28:34 +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:308021 Archived-At: > From: Moritz Maxeiner > Cc: luangruo@yahoo.com, emacs-devel@gnu.org > Date: Sat, 22 Jul 2023 17:28:34 +0200 > > > 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". > > Sure, I hope the attached patch meets the requirements. I wasn't 100% on > some of the rules so I tried emulating what I saw in git log. Thanks, it was mostly correct (see the minor changes I've done as followup). Now installed on the master branch.