From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jared Finder Newsgroups: gmane.emacs.devel Subject: Re: "Final" version of tty child frames Date: Wed, 18 Dec 2024 21:17:22 -0800 Message-ID: <2aeb4a5f1e76879b874c88618beff37f@finder.org> References: <86wmi0g0x6.fsf@gnu.org> <11a86987cce9fe0a257c3fa58703dc33@finder.org> <86wmgl6jzv.fsf@gnu.org> <092cb755eee3a9b5e06d15c0b07e90b1@finder.org> <276414b03c24964aaeb9e43e8dba5e77@finder.org> <5fedec86bce470555814acbdf999f99d@finder.org> <86h6791khk.fsf@gnu.org> <09b0904da92efad899865b2ece5f3116@finder.org> <86ikrhm6zk.fsf@gnu.org> <868qsdlzt5.fsf@gnu.org> <8634ikncv8.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38624"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Eli Zaretskii , stefankangas@gmail.com, acorallo@gnu.org, emacs-devel@gnu.org, rudalics@gmx.at To: =?UTF-8?Q?Gerd_M=C3=B6llmann?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Dec 19 06:18:12 2024 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 1tO8vL-0009uW-77 for ged-emacs-devel@m.gmane-mx.org; Thu, 19 Dec 2024 06:18:11 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tO8ue-0005KW-6g; Thu, 19 Dec 2024 00:17:28 -0500 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 1tO8uc-0005K1-Oa for emacs-devel@gnu.org; Thu, 19 Dec 2024 00:17:26 -0500 Original-Received: from greenhill.hpalace.com ([192.155.80.58]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tO8ua-0008C4-GR; Thu, 19 Dec 2024 00:17:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=finder.org; s=2018; t=1734585442; bh=8AYusdNHi/9skZfvmspyCuoBxDQNu6HupYwNjPpf6hM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=aaCac1rAr8SRsK6prhdx16Jso3s+F1NqdGcklKA8jcnTb/DvYeubi6W8Tht+Imopz l12C6Syd1bWPfBmdKXTVRhnfzMyi41Q07wOOSbrjtwgGdTaPshSRpGIUoWoX+IgVH6 MdwhEwE5S1UY4Cis8NlRR2i86m1F6XxLdTj/OzPBH0FK0bGc708TWM54AUyeNarMyJ FQ01k25yHX3KqztVMMHaUvhNXpR2GVZjbdD5eyWEYbM8EyIFhs3E37hwbULNugiF+N lsOjALdF9+F85x8erq42wfGkOGGKpXkgqbuIKkc4Dy4CDQKfhW+Y9N3xoBh2IXuxO0 DKZay/x0V38NA== Original-Received: from mail.finder.org (unknown [192.155.80.58]) by greenhill.hpalace.com (Postfix) with ESMTPSA id 704161CA7; Thu, 19 Dec 2024 05:17:22 +0000 (UTC) In-Reply-To: X-Sender: jared@finder.org Received-SPF: pass client-ip=192.155.80.58; envelope-from=jared@finder.org; helo=greenhill.hpalace.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 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:326696 Archived-At: On 2024-12-18 09:22, Gerd Möllmann wrote: > Eli Zaretskii writes: > >>> From: Gerd Möllmann >>> Cc: jared@finder.org, stefankangas@gmail.com, acorallo@gnu.org, >>> emacs-devel@gnu.org, rudalics@gmx.at >>> Date: Wed, 18 Dec 2024 17:39:07 +0100 >>> >>> > What I usually do is produce diffs for the merge, then use "C-x 4 a" >>> > to generate the file/function names, and add a description. >>> >>> The diff I have, so I guess I'll give it a try, when the others >>> agree. >>> Will take a bit, probably. Should I post the result when I have it? >> >> Feel free, it will probably flash out a few more issues. I actually >> suggest to post some small portion first, to avoid the situation where >> you do all of the job, only to discover that something's amiss or you >> labored more than you had to. > > Thanks, will do that. I'll also spend a bit of time to get GPM's mouse input to make the same transformations that Gerd added to xt-mouse.el. It looks likely very straightforward to do. -- MJF