From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: Emacs-23 release branch Date: Wed, 10 Mar 2010 07:30:33 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <876354cnie.fsf@lifelogs.com> References: <87zl2g24xy.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1268227919 4987 80.91.229.12 (10 Mar 2010 13:31:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 10 Mar 2010 13:31:59 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 10 14:31:55 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NpM0V-0006Qx-PB for ged-emacs-devel@m.gmane.org; Wed, 10 Mar 2010 14:31:51 +0100 Original-Received: from localhost ([127.0.0.1]:38284 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NpM0P-00019K-QW for ged-emacs-devel@m.gmane.org; Wed, 10 Mar 2010 08:31:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NpM0E-00015N-Rz for emacs-devel@gnu.org; Wed, 10 Mar 2010 08:31:10 -0500 Original-Received: from [140.186.70.92] (port=58446 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NpM0C-00013x-0V for emacs-devel@gnu.org; Wed, 10 Mar 2010 08:31:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NpM09-0004b5-O4 for emacs-devel@gnu.org; Wed, 10 Mar 2010 08:31:06 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:48251) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NpM09-0004ak-IW for emacs-devel@gnu.org; Wed, 10 Mar 2010 08:31:05 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NpLzz-0005wr-Mg for emacs-devel@gnu.org; Wed, 10 Mar 2010 14:30:55 +0100 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Mar 2010 14:30:55 +0100 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Mar 2010 14:30:55 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.91 (gnu/linux) Cancel-Lock: sha1:JgvF8ZQWk7WcCfLpXoyCqLi6NVM= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:121767 Archived-At: On Wed, 10 Mar 2010 06:58:16 +0100 joakim@verona.se wrote: j> Chong Yidong writes: >> * TTZ's experiment with SVG progress bar, abstracted into a general >> Emacs library for embedded graphics. >> If we can do this, I would also like to seriously consider switching >> to SVG as the default image library, replacing our use of xpm (e.g., >> the inline xpm images that we use for certain buffer widgets should be >> turned into SVG). j> I have an interactive bounding box app "dragbox.el" for marking regions j> in images. It would be nice if that usecase could also be covered by the j> new embedded svg library. I have some custom code to generate colorful gauges for Gnus unread/unseen counts. I'd love to get that working with the general Emacs library and minimize the custom code. I have my own functions to insert a SVG image scaled down so the line height doesn't grow unnecessarily. Ted