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: Fri, 20 May 2016 12:42:30 +0300 Message-ID: <83k2ip83qx.fsf@gnu.org> References: <877fepcezr.fsf@petton.fr> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1463737366 10292 80.91.229.3 (20 May 2016 09:42:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 May 2016 09:42:46 +0000 (UTC) Cc: nicolas@petton.fr, emacs-devel@gnu.org To: Tino Calancha Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 20 11:42:41 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 1b3gx5-00007U-1I for ged-emacs-devel@m.gmane.org; Fri, 20 May 2016 11:42:39 +0200 Original-Received: from localhost ([::1]:54218 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3gx4-0007IT-EI for ged-emacs-devel@m.gmane.org; Fri, 20 May 2016 05:42:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3gwt-0007Ek-U9 for emacs-devel@gnu.org; Fri, 20 May 2016 05:42:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b3gwp-0002mG-0t for emacs-devel@gnu.org; Fri, 20 May 2016 05:42:26 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:46882) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3gwo-0002m3-Tb; Fri, 20 May 2016 05:42:22 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2996 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1b3gwn-0007zB-Ud; Fri, 20 May 2016 05:42:22 -0400 In-reply-to: (message from Tino Calancha on Fri, 20 May 2016 17:54:23 +0900 (JST)) 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:203904 Archived-At: > Date: Fri, 20 May 2016 17:54:23 +0900 (JST) > From: Tino Calancha > Cc: emacs-devel@gnu.org, Tino Calancha > > > > Where did you see usages of seq.el without a `require'? > I saw for in following functions: > > * lisp/subr.el (read-multiple-choice); line 2314 IMO, it makes no sense to use a function in a preloaded file if the definition of that function is not also preloaded. Why is read-multiple-choice in subr.el in the first place?