From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Moritz Maxeiner Newsgroups: gmane.emacs.devel Subject: Re: Moving point after character when clicking latter half of it Date: Sat, 22 Jul 2023 17:59:58 +0200 Message-ID: <4824248.GXAFRqVoOG@anduin> References: <2255158.iZASKD2KPV@silef> <5699684.DvuYhMxLoT@anduin> <831qh07xlx.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17158"; mail-complaints-to="usenet@ciao.gmane.io" To: Eli Zaretskii , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jul 22 18:03:24 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 1qNF4m-0004F4-IB for ged-emacs-devel@m.gmane-mx.org; Sat, 22 Jul 2023 18:03:24 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qNF1Z-0001yJ-Qp; Sat, 22 Jul 2023 12:00:05 -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 1qNF1X-0001xd-BV for emacs-devel@gnu.org; Sat, 22 Jul 2023 12:00:03 -0400 Original-Received: from nephos.ucw.sh ([138.201.61.214] helo=mail.ucw.sh) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qNF1V-00080J-GW; Sat, 22 Jul 2023 12:00:02 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by mail.ucw.sh (Postfix) with ESMTP id B6CC99DCA8; Sat, 22 Jul 2023 17:59:59 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.ucw.sh Original-Received: from mail.ucw.sh ([127.0.0.1]) by localhost (mail.ucw.sh [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id kqDNTwpCaCXN; Sat, 22 Jul 2023 17:59:59 +0200 (CEST) Original-Received: from anduin.localnet (p200300d2973a7589d8aa0020bac588c6.dip0.t-ipconnect.de [IPv6:2003:d2:973a:7589:d8aa:20:bac5:88c6]) (Authenticated sender: mm@ucw.sh) by mail.ucw.sh (Postfix) with ESMTPSA; Sat, 22 Jul 2023 17:59:59 +0200 (CEST) In-Reply-To: <831qh07xlx.fsf@gnu.org> Received-SPF: pass client-ip=138.201.61.214; envelope-from=mm@ucw.sh; helo=mail.ucw.sh X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action 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:308022 Archived-At: On Saturday 22 July 2023 17:51:54 CEST Eli Zaretskii wrote: > > 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. Awesome, thanks! Just one last question: Is there any avenue to have this included in the Emacs 29 release, or is it too late for that?