From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: image scaling Date: Fri, 22 Feb 2008 11:55:25 +0100 Message-ID: <87r6f5dzvm.fsf@ambire.localdomain> References: <87odaam9oy.fsf@stupidchicken.com> <8563wiaskc.fsf@lola.goethe.zz> <87lk5dr3kf.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203677869 20385 80.91.229.12 (22 Feb 2008 10:57:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 Feb 2008 10:57:49 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 22 11:58:14 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 1JSVbY-0005k4-4z for ged-emacs-devel@m.gmane.org; Fri, 22 Feb 2008 11:58:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSVaz-0001wk-Ca for ged-emacs-devel@m.gmane.org; Fri, 22 Feb 2008 05:57:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JSVat-0001wf-8r for emacs-devel@gnu.org; Fri, 22 Feb 2008 05:57:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JSVar-0001wT-CT for emacs-devel@gnu.org; Fri, 22 Feb 2008 05:57:30 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSVar-0001wQ-5B for emacs-devel@gnu.org; Fri, 22 Feb 2008 05:57:29 -0500 Original-Received: from [151.61.143.248] (helo=ambire.localdomain) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JSVaq-00087i-JX for emacs-devel@gnu.org; Fri, 22 Feb 2008 05:57:28 -0500 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1JSVYr-0001oT-RZ for emacs-devel@gnu.org; Fri, 22 Feb 2008 11:55:25 +0100 In-Reply-To: (Juanma Barranquero's message of "Fri, 22 Feb 2008 11:23:41 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:89952 Archived-At: () "Juanma Barranquero" () Fri, 22 Feb 2008 11:23:41 +0100 Why would Emacs do rescaling of images that can not be displayed in the running instance of Emacs? Maybe the scaling is part of a series of operations, the end of which would be displayable but not the middle. thi