From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: jared--- via "Emacs development discussions." Newsgroups: gmane.emacs.devel Subject: Re: Additional xterm-mouse cleanup Date: Tue, 02 Feb 2021 00:28:24 -0800 Message-ID: <3a1891a64465c951362606a5bf9649d3@finder.org> References: <831re2aho4.fsf@gnu.org> Reply-To: Jared Finder Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4245"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Roundcube Webmail/1.3.16 Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Feb 02 09:29:22 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 1l6r3p-000119-VR for ged-emacs-devel@m.gmane-mx.org; Tue, 02 Feb 2021 09:29:21 +0100 Original-Received: from localhost ([::1]:38380 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l6r3o-0000is-Tq for ged-emacs-devel@m.gmane-mx.org; Tue, 02 Feb 2021 03:29:20 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54994) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l6r31-0000GV-04 for emacs-devel@gnu.org; Tue, 02 Feb 2021 03:28:32 -0500 Original-Received: from greenhill.hpalace.com ([2600:3c01::f03c:91ff:fe73:2daa]:51296) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l6r2w-0007dd-Aq; Tue, 02 Feb 2021 03:28:27 -0500 Original-Received: from mail.finder.org (greenhill.hpalace.com [IPv6:2600:3c01::f03c:91ff:fe73:2daa]) by greenhill.hpalace.com (Postfix) with ESMTPSA id 76D5468F; Tue, 2 Feb 2021 08:28:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=finder.org; s=2018; t=1612254504; bh=Y8ON6a44k/0u3o/rCcMf93i0eFMJDKxdKxeMT/eNJR0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=H2egPMRDJ0Bx6Pl9whsooqbhqDboRFsOPOygSPYyI9qMl8G0Qjxo1et8GUyUf+XuU +6Gfawpu6hZZjabyZadfP93+IJmJyGKiYcvnzgCsm/HsvwhAe3nkhr0UiQKM60Wlkf H3SrS/1pLC4Vjme9hufw8bG766qE89rz2+X6LRzLimSdr6wwR0UMpvLvIPARet0NoT ZsSzKOC/r8DaGA8yU1/ZvWjcW0kr3LO4VzUuEbBim3pZXg4lSKf3eG5h/qVhZvnvaR G67VIGK2c81Z7hJm93YefD/uOV/diRvUIEZu0qB3yVK/5F369UvKxXjmgA9DdcwceR tXMdHUD4n0R2A== In-Reply-To: <831re2aho4.fsf@gnu.org> X-Sender: jared@finder.org Received-SPF: pass client-ip=2600:3c01::f03c:91ff:fe73:2daa; envelope-from=jared@finder.org; helo=greenhill.hpalace.com X-Spam_score_int: 16 X-Spam_score: 1.6 X-Spam_bar: + X-Spam_report: (1.6 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_SBL_CSS=3.335, RCVD_IN_XBL=0.375, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action 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:263709 Archived-At: On 2021-01-30 1:38 am, Eli Zaretskii wrote: >> 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. Sorry about that. I thought report-emacs-bug was for bugreports only, not for arbitrary feature development. I guess I should delete most of the template text if is just straightforward feature dev. Is that right? -- MJF