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: seq.el and the complexity of Emacs Lisp. Date: Tue, 07 Nov 2023 14:20:05 +0200 Message-ID: <8334xh3gcq.fsf@gnu.org> References: <83r0l32hi1.fsf@gnu.org> <87bkc6ftgq.fsf@dataswamp.org> <87cywmkrsg.fsf@dataswamp.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40069"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Emanuel Berg Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Nov 07 13:21:18 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 1r0L54-000ACN-6A for ged-emacs-devel@m.gmane-mx.org; Tue, 07 Nov 2023 13:21:18 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r0L49-0000d0-ML; Tue, 07 Nov 2023 07:20:21 -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 1r0L47-0000cS-Cb for emacs-devel@gnu.org; Tue, 07 Nov 2023 07:20:19 -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 1r0L46-0003yg-6L; Tue, 07 Nov 2023 07:20:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=yNDfrKc6x3OovSIGIiNDEe3XhJ46ZjrGHvt8Jl6Pafo=; b=cDHqO3849/bF opymYl8c70eI8/Ias9NueOnhPf6/Grcs8RKQgyTUU79GOAlAW+eiBzl1sFGOhYssQt3sUfcicK3ug thGHcylsuu3hpoAywGC3y0W+h6T+BTTYTlA1GpQfgexbPRLUbs269H1H45mIiKQXYhSlQ8B9q+cJr OujeMaaUBvPNmySIGbvIWIGFv0dPvj30JyNztulEmrmnUpXnT7ei9Y8revgNVBqgodaxn9dblOIN/ XeR7dnMNs+NdSCfhQh73Khmqt1/wS0l+oSxErOdDtjNU3TQOej/tEiGixbdou1oZeqD4UqBpY59fq FYyo1nUatmmdbLRyigi2Lw==; In-Reply-To: <87cywmkrsg.fsf@dataswamp.org> (message from Emanuel Berg on Tue, 07 Nov 2023 07:21:03 +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:312301 Archived-At: > From: Emanuel Berg > Date: Tue, 07 Nov 2023 07:21:03 +0100 > > Do we have this kind of document? > > https://www.kernel.org/doc/html/v4.10/process/coding-style.html See Appendix D "Tips and Conventions" in the ELisp manual.