From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Titus von der Malsburg Newsgroups: gmane.emacs.devel Subject: Re: Update of ELPA package guess-language Date: Wed, 25 Aug 2021 12:03:50 +0000 Message-ID: <878s0p65v5.fsf@posteo.de> References: <87y28s8mi0.fsf@posteo.de> <87sfyx9602.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34606"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Aug 25 14:56:46 2021 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 1mIsSS-0008hM-Sh for ged-emacs-devel@m.gmane-mx.org; Wed, 25 Aug 2021 14:56:44 +0200 Original-Received: from localhost ([::1]:55024 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mIsSQ-0007pM-Pz for ged-emacs-devel@m.gmane-mx.org; Wed, 25 Aug 2021 08:56:42 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48818) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mIsRb-0006cf-8X for emacs-devel@gnu.org; Wed, 25 Aug 2021 08:55:51 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:60543) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mIsRY-0007mb-TJ for emacs-devel@gnu.org; Wed, 25 Aug 2021 08:55:51 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 416F4240103 for ; Wed, 25 Aug 2021 14:55:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1629896143; bh=wDQ1WOgqDEhBvaJdV2//afjqTLyM+AzRe5UbGGSkDjE=; h=From:To:Cc:Subject:Date:From; b=H6HhfJrIkhaFBSd478vQXKzHkl7dW0Zi2SQACMs9X8yLCZirock2n3/w+h/23GVm+ m+G5BlsRRjhAQYOed2jpDdlDEd5VuVSM4Iyh8n4/HugQdjALKetYPE6toQE1ldOp+I 1A50GycIrYPzx9tYor0v5FDfIlZ1eWguDut48L6zQh+YnCizIL9l052H2+CgxSrXK1 Y8RyWJ8Vlsfq13GqCodiIrYqdn81AFRrMdCzdargf6v43EX5Lt03L/s/92j4ABkdhS LRJfp3bXz2VLJsFEkHVnDzuK/utQdvXmUoU1LuygIBN+i/EXye4YDc7YeTatOQ1HI4 9SnKq2jPFPAzQ== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4GvmDZ5Ky3z6tmJ; Wed, 25 Aug 2021 14:55:42 +0200 (CEST) In-reply-to: <87sfyx9602.fsf@posteo.net> Received-SPF: pass client-ip=185.67.36.66; envelope-from=malsburg@posteo.de; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=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.23 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:272972 Archived-At: On 2021-08-25 Wed 10:24, Philip Kaludercic wrote: > Titus von der Malsburg writes: > >> A while ago I contributed the package guess-language to ELPA [1]. In >> the meantime, I=E2=80=99ve added some improvements in my own git reposit= ory >> but it=E2=80=99s not entirely clear to me how I can update the ELPA vers= ion. >> From reading the ELPA README [2], it seems that I have to request an >> update on this list every time there is (significant-enough) change in >> my repo (since I wasn=E2=80=99t given push permissions). Is that really= true? >> I=E2=80=99m asking because I rarely see such requests here and because i= t=E2=80=99s >> not a terribly efficient workflow. Is there no way that ELPA can >> automatically pull changes from the original repository? > > It should be possible, some package specifications (see elpa-packages) > are given the :auto-sync attribute, but I am not sure what the > conditions are for a package to be granted this status. > > If you want to, I can update the package for now. The only question is > whether or not everyone with a significant contribution has signed the > copyright assignment to the FSF. Thank you, Philip. I don=E2=80=99t know whether the recent contributors ha= ve signed the FSF paperwork and multiple contributions were non-trivial. N= eed to think about how to best deal with this. Stefan has replied to me of= f-list and I will discuss it with him. Titus > >> Titus >> >> [1] https://elpa.gnu.org/packages/guess-language.html >> [2] https://git.savannah.gnu.org/cgit/emacs/elpa.git/plain/README >> >> > > --=20 > Philip Kaludercic