From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: MS Windows Frame Maximize in .emacs (again) Date: Thu, 9 Jun 2005 11:30:19 +0200 Message-ID: References: <403fc914043db7.4043db7403fc91@net.lu.se> Reply-To: Juanma Barranquero NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1118311628 24106 80.91.229.6 (9 Jun 2005 10:07:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Jun 2005 10:07:08 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 09 11:46:17 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 1DgJc9-0002Dd-00 for ; Thu, 09 Jun 2005 11:46:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DgJj3-0005yl-1c for ged-emacs-devel@m.gmane.org; Thu, 09 Jun 2005 05:53:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DgJQg-0005Vg-Ax for emacs-devel@gnu.org; Thu, 09 Jun 2005 05:34:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DgJQc-0005TY-N2 for emacs-devel@gnu.org; Thu, 09 Jun 2005 05:34:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DgJQa-0005Rp-DA for emacs-devel@gnu.org; Thu, 09 Jun 2005 05:34:20 -0400 Original-Received: from [64.233.182.193] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DgJMq-0007ia-1J for emacs-devel@gnu.org; Thu, 09 Jun 2005 05:30:28 -0400 Original-Received: by nproxy.gmail.com with SMTP id d4so4470nfe for ; Thu, 09 Jun 2005 02:30:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=C2DR4Kgi6oviQp3BOHhD1tqShTv0F+N9KVAV7d2tGtUqlyickn7vQlRi/u3cJ/4WuMTxrcExz+WF3c/mW573BIlMFUGN93vp49ugkjp1649vY9HmD1/YaE+pBCihw3Y/g1YB8YuYS2D4RlxKhALsk40A2KiUb8nQtPCXBuz8FWY= Original-Received: by 10.48.240.15 with SMTP id n15mr6497nfh; Thu, 09 Jun 2005 02:30:19 -0700 (PDT) Original-Received: by 10.48.250.5 with HTTP; Thu, 9 Jun 2005 02:30:19 -0700 (PDT) Original-To: emacs-devel@gnu.org In-Reply-To: <403fc914043db7.4043db7403fc91@net.lu.se> Content-Disposition: inline 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:38411 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38411 On 6/9/05, LENNART BORGMAN wrote: > I see, that is what I thought. But changing the size of a maximized windo= w on > w32 confuses the w32 window handler a bit I guess. It would be good to av= oid this. Removing the full-lines restriction is perhaps too large a change for the freeze period. Making maximized frames do-the-right-thing is OTOH worthwhile. All this IMO, of course. /L/e/k/t/u