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: Where is the frame resized after startup? Date: Mon, 22 Jan 2007 00:50:49 +0100 Message-ID: References: <45B3FAEC.3030904@student.lu.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1169423467 22779 80.91.229.12 (21 Jan 2007 23:51:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 21 Jan 2007 23:51:07 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 22 00:51:05 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 1H8mSn-0005Rh-CR for ged-emacs-devel@m.gmane.org; Mon, 22 Jan 2007 00:51:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H8mSm-0000Sl-Vs for ged-emacs-devel@m.gmane.org; Sun, 21 Jan 2007 18:51:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H8mSd-0000Rp-5O for emacs-devel@gnu.org; Sun, 21 Jan 2007 18:50:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H8mSZ-0000LA-LO for emacs-devel@gnu.org; Sun, 21 Jan 2007 18:50:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H8mSZ-0000KP-AM for emacs-devel@gnu.org; Sun, 21 Jan 2007 18:50:51 -0500 Original-Received: from [66.249.92.168] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H8mSY-0007PB-Ou for emacs-devel@gnu.org; Sun, 21 Jan 2007 18:50:50 -0500 Original-Received: by ug-out-1314.google.com with SMTP id j3so1024177ugf for ; Sun, 21 Jan 2007 15:50:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rFwk4AaGwcB5P/EXmT+FhTMRwroaomeLrt+Wn/uNhNTYmzK5X+GAwUvrxR/23QGZh3c0F2wcP2A1noXOw1xLYIA4eeI8DqpX2Os0qkn1yoJ1Cq115+PBGJwi6LgTgxU6MgvqV6c2CO9gyXXkAztdO+nThLUu8Rq7IfC3ORmWQOc= Original-Received: by 10.66.244.10 with SMTP id r10mr6628642ugh.1169423449449; Sun, 21 Jan 2007 15:50:49 -0800 (PST) Original-Received: by 10.67.105.7 with HTTP; Sun, 21 Jan 2007 15:50:49 -0800 (PST) Original-To: "Lennart Borgman" In-Reply-To: <45B3FAEC.3030904@student.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:65361 Archived-At: On 1/22/07, Lennart Borgman wrote: > Is there > any hook that runs after all startup code has run? Perhaps you could try on the "Starting Up Emacs" node of the Emacs Lisp Reference... /L/e/k/t/u