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: Making TTY menus more visual Date: Fri, 16 Oct 2020 09:51:50 +0300 Message-ID: <83h7quwtmh.fsf@gnu.org> References: <087df85a965fac6555a755c1bbebf1ea@finder.org> <83r1qhf5ii.fsf@gnu.org> <83wo07g0bf.fsf@gnu.org> <85afa5c0a0a789c6047e92f6ecfa9fcc@finder.org> <72bbff31bcf46be917c9e8d8236cad75@finder.org> <838scmfq4f.fsf@gnu.org> <83y2kme50p.fsf@gnu.org> <033517da1ce6762b3d3c656dad4d8f98@finder.org> <835z7pdvcp.fsf@gnu.org> <0168b49ea0f2b5533f6e20c6ad73eb0c@finder.org> <835z7l876k.fsf@gnu.org> <54d686f28c49c0b86c4a52ba48cf2486@finder.org> <83sgan5to0.fsf@gnu.org> <78d53fb994e86bb2d8c7fd313cdfa8a2@finder.org> <83blha5yla.fsf@gnu.org> <184d04bc36d1a7204238d8508ec48531@finder.org> <83362j4i58.fsf@gnu.org> <8a6b6ce3f194ccf418709fe46ce0f1bb@finder.org> <834kmy2o23.fsf@gnu.org> <6b4037dadb0061bfc35cc45c5149c1ac@finder.org> <83v9fby5n4.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7144"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: jared@finder.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Oct 16 08:53:02 2020 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 1kTJbq-0001hl-Az for ged-emacs-devel@m.gmane-mx.org; Fri, 16 Oct 2020 08:53:02 +0200 Original-Received: from localhost ([::1]:54860 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kTJbp-0006iH-CG for ged-emacs-devel@m.gmane-mx.org; Fri, 16 Oct 2020 02:53:01 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56408) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kTJak-0005Vk-97 for emacs-devel@gnu.org; Fri, 16 Oct 2020 02:51:55 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:41703) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kTJaj-0008Te-O8; Fri, 16 Oct 2020 02:51:53 -0400 Original-Received: from [176.228.60.248] (port=1222 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kTJai-00019N-UE; Fri, 16 Oct 2020 02:51:53 -0400 In-Reply-To: <83v9fby5n4.fsf@gnu.org> (message from Eli Zaretskii on Thu, 15 Oct 2020 16:34:39 +0300) 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:257778 Archived-At: > Date: Thu, 15 Oct 2020 16:34:39 +0300 > From: Eli Zaretskii > Cc: emacs-devel@gnu.org > > > > Does it make sense to install this patch on its own? If so, we can > > > install it without waiting for the legal paperwork, the changes are > > > small enough. > > > > Yes, the issue existed prior to my changes when using TMM in a terminal. > > OK, I will install that soon. Thanks. Actually, I now see that the change is in a function that is part of your extended support for xt-mouse, and so I don't see how we could install this before that larger change. Am I missing something?