From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tomasz Gajewski Newsgroups: gmane.emacs.devel Subject: Re: Setting initial frame's parameters before its creation Date: Sat, 02 Mar 2013 13:55:14 +0100 Message-ID: <87y5e6arm5.fsf@tt.com.pl> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1362228923 539 80.91.229.3 (2 Mar 2013 12:55:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Mar 2013 12:55:23 +0000 (UTC) Cc: Leo Liu , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 02 13:55:46 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UBlyZ-0005xa-Rg for ged-emacs-devel@m.gmane.org; Sat, 02 Mar 2013 13:55:43 +0100 Original-Received: from localhost ([::1]:43814 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBlyE-0000we-Ku for ged-emacs-devel@m.gmane.org; Sat, 02 Mar 2013 07:55:22 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:39601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBlyB-0000uw-IG for emacs-devel@gnu.org; Sat, 02 Mar 2013 07:55:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UBlyA-00051m-GX for emacs-devel@gnu.org; Sat, 02 Mar 2013 07:55:19 -0500 Original-Received: from mx4.wp.pl ([212.77.101.8]:26291) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBlyA-00051a-5j for emacs-devel@gnu.org; Sat, 02 Mar 2013 07:55:18 -0500 Original-Received: (wp-smtpd smtp.wp.pl 5052 invoked from network); 2 Mar 2013 13:55:15 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=1024a; t=1362228915; bh=j9ExvGebiwYmdnaOZQuE2+DgQ0rj+L0IWz3+O6sWypo=; h=From:To:Cc:Subject; b=dW5xG+67jep+s0SEMxkE8mN13vIA5DGksKagnxQAgdhYV1hJ95wWmmETbW/xKbSAx hQcF8xvPlyrcFXBEsJKsjUdARnEYz7b5CW8trzkd1BJr0z7ec4xBGWgbiAP3PmDwlZ nEDpfFTY0D1ok4uKnr8AtrdFEZhU3jA9vu2czYVM= Original-Received: from unknown (HELO vitiris) (tomga@[195.191.184.29]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with AES128-SHA encrypted SMTP for ; 2 Mar 2013 13:55:15 +0100 In-Reply-To: (Stefan Monnier's message of "Fri, 01 Mar 2013 11:34:42 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) X-WP-AV: skaner antywirusowy poczty Wirtualnej Polski S. A. X-WP-SPAM: NO 0000000 [8XP0] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 212.77.101.8 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:157481 Archived-At: Stefan Monnier writes: >> I wrote it more as an experiment than anything else. If there's >> enough demand I can try and clean it up, but the main problem is that >> to use it, you'd need to provide a command-line argument (since just >> flat out changing the Emacs behavior would break many users's >> .emacs). > > Tho I guess we could introduce a new startup file > ~/.emacs.d/early-init.el It would be nice if it could also solve (maybe not so common) problem of loading custom user code before executing site init files. I had to uninstall doxymacs on debian to be able to load development version of cedet because doxymacs loaded wrong version of eieio before evaluating my .emacs. I couldn't find any other clean way of doing it. Or maybe there is some other solution to this that I'm not aware of? Regards Tomasz Gajewski