From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Blink Cursor mode is off by default Date: Mon, 11 Jun 2018 20:32:42 +0300 Message-ID: <83zi01p6th.fsf@gnu.org> References: <838t7lqnf0.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1528738237 9607 195.159.176.226 (11 Jun 2018 17:30:37 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 11 Jun 2018 17:30:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 11 19:30:33 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 1fSQeG-0002P2-KY for ged-emacs-devel@m.gmane.org; Mon, 11 Jun 2018 19:30:32 +0200 Original-Received: from localhost ([::1]:50457 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSQgN-0003UF-Gf for ged-emacs-devel@m.gmane.org; Mon, 11 Jun 2018 13:32:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58005) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSQgG-0003Ty-U2 for emacs-devel@gnu.org; Mon, 11 Jun 2018 13:32:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSQgE-0004V7-BP for emacs-devel@gnu.org; Mon, 11 Jun 2018 13:32:36 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49271) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSQgE-0004V1-73; Mon, 11 Jun 2018 13:32:34 -0400 Original-Received: from [176.228.60.248] (port=2275 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fSQgD-0005Wd-Fb; Mon, 11 Jun 2018 13:32:33 -0400 In-reply-to: (message from Stefan Monnier on Mon, 11 Jun 2018 13:14:15 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:226232 Archived-At: > From: Stefan Monnier > Date: Mon, 11 Jun 2018 13:14:15 -0400 > > > . Call custom-reevaluate-setting for all the delayed-init variables > > twice: once where we do that now, and again where we did that > > before the above commit; > > I tend to agree that this is the better option. The main downside, IIUC > is if the user does > > (blink-cursor-mode -1) > > in his early-init.el, which will be overridden by the second > custom-reevaluate-setting. Well, yes, but they aren't supposed to do that in that file, right?