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: [External] : Re: Moving point after character when clicking latter half of it Date: Sun, 09 Jul 2023 19:43:18 +0300 Message-ID: <835y6t9gt5.fsf@gnu.org> References: <2255158.iZASKD2KPV@silef> <87jzv9mf5s.fsf@turtle-trading.net> <4837402.GXAFRqVoOG@anduin> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3303"; mail-complaints-to="usenet@ciao.gmane.io" Cc: drew.adams@oracle.com, emacs-devel@gnu.org To: Moritz Maxeiner Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jul 09 18:44:07 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 1qIXW1-0000bx-Nq for ged-emacs-devel@m.gmane-mx.org; Sun, 09 Jul 2023 18:44:05 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qIXVB-0007qb-KE; Sun, 09 Jul 2023 12:43:13 -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 1qIXVA-0007pu-93 for emacs-devel@gnu.org; Sun, 09 Jul 2023 12:43:12 -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 1qIXV8-0006aV-Sb; Sun, 09 Jul 2023 12:43:10 -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=7rgNAaczclXkQImvciBDkdp6eq1FZIgoIHgi4JMLBAU=; b=EyzvhV+yJiDJ J1mEyAldOPU0o8/6mFgY6YEtgvYT/vyWOz6CqL5FEeQWDk46WJzK6gE121GlUNuizMcYciLtBjMcf PhXIEGMKABkgpObv9OjG5vRqvWmhdrqvCz0sTMmQhy3kLjjunff1XDzAB0FaQc+ejPgVnWhpe2H72 pSPevxerVayqLnrBVqyWunILTzFuUglgTPIvGNrTJ9aKAplJrhGvFY+RpT3QmQQUHGPbtPXwWrVzF gZOsAoYmwI/nOZlCV3FC8c4QIq2pXPjbcuHH4jRPIqOOpNb5UuUtW2DMCP54h0vJMM8lw7IVDuaur aTezqeCde1s+rEpqIh4PEA==; 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 1qIXV8-0000lp-Cj; Sun, 09 Jul 2023 12:43:10 -0400 In-Reply-To: <4837402.GXAFRqVoOG@anduin> (message from Moritz Maxeiner on Sun, 09 Jul 2023 17:33:25 +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:307695 Archived-At: > From: Moritz Maxeiner > Cc: "emacs-devel@gnu.org" > Date: Sun, 09 Jul 2023 17:33:25 +0200 > > That being said, if there's wide opposition of this being included in Emacs, > I'll maintain it as a downstream patch as Emacs' current default behavior, to > me, is unacceptable. There's no such opposition. Optional behavior that is so easy to implement and doesn't affect anything except people who choose to turn it on, cannot justify any serious opposition.