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: Sun, 27 Oct 2024 21:35:29 -0700 Message-ID: <11a86987cce9fe0a257c3fa58703dc33@finder.org> References: <86wmi0g0x6.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="35282"; mail-complaints-to="usenet@ciao.gmane.io" Cc: =?UTF-8?Q?Gerd_M=C3=B6llmann?= , emacs-devel@gnu.org, martin rudalics To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Oct 28 05:36:36 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 1t5HUZ-00090y-Pn for ged-emacs-devel@m.gmane-mx.org; Mon, 28 Oct 2024 05:36:35 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1t5HTe-0006sr-4F; Mon, 28 Oct 2024 00:35:38 -0400 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 1t5HTb-0006sU-LP for emacs-devel@gnu.org; Mon, 28 Oct 2024 00:35:36 -0400 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 1t5HTa-0004al-8f; Mon, 28 Oct 2024 00:35:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=finder.org; s=2018; t=1730090129; bh=ATJqoXT6exnwXSvmAVhStHh7u7u2ckzX7n/S5LMoPJE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=kabixvqNOzCV9ym6ZqhZlt3+rHR697hJrAy1KNtD2TkWfS130GCwkNw+6uwwlIzCy wjCaLacDxFuP0dN5X6Jp6aYL8qTgzthbvzZB+tYlfusedlJZX9EOk1fCI/1IjTFbxI 1tCgLxf+XgaK/DrHhTh5tBcsx/DXghGAjHEmwtHu4z6j2tt8gbOicrA6+uiUh9js+E 4xTQj7/bkmfUaJ1toWdN8lKGwLbDdO+Byliaq51N5H0UyVI/5r19JkkxRFZBdP+5Q6 yODKcBTlm+N7U/1ZhkQgeyDzAntw4yrx2AwY9QKALB5wjVqbhMbpGA7ov9Mg0Uo6Qk KOSOGAj4k8g6w== Original-Received: from mail.finder.org (unknown [192.155.80.58]) by greenhill.hpalace.com (Postfix) with ESMTPSA id 551D0441; Mon, 28 Oct 2024 04:35:29 +0000 (UTC) In-Reply-To: <86wmi0g0x6.fsf@gnu.org> 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:324890 Archived-At: 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. -- MJF