From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: Re: Where is the frame resized after startup? Date: Tue, 23 Jan 2007 19:22:15 +0100 Message-ID: <45B65257.6090201@gmail.com> References: <45B3FAEC.3030904@student.lu.se> <45B3FE4B.6010009@gmail.com> <45B491E4.2010508@gmail.com> <45B538B8.9030203@gmail.com> 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 1169576566 32036 80.91.229.12 (23 Jan 2007 18:22:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 23 Jan 2007 18:22:46 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 23 19:22:36 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H9QHx-000600-VM for ged-emacs-devel@m.gmane.org; Tue, 23 Jan 2007 19:22:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H9QHx-0004xm-C2 for ged-emacs-devel@m.gmane.org; Tue, 23 Jan 2007 13:22:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H9QHk-0004xh-Tn for emacs-devel@gnu.org; Tue, 23 Jan 2007 13:22:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H9QHi-0004xI-Nl for emacs-devel@gnu.org; Tue, 23 Jan 2007 13:22:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H9QHi-0004xE-EQ for emacs-devel@gnu.org; Tue, 23 Jan 2007 13:22:18 -0500 Original-Received: from [80.76.149.212] (helo=ch-smtp01.sth.basefarm.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1H9QHd-0001pg-P4; Tue, 23 Jan 2007 13:22:14 -0500 Original-Received: from c83-254-145-24.bredband.comhem.se ([83.254.145.24]:64875 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.63) (envelope-from ) id 1H9QHb-0005Xr-5K; Tue, 23 Jan 2007 19:22:12 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.9) Gecko/20061207 Thunderbird/1.5.0.9 Mnenhy/0.7.4.666 Original-To: Eli Zaretskii In-Reply-To: X-Antivirus: avast! (VPS 000705-3, 2007-01-23), Outbound message X-Antivirus-Status: Clean X-Scan-Result: No virus found in message 1H9QHb-0005Xr-5K. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1H9QHb-0005Xr-5K 27ca5e686c766b408013f2eeb5c78064 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:65422 Archived-At: Eli Zaretskii wrote: >> A very simple thing. I want to maximize the frame. > > And why is window-setup-hook not good for that? Sorry, I seemed to have made some mistake while testing (probably I mixed some versions here). It actually works to maximize the frame in window-setup-hook AFAICS now. after-make-frame-functions is not called for the first frame. Thanks for responding. It helped me finding my mistake.