From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Removing `packages-fixes` Date: Sun, 22 Oct 2023 11:20:08 -0400 Message-ID: References: <87fs232g43.fsf@bernoul.li> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18352"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: Artur Malabarba , emacs-devel@gnu.org To: Jonas Bernoulli Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Oct 22 17:21:13 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 1quaGO-0004Uk-OK for ged-emacs-devel@m.gmane-mx.org; Sun, 22 Oct 2023 17:21:12 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1quaFV-0002rI-DZ; Sun, 22 Oct 2023 11:20:17 -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 1quaFT-0002qq-13 for emacs-devel@gnu.org; Sun, 22 Oct 2023 11:20:15 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1quaFQ-0002xx-Ly for emacs-devel@gnu.org; Sun, 22 Oct 2023 11:20:14 -0400 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 7EC6D10006B; Sun, 22 Oct 2023 11:20:10 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1697988009; bh=/o9I3rPmcI+eB1lDgQL/1ue0uSQg+Xng9AS6cLSsgDQ=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=QXAfSjRRSw7te+5fc7ZQcXiTxQKC6L1kXGZF1+6tBA4SZYQ4P5xsAMVr5lY0VtbYL /93yMNtF7NPaLStHx9qYG8MhTZL/dvWCWtRzhPtrtODs81gxxq0m29RnQ5uiV3MWVO PwGrUbsFC9kBDUE8FZMGSBH9qmpCb/yAfnGXquYsTRqpCvUjXG8cTuotQK9IbA/kDU cqf84EL1jmI6w2V4NoXFhFyZ+QIsE9qcYxpQiBpINLOkkKCL5beqDSMVXciUZyYJ0f Rt8MbalyGSatbNIz2O9PumsDG+U49UBQX8KvQ0N02yXF1npyU21W8/xOLwEcdKznbW MwNkS7iHq7aXQ== Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 8661E100061; Sun, 22 Oct 2023 11:20:09 -0400 (EDT) Original-Received: from pastel (unknown [45.72.216.111]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 5D40B1202E2; Sun, 22 Oct 2023 11:20:09 -0400 (EDT) In-Reply-To: <87fs232g43.fsf@bernoul.li> (Jonas Bernoulli's message of "Sun, 22 Oct 2023 10:53:00 +0200") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, 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.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:311682 Archived-At: > I noticed that you also set the :url to nil for a few package from the > defunct http://www.dr-qubit.org/git/predictive.git repository, but you > missed one package: auto-overlays, probably because :manual-sync was > already set for that. Thanks for catching that. Not sure how I missed it (they were all :manual-sync). Stefan