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: "Final" version of tty child frames Date: Sat, 30 Nov 2024 13:25:56 +0200 Message-ID: <86wmgl6jzv.fsf@gnu.org> References: <86wmi0g0x6.fsf@gnu.org> <11a86987cce9fe0a257c3fa58703dc33@finder.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22454"; mail-complaints-to="usenet@ciao.gmane.io" Cc: gerd.moellmann@gmail.com, emacs-devel@gnu.org, rudalics@gmx.at To: Jared Finder Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Nov 30 12:27:02 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 1tHLcr-0005ha-Nd for ged-emacs-devel@m.gmane-mx.org; Sat, 30 Nov 2024 12:27:01 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tHLcB-0007xR-BR; Sat, 30 Nov 2024 06:26:19 -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 1tHLc9-0007xG-LV for emacs-devel@gnu.org; Sat, 30 Nov 2024 06:26:17 -0500 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 1tHLc8-00043W-Eh; Sat, 30 Nov 2024 06:26:16 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=GophikDgnp9BmjmCqHI0IuSSUf4RgZo1xOcvpSeHiIs=; b=H+y6MQ48/u8kV8Z8tj+R 70gTpvs9BUwzN8kjqHaUdBM3LuXoDXjEdMrjsS+RINZ1+hyDsmyNTX9U0l4iChY4cxiOsk5R067t9 hACp7tKkdrF9SAhfQNdMQLkCPE9B4B1ORLvnutfivQP8PTbH7zEJl7x1iGSdMN32IKNmLOOWKjsSK +X9lJYp0RFc4D/bMowUdvbBt4NsimdwFWJ0znQ5Fw8BOi9PkwaXikT7hziqCBZiOWmc6oPd9M+NcY vKFx+RZt1XUtfx6SWxlJ8K49n/QyNsw7tA6SlDmBnCN6Zq2aYWsTWLcBso3/BVDEq4CrtcGskDMTU yBcp+JqMaUObXA==; In-Reply-To: <11a86987cce9fe0a257c3fa58703dc33@finder.org> (message from Jared Finder on Sun, 27 Oct 2024 21:35:29 -0700) 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:325873 Archived-At: > Date: Sun, 27 Oct 2024 21:35:29 -0700 > From: Jared Finder > Cc: Gerd Möllmann , > emacs-devel@gnu.org, martin rudalics > > On 2024-10-21 22:29, Eli Zaretskii wrote: > >> From: Gerd Möllmann > >> Date: Tue, 22 Oct 2024 06:46:15 +0200 > >> > >> I have (re-)created the scratch/tty-child-frames branch today, which > >> contains the code for child frames on ttys, based on a recent master. > > > > Thanks. > > > >> Disclaimer: As I mentioned already in other contexts, I don't want to > >> be the maintainer of anything, for personal reasons. > > > > We have difficulty working with "fire and forget" contributions of > > this size and complexity. Maybe Jared (CC'ed) could take a look and > > clean up the branch, to prepare it for landing. Or someone else with > > interest in this stuff (Martin?). > > I'm happy to be considered here and would be interested in helping out, > but it would have to wait. I'm extremely busy at my job for the next > month or so and unfortunately do not have time to take a contribution > such as this to completion. > > I'll check back in when my time clears up. I would certainly be > interested in helping here if needed. I am certainly interested in > making TTY Emacs more functional in general. Jared, if you have time now, please take a look at this branch. From where I stand, once it works well with xt-mouse, we can land this feature on master. TIA