From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: MS Windows Frame Maximize in .emacs (again) Date: Thu, 09 Jun 2005 11:01:57 +0200 Message-ID: References: <42A793B8.3020609@student.lu.se> <1118304946.42a7fab2cecb9@webmail.freedom2surf.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1118312902 30314 80.91.229.6 (9 Jun 2005 10:28:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Jun 2005 10:28:22 +0000 (UTC) Cc: David Abrahams , Lennart Borgman , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 09 12:28:13 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1DgJPS-0001hf-00 for ; Thu, 09 Jun 2005 11:33:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DgJWL-0000AS-Mb for ged-emacs-devel@m.gmane.org; Thu, 09 Jun 2005 05:40:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DgJ1P-0003jX-C8 for emacs-devel@gnu.org; Thu, 09 Jun 2005 05:08:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DgJ1G-0003eX-Sb for emacs-devel@gnu.org; Thu, 09 Jun 2005 05:08:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DgJ1B-0003GS-0H for emacs-devel@gnu.org; Thu, 09 Jun 2005 05:08:05 -0400 Original-Received: from [195.41.46.237] (helo=pfepc.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DgIv5-0005Hh-Fi for emacs-devel@gnu.org; Thu, 09 Jun 2005 05:01:47 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (unknown [80.165.4.124]) by pfepc.post.tele.dk (Postfix) with SMTP id E1C8426286E; Thu, 9 Jun 2005 11:01:34 +0200 (CEST) Original-To: jasonr@f2s.com In-Reply-To: <1118304946.42a7fab2cecb9@webmail.freedom2surf.net> (jasonr@f2s.com's message of "Thu, 9 Jun 2005 09:15:46 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:38417 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38417 jasonr@f2s.com writes: > The "bug" used to be there because Emacs required an integer number of lines on > the screen. Now that Emacs handles different sized fonts, this restriction may > not be needed anymore, It is not "needed", but the window size / position calculations are still performed in lines/column units, so it is major work to remove the restriction. I plan to do that _after_ the release. -- Kim F. Storm http://www.cua.dk