From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Protesilaos Stavrou Newsgroups: gmane.emacs.bugs Subject: bug#49574: 28.0.50; [ELPA] [PATCH] Remove deprecated modus-{operandi,vivendi}-themes Date: Fri, 16 Jul 2021 13:15:21 +0300 Message-ID: <874kcud0p2.fsf@protesilaos.com> References: <87a6mnprnr.fsf@protesilaos.com> <87v95abma0.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15513"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Notmuch/0.32.1 (https://notmuchmail.org) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: 49574@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Jul 16 12:16:42 2021 Return-path: Envelope-to: geb-bug-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 1m4Kte-0003qV-Gb for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 16 Jul 2021 12:16:42 +0200 Original-Received: from localhost ([::1]:50286 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m4Ktd-0002nW-6K for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 16 Jul 2021 06:16:41 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50110) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m4Kt0-0002lq-0F for bug-gnu-emacs@gnu.org; Fri, 16 Jul 2021 06:16:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:39018) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1m4Ksz-00018g-OI for bug-gnu-emacs@gnu.org; Fri, 16 Jul 2021 06:16:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1m4Ksz-0004tU-Ks for bug-gnu-emacs@gnu.org; Fri, 16 Jul 2021 06:16:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Protesilaos Stavrou Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 16 Jul 2021 10:16:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 49574 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 49574-submit@debbugs.gnu.org id=B49574.162643053117135 (code B ref 49574); Fri, 16 Jul 2021 10:16:01 +0000 Original-Received: (at 49574) by debbugs.gnu.org; 16 Jul 2021 10:15:31 +0000 Original-Received: from localhost ([127.0.0.1]:50564 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m4KsU-0004Ry-V7 for submit@debbugs.gnu.org; Fri, 16 Jul 2021 06:15:31 -0400 Original-Received: from relay5-d.mail.gandi.net ([217.70.183.197]:47545) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m4KsT-0004Lq-GZ for 49574@debbugs.gnu.org; Fri, 16 Jul 2021 06:15:30 -0400 Original-Received: (Authenticated sender: public@protesilaos.com) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id C91BB1C0007; Fri, 16 Jul 2021 10:15:22 +0000 (UTC) In-Reply-To: <87v95abma0.fsf@gnus.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:210079 Archived-At: On 2021-07-16, 12:12 +0200, Lars Ingebrigtsen wrote: > Protesilaos Stavrou writes: > >> Following the release of version 1.5.0 of the modus-themes (bug#49572), >> I believe this is the right time to remove the long-discontinued >> packages 'modus-operandi-theme' and 'modus-vivendi-theme'. >> >> The technicalities were discussed in bug#46964, with the gist being that >> we would provide users a few months to migrate to the new 'modus-themes' >> package. We had also introduced code in the old packages that would >> pull in the new package, so we can assume that the old packages are no >> longer required. >> >> The change I would like to install is attached. > > The deprecated themes were also new in Emacs 28, so I think removing > them (since they've been replaced by a new theme) should be fine. > > Eli, do you have an opinion here? Just to add here that the current files in emacs.git are automatically synced into the 'modus-themes' GNU ELPA package. Whereas the old packages were pulled from dedicated branches on my own git repo. -- Protesilaos Stavrou https://protesilaos.com