From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: What's missing in ELisp that makes people want to use cl-lib? Date: Thu, 16 Nov 2023 18:42:03 +0200 Message-ID: <83msvdps4k.fsf@gnu.org> References: <8734xetjkk.fsf@yahoo.com> <87cywhsrcf.fsf@yahoo.com> <87cywgx1z0.fsf@web.de> <83wmuowwp3.fsf@gnu.org> <8334xcwank.fsf@gnu.org> <320999cc-6c83-2315-0044-cc0403400af3@gutov.dev> <9ab5d2bd-a648-cae0-a4a7-ae86be10af0f@gutov.dev> <87r0kuqxbf.fsf@gmail.com> <54e115a2-fc36-3056-a030-0dbf32416ddb@gutov.dev> <43f290b0-4119-597b-c89a-0fb4c7db1665@gutov.dev> <87bkbtn79k.fsf@web.de> <87wmuhpxxv.fsf@gmail.com> <87v8a1lodp.fsf@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31448"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Michael Heerdegen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Nov 16 17:42:57 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1r3fSD-00080D-7y for ged-emacs-devel@m.gmane-mx.org; Thu, 16 Nov 2023 17:42:57 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r3fRU-0007RR-Rh; Thu, 16 Nov 2023 11:42:12 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r3fRT-0007RI-Ip for emacs-devel@gnu.org; Thu, 16 Nov 2023 11:42:11 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r3fRT-0007kw-0W; Thu, 16 Nov 2023 11:42:11 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=oH8UdoNZ4n3Ptn/4y51A8rOq66MK+pLwS+8R1tsSTCw=; b=e98wuiOmF4jyVT4DKNTj DOx1j4tCuIQ7EBMiPdQ7jpU/RnjZWMa5rI/LB53FFi7KwgrxEXfH6ZUmjzm3bGHYn4CO4HX5R49Tp lN2NOOGc1OzDme05hypdj+FOk4CLLwZibovssZCf9v04Ea5lUkvuZXKGKou8apkhwXvJ2IMYyDCOY uQrZq5K9kedhBOcJ+vklVNhUY4PxiYd+tS5f9WPU5SuozNtUrkUK4EpVGB68qmENkv9JtgIH7WQRt M+T7ktH38bcmwkQc8Aeq34f0hspLhvHWckzKpIj5Vp9yDM3OZ8nLa9eBdUfdQfDH1jVh2ISr6OlwB uW2Wih88UHEf6A==; In-Reply-To: <87v8a1lodp.fsf@web.de> (message from Michael Heerdegen on Thu, 16 Nov 2023 16:16:34 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:312811 Archived-At: > From: Michael Heerdegen > Date: Thu, 16 Nov 2023 16:16:34 +0100 > > João Távora writes: > > > seq.el's documentation is where? I don't see it. > > It's currently the file header and the rest of the file (the code). ?? There's a whole section in the ELisp manual called "Sequence Functions", which documents the seq-* functions.