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: Add autoload cookies in seq.el Date: Thu, 21 Jul 2016 19:09:20 +0300 Message-ID: <83lh0vx9an.fsf@gnu.org> References: <877fepcezr.fsf@petton.fr> <83k2ip83qx.fsf@gnu.org> <83y4737vmf.fsf@gnu.org> <83mvlcz6jr.fsf@gnu.org> <834m7jysab.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1469117383 19621 80.91.229.3 (21 Jul 2016 16:09:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Jul 2016 16:09:43 +0000 (UTC) Cc: nicolas@petton.fr, emacs-devel@gnu.org, tino.calancha@gmail.com To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 21 18:09:35 2016 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 1bQGXX-0007L1-8e for ged-emacs-devel@m.gmane.org; Thu, 21 Jul 2016 18:09:35 +0200 Original-Received: from localhost ([::1]:41785 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQGXW-0006Lv-91 for ged-emacs-devel@m.gmane.org; Thu, 21 Jul 2016 12:09:34 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQGXI-0006IA-Je for emacs-devel@gnu.org; Thu, 21 Jul 2016 12:09:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQGXD-00031F-83 for emacs-devel@gnu.org; Thu, 21 Jul 2016 12:09:19 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:50728) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQGXD-000313-5G; Thu, 21 Jul 2016 12:09:15 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1032 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bQGXB-0001B7-9d; Thu, 21 Jul 2016 12:09:13 -0400 In-reply-to: (message from Lars Ingebrigtsen on Thu, 21 Jul 2016 17:01:29 +0200) 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:205977 Archived-At: > From: Lars Ingebrigtsen > Cc: tino.calancha@gmail.com, nicolas@petton.fr, emacs-devel@gnu.org > Date: Thu, 21 Jul 2016 17:01:29 +0200 > > > Maybe I'm misremembering, but I only saw discussions about preloading > > seq once or twice, including this discussion. So I'm not sure where > > does "persona non grata" thing come from. Can you point me to those > > incidents which led you to this conclusion? > > commit 9c969e1f848e65b24e06d3919cde9a7ae668bfb8 > Author: Glenn Morris > Date: Mon May 23 12:48:19 2016 -0400 > > * lisp/image.el (image--get-image): Avoid requiring a library for > one trivial operation. > > commit c6493c68f8fd6a5e6893eb3837a1a27f8d8a98a8 > Author: Paul Eggert > Date: Mon May 23 08:13:03 2016 -0700 > > Fix seq requirement that broke bootstrap > > * lisp/image.el (image--get-image): Require seq here, not at the > top level, to avoid ‘(require seq) while preparing to dump’ while > bootstrapping. Suggested by Tino Calancha in: > http://lists.gnu.org/archive/html/emacs-devel/2016-05/msg00477.html That's a single issue that got 2 separate changes. So my memory was correct in this case. I'd like this library to have more (potential) users before we preload it (and its prerequisites). Thanks.