From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tino Calancha Newsgroups: gmane.emacs.devel Subject: Re: Add autoload cookies in seq.el Date: Sat, 21 May 2016 09:07:38 +0900 (JST) Message-ID: References: <877fepcezr.fsf@petton.fr> <83k2ip83qx.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Trace: ger.gmane.org 1463789701 29531 80.91.229.3 (21 May 2016 00:15:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 21 May 2016 00:15:01 +0000 (UTC) Cc: nicolas@petton.fr, emacs-devel@gnu.org, Tino Calancha To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 21 02:15:00 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 1b3uZI-00006G-Gm for ged-emacs-devel@m.gmane.org; Sat, 21 May 2016 02:15:00 +0200 Original-Received: from localhost ([::1]:38340 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3uZE-0006zQ-BK for ged-emacs-devel@m.gmane.org; Fri, 20 May 2016 20:14:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59107) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3uP7-0008Ev-Qd for emacs-devel@gnu.org; Fri, 20 May 2016 20:04:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b3uP6-0000Gt-Tm for emacs-devel@gnu.org; Fri, 20 May 2016 20:04:29 -0400 Original-Received: from calancha-ilc.kek.jp ([130.87.234.234]:33559) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3uP1-0000Cx-Qy; Fri, 20 May 2016 20:04:24 -0400 Original-Received: by calancha-ilc.kek.jp (Postfix, from userid 500) id 01FDE640F; Sat, 21 May 2016 09:07:38 +0900 (JST) Original-Received: from localhost (localhost [127.0.0.1]) by calancha-ilc.kek.jp (Postfix) with ESMTP id DAC0629F; Sat, 21 May 2016 09:07:38 +0900 (JST) X-X-Sender: calancha@calancha-ilc.kek.jp In-Reply-To: <83k2ip83qx.fsf@gnu.org> User-Agent: Alpine 2.20 (LRH 67 2015-01-07) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 130.87.234.234 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:203920 Archived-At: > 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? Sorry, I cannot answer that question. I just did: grep seq-position lisp/*.el and noticed that 'read-multiple-choice' uses seq.el without requiring. That's all. I didn't know even that function exist.