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: Multi-tty Date: Fri, 08 Nov 2024 14:03:52 +0200 Message-ID: <86zfmand93.fsf@gnu.org> References: <8634k3qpie.fsf@gnu.org> <87r07nl2gf.fsf@gmail.com> <868qtup0s5.fsf@gnu.org> <867c9eosvc.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="13570"; mail-complaints-to="usenet@ciao.gmane.io" Cc: monnier@iro.umontreal.ca, rpluim@gmail.com, 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 Fri Nov 08 13:04:48 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 1t9NjM-0003O6-8l for ged-emacs-devel@m.gmane-mx.org; Fri, 08 Nov 2024 13:04:48 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1t9Nic-0002RM-7A; Fri, 08 Nov 2024 07:04:02 -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 1t9NiZ-0002R4-Pu for emacs-devel@gnu.org; Fri, 08 Nov 2024 07:03:59 -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 1t9NiZ-0006v5-AX; Fri, 08 Nov 2024 07:03:59 -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=1TBprdp4QxqfNpDK+TOaF2xhS5garcsATDDVUR5VYMk=; b=FCzoOyLYaqn1E70akcqk Rt6BD6Js3vjcxUI0fYPiP6nPmcpq/01K0P67sV4Hex8hHI0X4c+J8Hntx0rJikehh7hmErrHqsP7n kjEYUt3zs/wqShlh6D3+c9pwKfBcCaLjJs0C9bHqsKxBEYITgl+EHdxLeGKkjnW2y3J3cB1CgVdFs QPlLgqrooULABGXPNHpHlcEEszTa5LownIGvnWJ+6C886ABF08FiVb9nBFoC2AUVE2GN2gaEvv64X PYg5qPw6yd6ZJtHjKC7XUJ+zVkU1Q1+OdmInDwn5WoEMBjKX73EdA4uz3/12Mz1L3dEovWfT6wqXG Q8u8zwgWOtRacw==; In-Reply-To: (message from Gerd =?utf-8?Q?M?= =?utf-8?Q?=C3=B6llmann?= on Fri, 08 Nov 2024 12:49:02 +0100) 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:325272 Archived-At: > From: Gerd Möllmann > Cc: monnier@iro.umontreal.ca, rpluim@gmail.com, emacs-devel@gnu.org > Date: Fri, 08 Nov 2024 12:49:02 +0100 > > Eli Zaretskii writes: > > > I have another suggestion: remove the support for COLORTERM entirely, > > or at least announce that it is not supported per-terminal. It's high > > time terminals that support true color have their terminfo entries > > fixed and up-to-date. We supported COLORTERM during the transition > > period, as a temporary kludge, to help people who had those terminals, > > but whose terminfo DB did not yet catch up, but we should slowly move > > towards removing that support from Emacs. > > COLORTERM is used right now by popular programs (e.g. iTerm2) on my > system (macOS). So doing that is not an option for me. Why cannot those terminal have their terminfo entry set up with true-color support? Anyway, as long as all of your client frames are on iTerm2, you should be fine.