From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arsen =?utf-8?Q?Arsenovi=C4=87?= Newsgroups: gmane.emacs.help Subject: Re: How many packages do you use? Date: Fri, 23 Feb 2024 02:12:18 +0100 Message-ID: <878r3crncd.fsf@aarsen.me> References: <87bk892jcv.fsf@dataswamp.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8567"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: Emanuel Berg Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Feb 23 02:17:58 2024 Return-path: Envelope-to: geh-help-gnu-emacs@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 1rdKCL-0001zd-Ul for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 23 Feb 2024 02:17:57 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rdKBj-0006Iz-57; Thu, 22 Feb 2024 20:17:19 -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 1rdKBg-0006Ih-NU for help-gnu-emacs@gnu.org; Thu, 22 Feb 2024 20:17:16 -0500 Original-Received: from mout-p-103.mailbox.org ([80.241.56.161]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1rdKBf-0006ac-4s for help-gnu-emacs@gnu.org; Thu, 22 Feb 2024 20:17:16 -0500 Original-Received: from smtp1.mailbox.org (smtp1.mailbox.org [10.196.197.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4TgsYc5syXz9sl2; Fri, 23 Feb 2024 02:17:08 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aarsen.me; s=MBO0001; t=1708651028; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=EAE18n23BrxpRY6/tnXX1hKhbc6oIjAaIw1hHO4M/0w=; b=oNVnJD7dTFJ+rZ/l72UejRgltgc0YPy+NvbczBK5fVRkDqte1t2LENaHBj3LDEIGPsbja2 MGadHQYExaoycQA5PG18V8HlWrZzwJGe4znEkqu6J+2Ke2FtM6uMn8aXi3l8MlnIGLb6sC sAYlgBhAigSP4DtryUdvUDEzS+RMToBR7kI31VPg2lA/pNznJX7eluhoDlGd2gvc522Ehk 44D2AQkxaNQ2AbAMO5Dvu14Rzi3zkdsk5WUlSHvJ1dvxUU8WNYVJMnfYASTQnqiSCyxEw+ UczVxVvBsAPAkc8/I6ZKtBEg2QvOssTDdIgzumIyljoVABYzyziFNuujBXWOSg== In-reply-to: <87bk892jcv.fsf@dataswamp.org> Received-SPF: pass client-ip=80.241.56.161; envelope-from=arsen@aarsen.me; helo=mout-p-103.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:145967 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Emanuel Berg writes: > How many packages do you use? > > If one defines "using a package" as `require'-ing it in > employed Elisp configuration and extension source, then one > can use this command to find out > > $ grep -h -o '(require .*)' **/*.el | sort -u | wc -l > > I use 159! ~$ qlist -I app-emacs/ | wc -l 63 ... and a few more through USE=3Demacs. > Isn't it amazing that one almost never has any collisions > doing it? Actually, I can't think of a single time that > happened. But maybe it happened once or twice as I don't > remember everything that happens. Depending on what you mean by collisions, I might or might not have had some. > Maybe this shows that built-in and/or enforced modularity is > over-rated? I'm not sure I can agree even if that were true - I don't see how one implies the other. Have a lovely night! =2D- Arsen Arsenovi=C4=87 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIYEARYKAC4WIQT+4rPRE/wAoxYtYGFSwpQwHqLEkwUCZdfyEhAcYXJzZW5AYWFy c2VuLm1lAAoJEFLClDAeosSTPK0BAMRLUzjvlnZ3KksjZe6j2B80d4IKDYI3NSq7 9/FCLLlLAQCn4F+GGNpBtkzUa3wwIa19+ZTrOslPgDuXOYZT0hzYCA== =HXxn -----END PGP SIGNATURE----- --=-=-=--