From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.bugs Subject: Re: Emacs 22.1 on Windows XP Date: Tue, 14 Aug 2007 00:27:21 +0200 Message-ID: <46C0DAC9.4000104@gmail.com> References: <1187031810.12415.71.camel@Madaline> <46C0D292.4010605@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1187044172 24467 80.91.229.12 (13 Aug 2007 22:29:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Aug 2007 22:29:32 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: Don@Scorgie.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Aug 14 00:29:30 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IKiPg-0006nW-Pv for geb-bug-gnu-emacs@m.gmane.org; Tue, 14 Aug 2007 00:29:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IKiPg-0003nS-6Z for geb-bug-gnu-emacs@m.gmane.org; Mon, 13 Aug 2007 18:29:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IKiOh-0003FX-7m for bug-gnu-emacs@gnu.org; Mon, 13 Aug 2007 18:28:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IKiOf-0003DJ-Ee for bug-gnu-emacs@gnu.org; Mon, 13 Aug 2007 18:28:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IKiOf-0003D4-3l for bug-gnu-emacs@gnu.org; Mon, 13 Aug 2007 18:28:25 -0400 Original-Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IKiOe-0001kA-Lj for bug-gnu-emacs@gnu.org; Mon, 13 Aug 2007 18:28:24 -0400 Original-Received: from c83-254-133-189.bredband.comhem.se ([83.254.133.189]:59781 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.66) (envelope-from ) id 1IKiOc-0007wW-5t; Tue, 14 Aug 2007 00:28:23 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070728 Thunderbird/2.0.0.6 Mnenhy/0.7.5.666 In-Reply-To: <46C0D292.4010605@gnu.org> X-Antivirus: avast! (VPS 000765-1, 2007-08-13), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.133.189 X-Scan-Result: No virus found in message 1IKiOc-0007wW-5t. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1IKiOc-0007wW-5t 823c69d506999aaff2b42fb56f4fe5ee X-Detected-Kernel: Linux 2.6? (barebone, rare!) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16347 Archived-At: Jason Rumney wrote: > Don Scorgie wrote: >> When I maximise emacs (using the button in the top-right), it doesn't >> behave like a maximised window, instead it behaves as if the window has >> been resized to fill the screen (somewhat) >> > Currently Emacs has a restriction that its frames must be an integer > number of characters (in the default face) wide and high. So true > maximization is not possible. The patched version of EmacsW32 (see EmacsWiki.org for more information) allows maximization. There are some minor glitches, but I have seen no big trouble with it.