From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Fwd: Frame Height Different for Default Frame and Additional Frames] Date: Thu, 11 Oct 2007 10:01:00 -0400 Message-ID: References: <002501c8044b$fcc95390$6100000a@intermedinc.internal> <4701F8AC.6070900@gmx.at> <470A9D22.2040709@gmx.at> <470BF1BF.3000609@gmx.at> <470C695D.5010906@swipnet.se> <470C766C.1010503@gmx.at> <470C81BC.70909@swipnet.se> <470D38E9.1040802@gmx.at> <470DBF70.9000700@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1192111355 840 80.91.229.12 (11 Oct 2007 14:02:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Oct 2007 14:02:35 +0000 (UTC) Cc: martin rudalics , rms@gnu.org, emacs-devel@gnu.org To: Jan =?iso-8859-1?Q?Dj=3Frv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 11 16:02:30 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 1IfybP-0007BR-OG for ged-emacs-devel@m.gmane.org; Thu, 11 Oct 2007 16:01:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfybJ-00038O-KW for ged-emacs-devel@m.gmane.org; Thu, 11 Oct 2007 10:01:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IfybG-000382-Kx for emacs-devel@gnu.org; Thu, 11 Oct 2007 10:01:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IfybE-00037h-78 for emacs-devel@gnu.org; Thu, 11 Oct 2007 10:01:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfybE-00037e-3l for emacs-devel@gnu.org; Thu, 11 Oct 2007 10:01:16 -0400 Original-Received: from x-132-204-254-24.xtpr.umontreal.ca ([132.204.254.24] helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ifyb7-0003Lw-63; Thu, 11 Oct 2007 10:01:12 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id A6C73B41BB; Thu, 11 Oct 2007 10:01:00 -0400 (EDT) In-Reply-To: <470DBF70.9000700@swipnet.se> ("Jan =?iso-8859-1?Q?Dj=3Frv=22?= =?iso-8859-1?Q?'s?= message of "Thu\, 11 Oct 2007 08\:15\:12 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:80608 Archived-At: > The obvious (but more difficult) would be to read all startup lisp before > creating the first frame. It's not that difficult. The first frame created is `terminal-frame' anyway and this one does not need any information from .emacs. Currently we create a second (X11, or w32, or mac, or tty) frame and delete the `terminal-frame' before reading the .emacs but we could do that later. Stefan