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: display-mm-width return value off on Windows Date: Wed, 12 Jul 2006 15:22:05 -0400 Message-ID: References: <87slldpd8s.fsf@neutrino.caeruleus.net> <44AFB1E1.20906@student.lu.se> <8764i7kywu.fsf@neutrino.caeruleus.net> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1152732198 3177 80.91.229.2 (12 Jul 2006 19:23:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 12 Jul 2006 19:23:18 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 12 21:23:16 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G0kIP-0000yI-Cl for ged-emacs-devel@m.gmane.org; Wed, 12 Jul 2006 21:22:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0kIO-00087z-Dv for ged-emacs-devel@m.gmane.org; Wed, 12 Jul 2006 15:22:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0kHf-0007nJ-Oi for emacs-devel@gnu.org; Wed, 12 Jul 2006 15:22:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0kHf-0007m9-1f for emacs-devel@gnu.org; Wed, 12 Jul 2006 15:22:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0kHe-0007lh-Rz for emacs-devel@gnu.org; Wed, 12 Jul 2006 15:22:06 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0kJF-0000fv-Ps for emacs-devel@gnu.org; Wed, 12 Jul 2006 15:23:45 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1G0kHd-0001sc-P9; Wed, 12 Jul 2006 15:22:05 -0400 Original-To: Ralf Angeli In-reply-to: (message from Ralf Angeli on Tue, 11 Jul 2006 20:43:11 +0200) 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:56957 Archived-At: >> As a last resort we could provide user options (in Emacs) for setting >> the correct size of the screen which will be used as return values for >> `display-mm-{width,height}'. > > Sounds like a good plan to me. Here are change log entries and patches to achieve that: This approach has a problem: it assumes there is just one display (or that all displays have the same size). The right way to do this is to let the user specify the size of each display individually. It could be done with a frame parameter. Please redo it that way.