From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: image size limit? Date: Wed, 19 Oct 2005 16:17:41 -0400 Message-ID: References: <87oe5v7q19.fsf@stupidchicken.com> <87k6giiqh3.fsf@pacem.orebokech.com> <87hdbht7v9.fsf@stupidchicken.com> <87d5m3zu20.fsf@stupidchicken.com> <85ek6hitq3.fsf@lola.goethe.zz> <87ach5wu8c.fsf@stupidchicken.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1129753490 3462 80.91.229.2 (19 Oct 2005 20:24:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 19 Oct 2005 20:24:50 +0000 (UTC) Cc: emacs-devel@gnu.org, monnier@iro.umontreal.ca, storm@cua.dk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 19 22:24:49 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ESKQo-00076Z-Mk for ged-emacs-devel@m.gmane.org; Wed, 19 Oct 2005 22:21:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESKQo-0000GS-2B for ged-emacs-devel@m.gmane.org; Wed, 19 Oct 2005 16:21:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ESKNb-0006lX-8L for emacs-devel@gnu.org; Wed, 19 Oct 2005 16:17:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ESKNa-0006ks-Dq for emacs-devel@gnu.org; Wed, 19 Oct 2005 16:17:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESKNa-0006kn-Bk for emacs-devel@gnu.org; Wed, 19 Oct 2005 16:17:42 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ESKNa-0000dj-EK for emacs-devel@gnu.org; Wed, 19 Oct 2005 16:17:42 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1ESKNZ-0002kE-Lx; Wed, 19 Oct 2005 16:17:41 -0400 Original-To: Chong Yidong In-reply-to: <87ach5wu8c.fsf@stupidchicken.com> (message from Chong Yidong on Wed, 19 Oct 2005 08:45:39 -0400) 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:44348 Archived-At: The max-image-size code is checked into CVS. I've set a conservative value of 6.0 times the frame width and height. I am concerned that that is too large. On large displays, an Emacs frame could be 1000 pixels in each dimension. 6000 pixels on each side is 36 million pixels. Isn't that enough to cause you a lot of trouble? It seems to me it should be 3.0, not 6.0.