From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: image scaling Date: Thu, 21 Feb 2008 17:28:49 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1203633147 32749 80.91.229.12 (21 Feb 2008 22:32:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Feb 2008 22:32:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 21 23:32:51 2008 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.50) id 1JSJyC-0002dd-0r for ged-emacs-devel@m.gmane.org; Thu, 21 Feb 2008 23:32:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSJxg-0005Ts-TD for ged-emacs-devel@m.gmane.org; Thu, 21 Feb 2008 17:32:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JSJuN-0003in-S1 for emacs-devel@gnu.org; Thu, 21 Feb 2008 17:28:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JSJuM-0003hz-BK for emacs-devel@gnu.org; Thu, 21 Feb 2008 17:28:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSJuM-0003hs-2G for emacs-devel@gnu.org; Thu, 21 Feb 2008 17:28:50 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JSJuL-0006Xv-Ua for emacs-devel@gnu.org; Thu, 21 Feb 2008 17:28:50 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JSJuL-0001M5-CP; Thu, 21 Feb 2008 17:28:49 -0500 In-reply-to: (message from Stefan Monnier on Wed, 20 Feb 2008 23:21:05 -0500) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:89874 Archived-At: I'd like to add such a feature to image-mode.el, but am wondering how we should go about doing it. Would there be some advantage to provide it at the C level (e.g. if some of the image libs we use already provide the necessary functionality) It would be far better for users to do it at the C level because that way changing the size would work instantly.