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: Additional xterm-mouse cleanup Date: Sat, 30 Jan 2021 11:38:19 +0200 Message-ID: <831re2aho4.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30052"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Jared Finder Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 30 10:39:24 2021 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 1l5mix-0007j6-Pc for ged-emacs-devel@m.gmane-mx.org; Sat, 30 Jan 2021 10:39:23 +0100 Original-Received: from localhost ([::1]:60376 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l5miw-0005rz-S4 for ged-emacs-devel@m.gmane-mx.org; Sat, 30 Jan 2021 04:39:22 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54540) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l5mhc-0005BI-Iw for emacs-devel@gnu.org; Sat, 30 Jan 2021 04:38:00 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:41598) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l5mhb-0001hh-Rv; Sat, 30 Jan 2021 04:37:59 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4029 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1l5mha-00020S-VZ; Sat, 30 Jan 2021 04:37:59 -0500 In-Reply-To: (emacs-devel@gnu.org) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.devel:263599 Archived-At: > Date: Wed, 27 Jan 2021 22:32:21 -0800 > From: jared--- via "Emacs development discussions." > > I've got four small patches for my continued work to make xterm-mouse function better. #1 also makes Linux > terminal function keys behave better when running help-for-help and #2 and #3 both improve GPM-based > mouse behavior too. > > I'd like feedback in particular on patch #4, which is small but in a sensitive location -- it's one additional code > line in read_key_sequence along the input-decode-map path. I considered instead putting the change as > part of the other cleanup right after replay_sequence, but ultimately thought that would be riskier and serve > no additional purpose. > > Let me know your thoughts. Thanks, I installed this part: From d2ee448ffa70ddb02645f5397b727ae2b90e20ed Mon Sep 17 00:00:00 2001 From: Jared Finder Date: Mon, 7 Dec 2020 22:44:32 -0800 Subject: [PATCH 2/4] * lisp/tab-line.el (tab-line-new-tab): Use tty menus when supported. which seems to be a no-brainer. The rest is still being discussed, so I will wait for the discussions to come to completion. P.S. Please in the future post patches via "M-x report-emacs-bug", so that our issue tracker records all the pertinent discussions.