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: Q: child frames on ttys Date: Mon, 02 Sep 2024 14:38:50 +0300 Message-ID: <86y14a8eut.fsf@gnu.org> References: <86ikvz302s.fsf@gnu.org> <132fd5ff-bcdf-4d93-acab-186e52f80d9a@gmx.at> <86jzfye0hf.fsf@gnu.org> <86ikvgc3gz.fsf@gnu.org> <86cylobvse.fsf@gnu.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="18402"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rudalics@gmx.at, emacs-devel@gnu.org To: Gerd =?utf-8?Q?M=C3=B6llmann?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Sep 02 13:39:58 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 1sl5PZ-0004Yj-JB for ged-emacs-devel@m.gmane-mx.org; Mon, 02 Sep 2024 13:39:57 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sl5Og-0000gI-Nh; Mon, 02 Sep 2024 07:39:02 -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 1sl5Ob-0000fI-JO for emacs-devel@gnu.org; Mon, 02 Sep 2024 07:38:58 -0400 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 1sl5Oa-0000c8-SC; Mon, 02 Sep 2024 07:38:56 -0400 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=a44lQ9va8bGu2GBzQKqCRHB0J7Z89+dCx5DlMPgmX5M=; b=KzaYgz2aZ8K5RjUeh8D5 AC885c4YR58qyegYsMbUM3ujhWcXxoQwV+EvmvB3MWc4dGG+p6EBd6yE8/LIp2gs7Jdb6OexnONUH Uht/Quo7Eodh3M3TOe6qhhVwMk9aNeVLsZDtChiv+2uBs3mEJsrZArZmLg3GVb4gKZmtZ4F66pJCg H+H+yLrnqwQ+MasShATTo+eKtYjoQTrUu7B3n459abwGXBkhTg6JmqroBRw4M9MVtDjXEKkYcMfiG Txyy8pQc34Ee6lojN3mwi3NjkL2lTEuWK551jjkRquqB45cVYmmGenAouNmdLqQVwhy2LJK05rw0U udVsgG0UrM8gdA==; In-Reply-To: (message from Gerd =?utf-8?Q?M=C3=B6llmann?= on Mon, 02 Sep 2024 10:37:37 +0200) 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:323277 Archived-At: > From: Gerd Möllmann > Cc: rudalics@gmx.at, emacs-devel@gnu.org > Date: Mon, 02 Sep 2024 10:37:37 +0200 > > Just wanted to mention that I had an idea yesterday how to solve that > problem without making broad changes outside of the tty code. The idea > is to write a function that maps an (x, y) position in a > matrix the frame holding the realized face at that position. Sorry, I don't understand: a function mapping a position to what? 'struct face'? If so, and unless the function is cheap enough, wouldn't that make redisplay slower?