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: Mon, 22 Jan 2007 00:59:07 +0100 Message-ID: <45B3FE4B.6010009@gmail.com> 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 1169423983 24003 80.91.229.12 (21 Jan 2007 23:59:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 21 Jan 2007 23:59:43 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 22 00:59:40 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 1H8mb6-0007FJ-67 for ged-emacs-devel@m.gmane.org; Mon, 22 Jan 2007 00:59:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H8mb5-0005vo-LZ for ged-emacs-devel@m.gmane.org; Sun, 21 Jan 2007 18:59:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H8mau-0005vV-VM for emacs-devel@gnu.org; Sun, 21 Jan 2007 18:59:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H8mat-0005vJ-Pp for emacs-devel@gnu.org; Sun, 21 Jan 2007 18:59:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H8mat-0005vG-MQ for emacs-devel@gnu.org; Sun, 21 Jan 2007 18:59:27 -0500 Original-Received: from [80.76.149.213] (helo=ch-smtp02.sth.basefarm.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1H8mat-0008TN-3P for emacs-devel@gnu.org; Sun, 21 Jan 2007 18:59:27 -0500 Original-Received: from c83-254-145-24.bredband.comhem.se ([83.254.145.24]:60221 helo=[127.0.0.1]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.63) (envelope-from ) id 1H8mar-0007OO-7b; Mon, 22 Jan 2007 00:59:25 +0100 User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) Original-To: Juanma Barranquero In-Reply-To: X-Antivirus: avast! (VPS 0704-0, 2007-01-18), Outbound message X-Antivirus-Status: Clean X-Scan-Result: No virus found in message 1H8mar-0007OO-7b. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1H8mar-0007OO-7b fe8f155ce310a0b03313d02d27747185 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:65362 Archived-At: Juanma Barranquero wrote: > 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 Thanks, I knew I had seen it somewhere ... It turned out that there is no later hook than window-setup-hook, which I already tried. However after some more testing I found that run-with-idle-timer now works as I expect it to do and that can be used to run code after all startup code has run.