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#44198: 28.0.50; theme in the list, even if I have deleted the package Date: Sun, 25 Oct 2020 09:17:32 +0200 Message-ID: <87v9eyn59v.fsf@protesilaos.com> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26033"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: 44198@debbugs.gnu.org To: Jean Louis Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Oct 25 08:18:10 2020 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 1kWaI5-0006cR-SZ for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 25 Oct 2020 08:18:09 +0100 Original-Received: from localhost ([::1]:60416 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kWaI4-0006kE-DQ for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 25 Oct 2020 03:18:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53668) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kWaHy-0006k0-3R for bug-gnu-emacs@gnu.org; Sun, 25 Oct 2020 03:18:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:52367) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kWaHx-0003Ez-Ow for bug-gnu-emacs@gnu.org; Sun, 25 Oct 2020 03:18:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kWaHx-0004jL-LI for bug-gnu-emacs@gnu.org; Sun, 25 Oct 2020 03:18: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: Sun, 25 Oct 2020 07:18:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44198 X-GNU-PR-Package: emacs Original-Received: via spool by 44198-submit@debbugs.gnu.org id=B44198.160361026518161 (code B ref 44198); Sun, 25 Oct 2020 07:18:01 +0000 Original-Received: (at 44198) by debbugs.gnu.org; 25 Oct 2020 07:17:45 +0000 Original-Received: from localhost ([127.0.0.1]:35680 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kWaHh-0004ir-Dj for submit@debbugs.gnu.org; Sun, 25 Oct 2020 03:17:45 -0400 Original-Received: from relay4-d.mail.gandi.net ([217.70.183.196]:58435) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kWaHe-0004ic-Mm for 44198@debbugs.gnu.org; Sun, 25 Oct 2020 03:17:43 -0400 X-Originating-IP: 213.207.159.50 Original-Received: from kronos (unknown [213.207.159.50]) (Authenticated sender: public@protesilaos.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 25210E0007; Sun, 25 Oct 2020 07:17:34 +0000 (UTC) In-Reply-To: (Jean Louis's message of "Sat, 24 Oct 2020 22:34:41 +0300") 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:191469 Archived-At: On 2020-10-24, 22:34 +0300, Jean Louis wrote: > I did not see this before, maybe it was. I have loaded these themes: > > [ ] modus-operandi -- Light theme that conforms with the highest accessibility > [ ] modus-vivendi -- Dark theme that conforms with the highest accessibility > > Then I have deleted them by using M-x package-delete and I was on > theme screen. And then I have exit Emacs and launched new instance, > and the themes are still in the list, but they do not exist on file > system in ~/.emacs.d/elpa/ as such any more. > > I have tried M-x unload-feature and have removed it, then tried again > M-x customize-themes and still found those 2 in the list, but action > to turm them on is not working as they are not in file system. This is because they are now built into Emacs. See the source code at: ./etc/themes/ -- Protesilaos Stavrou protesilaos.com