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, 04 Dec 2024 19:49:20 -0800 Message-ID: <092cb755eee3a9b5e06d15c0b07e90b1@finder.org> References: <86wmi0g0x6.fsf@gnu.org> <11a86987cce9fe0a257c3fa58703dc33@finder.org> <86wmgl6jzv.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="26447"; mail-complaints-to="usenet@ciao.gmane.io" Cc: gerd.moellmann@gmail.com, emacs-devel@gnu.org, rudalics@gmx.at To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Dec 05 04:50:27 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 1tJ2sl-0006jK-FB for ged-emacs-devel@m.gmane-mx.org; Thu, 05 Dec 2024 04:50:27 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tJ2rq-0007LV-Fn; Wed, 04 Dec 2024 22:49:30 -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 1tJ2rp-0007LM-EW for emacs-devel@gnu.org; Wed, 04 Dec 2024 22:49:29 -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 1tJ2rn-0007Sy-T9; Wed, 04 Dec 2024 22:49:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=finder.org; s=2018; t=1733370560; bh=P9ow55LhkblFkEqlSxCIm3hrLa8Q8Tt75pEpTtzqkcQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=0TkHfOtyVjK3/YnTtKB821vRvsA1AxxripjZxba7Bw0XEuO2PLvwa7K2WZhaSmcHJ uhHeE1OwajSFmyYODgCOLmtKt5buYBgat/Zn82ddX+tPZ9BI9u2rBKHqqQ8Hu3rHZz uoA5BrRNrmfu6oxDnnT4y9/jF4dNuNmZ5LTBCn7wr02jn/0khXtz9homJpeuvzx+8g HR1iIHrGeEow915jvLIeo52/AuPBlOuK2TTgXo1OLSwWER3cVTho8iinIsdr5XLXnd CcxOYnPVL2OCYb2I3pusHSuTP5a+jR83rO+lfBuW4TqUtERVAgSUDIZfzcAFrLcgyG m+d/KGA9SHgFw== Original-Received: from mail.finder.org (unknown [192.155.80.58]) by greenhill.hpalace.com (Postfix) with ESMTPSA id B8128FC9; Thu, 5 Dec 2024 03:49:20 +0000 (UTC) In-Reply-To: <86wmgl6jzv.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_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_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:326055 Archived-At: On 2024-11-30 03:25, Eli Zaretskii wrote: >> 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. Yup, I'll start looking into this starting this weekend. -- MJF