From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: xenodasein--- via "Emacs development discussions." Newsgroups: gmane.emacs.devel Subject: Re: Implementing image support for kitty terminal Date: Sat, 10 Sep 2022 12:15:32 +0200 (CEST) Message-ID: Reply-To: xenodasein@tutanota.de Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22972"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Sep 10 12:27:54 2022 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 1oWxiM-0005lm-Ba for ged-emacs-devel@m.gmane-mx.org; Sat, 10 Sep 2022 12:27:54 +0200 Original-Received: from localhost ([::1]:51184 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oWxiK-0006a8-EZ for ged-emacs-devel@m.gmane-mx.org; Sat, 10 Sep 2022 06:27:52 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51324) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWxWV-0002vY-C4 for emacs-devel@gnu.org; Sat, 10 Sep 2022 06:15:39 -0400 Original-Received: from w4.tutanota.de ([81.3.6.165]:47802) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWxWS-0001rm-OY for emacs-devel@gnu.org; Sat, 10 Sep 2022 06:15:37 -0400 Original-Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id ED0DE1060155 for ; Sat, 10 Sep 2022 10:15:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1662804932; s=s1; d=tutanota.de; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=Gd6NEbf5ayt99KlDaVXCMOiDy8XoxNa+jU2kT6XcVS8=; b=x4wuB1FOB0LCR9qV86wVGwur2yLd9ELlDVgi2m0d3ZUUCAdVuEYOJgfMbjZHlKNr bz4UpHIqdAm6ZUwSn1U50do2XZjEVzYyHOSSt1YyjDE0EDGtFMIAI2rwjZCA1mqXH4w 9EBjwX4QQ5IaRk7dUOMd+QN/w+GcGcmMNamhXZM60BUCD/NkAR1qrt2y353qFI1kdft crz0mmfyRKkbtWrDF0GyTD8i8XU47h08SzlFMTAbSSToOwyjccK5qSh2WZ5f9rp/t22 GMu7BCxNpYkN2Jd61YIuJd2hDZyZrUuxI25FbCvKSuBgmrISAtghcaRrI7xbfsgUQa0 d2iX5X7Y9Q== Received-SPF: pass client-ip=81.3.6.165; envelope-from=xenodasein@tutanota.de; helo=w4.tutanota.de 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_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Sat, 10 Sep 2022 06:25:14 -0400 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" Xref: news.gmane.io gmane.emacs.devel:295115 Archived-At: Are you considering to change the text terminal infrastructure for Emacs just to accommodate one wayward desktop app that claims to be a terminal and a Kindle at the same time?=C2=A0 Isn't frame handling already Frankenstein-ized enough between mixing graphical and text modes?=C2=A0 Wouldn't it be better to focus on how to solve that instead; supporting singular apps would then become much easier.