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.comp.gnu.guix.devel,gmane.emacs.devel Subject: Re: guix emacs package MELPA/ELPA Date: Sat, 03 Dec 2022 19:56:27 +0200 Message-ID: <83v8mscqwk.fsf@gnu.org> References: <06b8e38a-06fe-76b1-ff57-4d9ac8c7ee5f@zedat.fu-berlin.de> <877cz8r1al.fsf@disroot.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13685"; mail-complaints-to="usenet@ciao.gmane.io" Cc: akib@disroot.org, arvidkrein@zedat.fu-berlin.de, guix-devel@gnu.org, emacs-devel@gnu.org To: Stefan Kangas Original-X-From: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sat Dec 03 18:57:08 2022 Return-path: Envelope-to: gcggd-guix-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 1p1WlA-0003Pj-G7 for gcggd-guix-devel@m.gmane-mx.org; Sat, 03 Dec 2022 18:57:08 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p1Wky-0006E4-8i; Sat, 03 Dec 2022 12:56:56 -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 1p1Wkt-0006CH-8o; Sat, 03 Dec 2022 12:56:52 -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 1p1Wks-0005rb-Sn; Sat, 03 Dec 2022 12:56:50 -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=m8BL2lbo6RJDONV1b0JHjwoqnUEAyQGboPcTOXGA2CM=; b=UmXKfimD5ABP G8NIMwafCzCMfFqkLjTLfz1FbFNNgVRYzYI6CvihGpUkbbghCiUqBbKxFl7IDYJCV88QX1Hw8uSFO YyUHVLW7Ow1YqZjmtes0jd1EcRkuaXA02D6ZPLwvsNUrwOhTGuJH6pn9/G1VEI6TCJHc/Pp8YIu2T OBagSKzEzIrd5xkjjCch5XIOJnh9QdXC8FXk4EkUIWvCRBY7wk2uhwt4s12ZHQH4HmLt2il6ijSLb QigE52T5EB9ZMq5DpzZD9TP5+/pBMIr+ThKGO/b8hfdi2Gh0k1tHmI/kXL6tsFH0Fe3MxJYb9pUqZ djw1GYwqZwqt/fEstqLy/A==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p1Wkq-0005Io-LI; Sat, 03 Dec 2022 12:56:50 -0500 In-Reply-To: (message from Stefan Kangas on Sat, 3 Dec 2022 08:57:07 -0800) X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Original-Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.comp.gnu.guix.devel:64609 gmane.emacs.devel:300875 Archived-At: > From: Stefan Kangas > Date: Sat, 3 Dec 2022 08:57:07 -0800 > Cc: guix-devel@gnu.org, emacs-devel@gnu.org > > The main difference between GNU ELPA and NonGNU ELPA is that the former > requires all copyright to be assigned to the Free Software Foundation, > whereas the latter does not. Not only that: the packages on GNU ELPA are generally expected to conform more closely to Emacs coding conventions, and are held to higher standards than those on NonGNU ELPA.