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: Implementing image support for kitty terminal Date: Thu, 08 Sep 2022 16:44:19 +0300 Message-ID: <83y1uudlqk.fsf@gnu.org> References: <87v8pz18wf.fsf@mail.jao.io> <83o7vrgimc.fsf@gnu.org> <87wnafdnee.fsf@logand.com> <875yhyb07q.fsf@disroot.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37717"; mail-complaints-to="usenet@ciao.gmane.io" Cc: tom@logand.com, jao@gnu.org, emacs-devel@gnu.org To: Akib Azmain Turja Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Sep 08 15:57:13 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 1oWI1o-0009cV-LO for ged-emacs-devel@m.gmane-mx.org; Thu, 08 Sep 2022 15:57:12 +0200 Original-Received: from localhost ([::1]:38778 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oWI1n-0001cj-Kz for ged-emacs-devel@m.gmane-mx.org; Thu, 08 Sep 2022 09:57:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41896) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWHpd-0003HF-0k for emacs-devel@gnu.org; Thu, 08 Sep 2022 09:44:38 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:33952) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWHpc-0005a8-KN; Thu, 08 Sep 2022 09:44:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=4un8NYnPgMTklWCZCWNr+806nlvl2fpmdf/8vsI4JFQ=; b=e3XuWq41jcIT 8HKrwG1jhEk9ldoYiI1XJ/478z6gLQ/P9qboGdC4hSENkLtAhiy6+rjsp4fUkwmv5D1tK8XS0RgH0 eHsXFCS98ntlKLoA2DAsNHE+F+2gwj8B/pJ5z/6edC5HINkvE9lhrln9ikuvRN2oDJlfPrs65fbCn aYlqz7eV1LjS2Ce+MhVFTEcWIjJD0/sv65OcU4YYM9n6vb0ZGlJb/wCy8ACTayH8Nt5ap1fzZtR40 qr+aj9U3RbiCS88jJMO5V6Q626lNchiyNDmfBWDS7eLb8/zlz+14vD+mmz7FlhdgBj83tcho6CIch PC99chc/GY6ATcdbW6T2pQ==; Original-Received: from [87.69.77.57] (port=4392 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWHpZ-0006ta-Ov; Thu, 08 Sep 2022 09:44:34 -0400 In-Reply-To: <875yhyb07q.fsf@disroot.org> (message from Akib Azmain Turja on Thu, 08 Sep 2022 16:59:53 +0600) 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:294957 Archived-At: > From: Akib Azmain Turja > Cc: Eli Zaretskii , Jose Antonio Ortega Ruiz , > emacs-devel@gnu.org > Date: Thu, 08 Sep 2022 16:59:53 +0600 > > > On Wed 07 Sep 2022 at 21:11, Eli Zaretskii wrote: > >> In particular, the current model of image display > >> in the Emacs display engine is that an image is basically considered a > >> single very large character, from the screen layout POV. > > > > Are you talking about GUI emacs? > > Is that not different in tty emacs? > > I thought that the tty emacs has no concept of image (so far?). > > Yes. There is no image in text terminals. No, we just explicitly ignore display properties whose values are images when the frame is not a GUI frame.