From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Next release Date: Thu, 08 May 2008 12:40:24 +0200 Message-ID: <4822D898.4000000@swipnet.se> References: <18457.37369.262079.668907@kahikatea.snap.net.nz> <200805040056.m440u3eS022727@sallyv1.ics.uci.edu> <874p9dn46h.fsf@stupidchicken.com> <4822B82A.6030003@gnu.org> <86zlr1qjq3.fsf@lola.quinscape.zz> 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: ger.gmane.org 1210243284 32306 80.91.229.12 (8 May 2008 10:41:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 May 2008 10:41:24 +0000 (UTC) Cc: Juanma Barranquero , Jason Rumney , Stefan Monnier , Eli Zaretskii , emacs- devel To: David Reitter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 08 12:41:59 2008 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 1Ju3ZR-0004oC-Qz for ged-emacs-devel@m.gmane.org; Thu, 08 May 2008 12:41:54 +0200 Original-Received: from localhost ([127.0.0.1]:45201 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ju3Yi-00053n-Lg for ged-emacs-devel@m.gmane.org; Thu, 08 May 2008 06:41:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ju3Ye-00052m-8x for emacs-devel@gnu.org; Thu, 08 May 2008 06:41:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ju3YY-000504-MO for emacs-devel@gnu.org; Thu, 08 May 2008 06:41:03 -0400 Original-Received: from [199.232.76.173] (port=37327 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ju3YY-000500-K9 for emacs-devel@gnu.org; Thu, 08 May 2008 06:40:58 -0400 Original-Received: from av12-1-sn2.hy.skanova.net ([81.228.8.185]:53959) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ju3YL-0003H4-V3; Thu, 08 May 2008 06:40:46 -0400 Original-Received: by av12-1-sn2.hy.skanova.net (Postfix, from userid 502) id AF55E38460; Thu, 8 May 2008 12:40:43 +0200 (CEST) Original-Received: from smtp4-2-sn2.hy.skanova.net (smtp4-2-sn2.hy.skanova.net [81.228.8.93]) by av12-1-sn2.hy.skanova.net (Postfix) with ESMTP id 8F19138441; Thu, 8 May 2008 12:40:43 +0200 (CEST) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp4-2-sn2.hy.skanova.net (Postfix) with ESMTP id 0901037E4C; Thu, 8 May 2008 12:40:42 +0200 (CEST) User-Agent: Thunderbird 2.0.0.14 (X11/20080421) In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:96760 Archived-At: David Reitter skrev: > On 8 May 2008, at 09:32, David Kastrup wrote: >> >> It would be worthwhile to start mapping Emacs usually only after .emacs >> has been processed and/or the command line processed. That way you can >> select fonts, geometry, toolbar or not and so on in .emacs and have >> emacs start right away without resizing or flicker. > > Indeed. The way we got around this in Aquamacs was to create the frame > with (visibility . nil), process .emacs (etc.) and only make it visible > after frame-notice-user-settings, as in the patch below. That way, the > frame is already be present and may be manipulated directly in .emacs, > without any annoying visual effects. > How do you handle --debug-init? Jan D.