From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Pre-load time-date.el Date: Thu, 16 Oct 2014 21:24:39 +0300 Message-ID: <83lhof3mag.fsf@gnu.org> References: <83ppds2c7l.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1413483902 11986 80.91.229.3 (16 Oct 2014 18:25:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Oct 2014 18:25:02 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 16 20:24:54 2014 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 1XepjJ-0001uU-Gg for ged-emacs-devel@m.gmane.org; Thu, 16 Oct 2014 20:24:53 +0200 Original-Received: from localhost ([::1]:51953 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XepjJ-0005VF-1i for ged-emacs-devel@m.gmane.org; Thu, 16 Oct 2014 14:24:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XepjB-0005T8-0E for emacs-devel@gnu.org; Thu, 16 Oct 2014 14:24:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xepj5-0006Fe-3s for emacs-devel@gnu.org; Thu, 16 Oct 2014 14:24:44 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:50103) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xepj4-0006FZ-Rt; Thu, 16 Oct 2014 14:24:39 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NDJ00400UVZYL00@a-mtaout20.012.net.il>; Thu, 16 Oct 2014 21:24:37 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NDJ004M4V51H570@a-mtaout20.012.net.il>; Thu, 16 Oct 2014 21:24:37 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 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:175478 Archived-At: > From: Glenn Morris > Cc: emacs-devel@gnu.org > Date: Thu, 16 Oct 2014 14:03:01 -0400 > > Eli Zaretskii wrote: > > > Since we turn on blink-cursor mode by default, and it requires timers, > > we now always load time-date.el at startup. Any reasons not to > > pre-load it in loadup.el on the emacs-24 branch? > > This is not a new issue, right? It goes back to 24.1? > And it causes no measurable harm? > So why the rush to change it at the last minute? Because I just noticed it now. > (My fear would be that it somehow causes purespace overflow on some > platform. Maybe that is totally unfounded?) We could bump PURESIZE by the same amount as pre-loading this file requires.