From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Yes, please allow pre-configuration of first frame [was: Blink Cursor mode is off by default] Date: Fri, 15 Jun 2018 17:34:34 -0400 Message-ID: References: <838t7lqnf0.fsf@gnu.org> <83zi01p6th.fsf@gnu.org> <13a2189b89d06be494cbc21561713d5d.squirrel@dancol.org> <83o9ggpwfs.fsf@gnu.org> <98930BC3-F62C-4BFF-8B06-8CFB65E8D243@gnu.org> <5659356aea4cdccd07e28e441c1ae98b.squirrel@dancol.org> <871sd8kugv.fsf_-_@moondust.localdomain> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1529098413 31087 195.159.176.226 (15 Jun 2018 21:33:33 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 15 Jun 2018 21:33:33 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 15 23:33:28 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fTwLY-0007vq-I2 for ged-emacs-devel@m.gmane.org; Fri, 15 Jun 2018 23:33:28 +0200 Original-Received: from localhost ([::1]:49467 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTwNe-0001L0-0E for ged-emacs-devel@m.gmane.org; Fri, 15 Jun 2018 17:35:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45161) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTwMu-0001Kf-FW for emacs-devel@gnu.org; Fri, 15 Jun 2018 17:34:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTwMq-0005k2-Ib for emacs-devel@gnu.org; Fri, 15 Jun 2018 17:34:52 -0400 Original-Received: from [195.159.176.226] (port=35132 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fTwMq-0005hD-Ap for emacs-devel@gnu.org; Fri, 15 Jun 2018 17:34:48 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fTwKe-0006ic-MF for emacs-devel@gnu.org; Fri, 15 Jun 2018 23:32:32 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:aWADpR1uYb9wJ4triTTPcEHJgck= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:226339 Archived-At: > It doesn't sound right, though, that a fix for this should > involve the user having to mess around with intiialisation > order etc. -- it should "just work". > > It seems that this might be a worthwhile project for "someone" > to work on? (Perhaps they could fix the problem of not being > able to un-apply themes at the same time?) I don't really understand what you suggest doing: the .emacs file is read *after* creating the first frame, so there's no way to avoid "flashing" without breaking some .emacs files. Stefan