From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Distopico Newsgroups: gmane.emacs.devel Subject: Re: [NonGNU ELPA] New package: flymake-guile Date: Thu, 31 Aug 2023 11:03:48 -0500 Message-ID: <875y4vi4c2.fsf@riseup.net> References: <87a5u7j55e.fsf@riseup.net> 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="26303"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Aug 31 18:07:27 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 1qbkCd-0006b8-D2 for ged-emacs-devel@m.gmane-mx.org; Thu, 31 Aug 2023 18:07:27 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qbkBy-000572-8S; Thu, 31 Aug 2023 12:06:46 -0400 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 1qbkBx-00056t-4w for emacs-devel@gnu.org; Thu, 31 Aug 2023 12:06:45 -0400 Original-Received: from mx1.riseup.net ([198.252.153.129]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qbkBu-0001CZ-Eo for emacs-devel@gnu.org; Thu, 31 Aug 2023 12:06:44 -0400 Original-Received: from fews02-sea.riseup.net (fews02-sea-pn.riseup.net [10.0.1.112]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx1.riseup.net (Postfix) with ESMTPS id 4Rc5dF0LP0zDrc1; Thu, 31 Aug 2023 16:06:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1693498001; bh=0owdAh5/w4xJvuhsAvdvMQwlu9cKGihBzZPX+6TimAM=; h=References:From:To:Cc:Subject:Date:In-reply-to:From; b=CoFa+Atbm9okDVN0IDD/k5pcPFo8lqBUvgYLicmvpf3eFzWSjgtiENNwar9Z69pTq /gLsCd1ZfzO8TQrQFtM5Onh3eA0FSU7whVYo3q1T3IAKOne87F+9/3nbVeBjhunlLy GGuYK9DNprXuVjEOl6EZZAiG9B30gN7Wa1F9rkOo= X-Riseup-User-ID: 65C405260EF4BB582360CA3FDA1DEA9CAB8EB35EBDB277173DB374E1E6CCA013 Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews02-sea.riseup.net (Postfix) with ESMTPSA id 4Rc5dD23gBzFs0K; Thu, 31 Aug 2023 16:06:40 +0000 (UTC) In-reply-to: Received-SPF: pass client-ip=198.252.153.129; envelope-from=distopico@riseup.net; helo=mx1.riseup.net 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, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:309675 Archived-At: --=-=-= Content-Type: text/plain On 2023-08-31, Stefan Kangas wrote: > Hi! > > Distopico writes: > >> Hi all! >> >> I'm the author of a new package `flymake-guile` and I >> would like to include it in Nongnu ELPA. >> >> Here the repo: https://framagit.org/flymake-backends/flymake-guile > > Thanks. > > Since you're the only author, how would you feel about adding it to > GNU ELPA instead? > > One important difference between GNU ELPA and NonGNU ELPA is that any > significant contribution (typically more than 15 lines) would need its > copyright assigned to the FSF. See: > https://www.gnu.org/licenses/why-assign.html > > On the other hand, GNU ELPA is more tightly integrated with the rest of Emacs. > Thank you for your feedback, for now I'm fine having it in NonGNU ELPA >> --8<---------------cut here---------------start------------->8--- >> ;;; Commentary: >> >> ;; Flymake backend for GNU Guile using `guild' compile. >> ;; >> ;; Usage: >> ;; (require 'flymake-guile) > > I don't think there is any need to require it, as the `flymake-guile' > function is autoloaded. So the `require' will just slow down starting > Emacs, if a user adds it to their init file. > >> ;; (add-hook 'scheme-mode-hook 'flymake-guile) > > You could also consider including this form: > > (use-package flymake-guile > :ensure t > :hook (scheme-mode-hook . flymake-guile)) I apply that recommendation, not you can see the change in the repo thank you. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFJBAEBCAAzFiEEvYwofabWO6y953lVmAk6gHJUa/MFAmTwuo0VHGRpc3RvcGlj b0ByaXNldXAubmV0AAoJEJgJOoByVGvzYAwH/RvBR4NFAoN5B6ucynX6eMUi800B IEpydDwxvRbrS499yZURgGxHS5KH7QtLxWO1KVik0qxpAa8z0kgeqO5ad9xM7A5Y DcQ7PDY/t9CZn1xWhOZLGoKniGhtrZtroOE2PnWZhGvExOe2ymapq+xVsDrgIjTi XX9j/p87Bo+/DYS+u9wqJWwIoEqatmamO+NcQeEKljdcIVpPySv8o2jv/vxUJ75O oVty3FBOHMGvD45ADPqCOLdwNyXkXTaR272JI2TQ2CpmkIm4Nl8ZS9yND3J4UZi8 wsKQT6f50rfUogOoH47cUy1z3LNbWLe1SgOJZLW+NfGY9TC8It/Yxzfqq90= =pkpT -----END PGP SIGNATURE----- --=-=-=--