From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Zhu Zihao Newsgroups: gmane.emacs.devel Subject: Re: How to distribute dynamic modules by themselves? Date: Mon, 21 Mar 2022 09:31:39 +0800 Message-ID: <86h77sw0lh.fsf@163.com> References: <951567BE-B2FA-4224-A369-B96469D2E083@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30971"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.6.10; emacs 27.2 Cc: emacs-devel@gnu.org To: Yuan Fu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Mar 21 02:50:21 2022 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 1nW7Ba-0007uq-AD for ged-emacs-devel@m.gmane-mx.org; Mon, 21 Mar 2022 02:50:18 +0100 Original-Received: from localhost ([::1]:45434 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nW7BY-0001Yo-KG for ged-emacs-devel@m.gmane-mx.org; Sun, 20 Mar 2022 21:50:16 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:57230) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nW7Aq-0000rM-Av for emacs-devel@gnu.org; Sun, 20 Mar 2022 21:49:32 -0400 Original-Received: from mail-m972.mail.163.com ([123.126.97.2]:27730) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nW7Ak-0001og-OF for emacs-devel@gnu.org; Sun, 20 Mar 2022 21:49:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-ID:MIME-Version; bh=7jllW R7avN25GbuIk8znorjoNZVooh0CKIzsxtEqolQ=; b=e5g9w1WMizrqYVpMnUsu8 ntX/9xgGSWv9bF1SjUkUug7gQ0aD+hxZfweAnEPToqqfO5iH+O8IU/PR+AA82wQO 126UV7CwJ+w82g7elJY6l49Xn5tr5kRne69S7Knx/JCWcHlIm65JiEBEffe8s9U0 KQYauVYy3j/8wJyQuPyz/o= Original-Received: from asus-laptop (unknown [112.95.115.46]) by smtp2 (Coremail) with SMTP id GtxpCgB3GnT71Tdi9+MQCw--.56591S2; Mon, 21 Mar 2022 09:33:48 +0800 (CST) In-reply-to: <951567BE-B2FA-4224-A369-B96469D2E083@gmail.com> X-CM-TRANSID: GtxpCgB3GnT71Tdi9+MQCw--.56591S2 X-Coremail-Antispam: 1Uf129KBjvdXoWrKFyDZF18KrWDGw1UuFWkCrg_yoW3Zwc_ur s3X3yDKw4qqFsIkFyIkF13JFySvFyDWr1YyrW0gFn8Zry0qay3XwnIkryktF47KFnayr92 qwn5W348uF17ZjkaLaAFLSUrUUUUUb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUvcSsGvfC2KfnxnUUI43ZEXa7IUbJ73JUUUUU== X-Originating-IP: [112.95.115.46] X-CM-SenderInfo: pdoosuxxwbztlvw6il2tof0z/xtbByQ-Kr11voKoAyAAAsT Received-SPF: pass client-ip=123.126.97.2; envelope-from=all_but_last@163.com; helo=mail-m972.mail.163.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, 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: 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" Xref: news.gmane.io gmane.emacs.devel:287328 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable IMO, You'd better to distribute the source code and let users compile it by theirselves. Yuan Fu writes: > I wrote a dynamic module that exposes a simple interface for Xapian, the > indexing and searching engine. It could be very useful for indexing thous= ands of > files and search in them. I use this module for my note-searching package. > > Normally people distribute their elisp package with supporting dynamic mo= dules > together, but in my case I want to distribute the dynamic module by itsel= f, > because indexing and searching is much more general than note-searching. > > Is there any way to put a dynamic module on ELPA so that other packages c= ould use it conveniently? > > Yuan =2D-=20 Retrieve my PGP public key: gpg --recv-keys D47A9C8B2AE3905B563D9135BE42B352A9F6821F Zihao --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIsEARYIADMWIQRefA5qkqvnKdl/GTlmOX+E92aT+QUCYjfV+hUcYWxsX2J1dF9s YXN0QDE2My5jb20ACgkQZjl/hPdmk/kM/AD+J1iVKRNRlhsHF9Pbz8WJj3RJkbET sjHhGK7zScKCewIBANOWOxbCMKKTAxC0TFZRaTgNt01vp5B8Vee1t1colu8P =3kAi -----END PGP SIGNATURE----- --=-=-=--