From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r107264: shr.el (shr-rescale-image): Allow viewing large images. Date: Wed, 15 Feb 2012 14:27:45 +0800 Message-ID: <878vk4vcf2.fsf@gnu.org> References: <874nuuwlib.fsf@gnus.org> <4F3972C3.2010209@cs.ucla.edu> <8762fawk1t.fsf@gnus.org> <4F3A194F.8000508@cs.ucla.edu> <87haytfp0u.fsf@gnus.org> <4F3A842C.5020907@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1329287282 17487 80.91.229.3 (15 Feb 2012 06:28:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 15 Feb 2012 06:28:02 +0000 (UTC) Cc: Lars Ingebrigtsen , emacs-devel@gnu.org, Katsumi Yamaoka , Stefan Monnier To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 15 07:28:01 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RxYLR-0006Er-6k for ged-emacs-devel@m.gmane.org; Wed, 15 Feb 2012 07:28:01 +0100 Original-Received: from localhost ([::1]:58659 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxYLQ-0000x7-6l for ged-emacs-devel@m.gmane.org; Wed, 15 Feb 2012 01:28:00 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:35510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxYLM-0000x2-Vo for emacs-devel@gnu.org; Wed, 15 Feb 2012 01:27:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RxYLL-0005EX-T3 for emacs-devel@gnu.org; Wed, 15 Feb 2012 01:27:56 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:43572) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxYLL-0005ET-Q7 for emacs-devel@gnu.org; Wed, 15 Feb 2012 01:27:55 -0500 Original-Received: from [155.69.16.88] (port=56745 helo=furball) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1RxYLJ-0005gx-SU; Wed, 15 Feb 2012 01:27:54 -0500 In-Reply-To: <4F3A842C.5020907@cs.ucla.edu> (Paul Eggert's message of "Tue, 14 Feb 2012 07:56:28 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:148623 Archived-At: Paul Eggert writes: > 10.0 would be fine, I think, not too large for older desktops with > big displays. The current value of 6.0 was established in 2005, > and the typical ratio of RAM to display size for older machines > has probably grown by a factor of (10/6)**2 since then. > > But it should be 10.0 everywhere, no? Not just in Gnus. That is, > shouldn't the change be something like this? Looks OK, please go ahead and make this change (and revert the one in shr.el).