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.bugs Subject: bug#50937: Outdated TODO item about "dynamic embedded graphics"? Date: Sat, 02 Oct 2021 11:22:25 +0300 Message-ID: <83a6jrdef2.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19091"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 50937@debbugs.gnu.org To: Stefan Kangas , Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Oct 02 10:23:09 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1mWaIX-0004kv-Bu for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 02 Oct 2021 10:23:09 +0200 Original-Received: from localhost ([::1]:48944 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mWaIW-00052Y-FF for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 02 Oct 2021 04:23:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51006) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mWaIQ-00050O-Iw for bug-gnu-emacs@gnu.org; Sat, 02 Oct 2021 04:23:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:46245) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mWaIQ-00014I-9J for bug-gnu-emacs@gnu.org; Sat, 02 Oct 2021 04:23:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mWaIQ-0002Bl-32 for bug-gnu-emacs@gnu.org; Sat, 02 Oct 2021 04:23:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 02 Oct 2021 08:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50937 X-GNU-PR-Package: emacs Original-Received: via spool by 50937-submit@debbugs.gnu.org id=B50937.16331629748384 (code B ref 50937); Sat, 02 Oct 2021 08:23:02 +0000 Original-Received: (at 50937) by debbugs.gnu.org; 2 Oct 2021 08:22:54 +0000 Original-Received: from localhost ([127.0.0.1]:57791 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mWaII-0002BA-83 for submit@debbugs.gnu.org; Sat, 02 Oct 2021 04:22:54 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:45798) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mWaIE-0002At-Bl for 50937@debbugs.gnu.org; Sat, 02 Oct 2021 04:22:53 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:47380) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mWaI7-00080k-Fk; Sat, 02 Oct 2021 04:22:43 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2972 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 1mWaI7-0001Vv-2l; Sat, 02 Oct 2021 04:22:43 -0400 In-Reply-To: (message from Stefan Kangas on Fri, 1 Oct 2021 14:51:47 +0200) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:216108 Archived-At: > From: Stefan Kangas > Date: Fri, 1 Oct 2021 14:51:47 +0200 > > >From etc/TODO: > > ** Better support for dynamic embedded graphics > I like this idea (my mpc.el code could use it for the volume widget), > though I wonder if the resulting efficiency will be sufficient. > > Is this item still relevant, with the improvements made by Alan Third > to svg support lately? It seems very usable for something like > mpc.el, and it even works with resizing. In fact, I'm working on > something much like that, and one of the places where I intend to > experiment is mpc.el. > > If it's still relevant, maybe it should be expanded with a sentence or two. This was added by Stefan Monnier (CC'ed) in preparation for release of Emacs 24, see commit bbbab48. Stefan, can you answer the above request?