From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Philip Kaludercic Newsgroups: gmane.emacs.help Subject: Re: Reviewing versioned backups Date: Thu, 01 Apr 2021 21:44:20 +0200 Message-ID: <871rbtn623.fsf@posteo.net> References: <87a6qvat9v.fsf@posteo.net> <87wntnv4d2.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16762"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) Cc: help-gnu-emacs@gnu.org To: Stefan Monnier Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Apr 01 21:46:06 2021 Return-path: Envelope-to: geh-help-gnu-emacs@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 1lS3GY-0004Dy-71 for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 01 Apr 2021 21:46:06 +0200 Original-Received: from localhost ([::1]:35884 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lS3GX-0007OH-6r for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 01 Apr 2021 15:46:05 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51776) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lS3Ey-0007MN-Qm for help-gnu-emacs@gnu.org; Thu, 01 Apr 2021 15:44:28 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:39238) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lS3Ew-0005j4-RD for help-gnu-emacs@gnu.org; Thu, 01 Apr 2021 15:44:28 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 47C5C160066 for ; Thu, 1 Apr 2021 21:44:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1617306262; bh=cEeme04LPrXcU9v4e+nc2zxuhNuG/PZzjS1cMQxWnA0=; h=From:To:Cc:Subject:Date:From; b=r3ueDiLCXOkzeS1etgPkwX1wBC5fVcIvPQtZVNcdVM8p/olJtRaX7JV4zXVJVx0dv /BxVzDZFu2c+MNzbo3J0vZ2q66N8NVHcxhlCHboL2HrBJ8FfgoUVa/te/kcI4+g6w8 qM+hJL5k+xkanoz+7MIMwheWIkxeXa8W32GdDrNbFq8Pl+pNochL3nzazYm408BJ/2 dZmPPuFBysBwULWwwVvOOVOeo43wmAje138lkml4k7hKw14w+YMpydMoSjuURGh57N qvqgpLIBEzFaz5MzXxOU54axJn5YPAGNzmAOakX6yvtl1AeFqOlNRIuLQ5GtvzGAl8 DwqZ9xajnujhQ== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4FBDCT4TRHz6tm5; Thu, 1 Apr 2021 21:44:21 +0200 (CEST) In-Reply-To: (Stefan Monnier's message of "Thu, 01 Apr 2021 11:52:28 -0400") Received-SPF: pass client-ip=185.67.36.65; envelope-from=philipk@posteo.net; helo=mout01.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_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:128800 Archived-At: Stefan Monnier writes: >> Would there be any interest to add this to Emacs or >> as an ELPA package? > > GNU ELPA sounds like a good place for it. Ok, I'll try to clean it up then. -- Philip K.