From unknown Sun Jun 22 07:54:01 2025 X-Loop: help-debbugs@gnu.org Subject: bug#15740: 24.3.50; enabling & disabling custom themes is slow Resent-From: Drew Adams Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 27 Oct 2013 21:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 15740 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 15740@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.138290808317859 (code B ref -1); Sun, 27 Oct 2013 21:09:02 +0000 Received: (at submit) by debbugs.gnu.org; 27 Oct 2013 21:08:03 +0000 Received: from localhost ([127.0.0.1]:47776 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VaXZ4-0004dy-HW for submit@debbugs.gnu.org; Sun, 27 Oct 2013 17:08:02 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40444) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VaXZ2-0004dS-IW for submit@debbugs.gnu.org; Sun, 27 Oct 2013 17:08:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VaXYo-0000wW-Om for submit@debbugs.gnu.org; Sun, 27 Oct 2013 17:07:55 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48533) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VaXYo-0000wQ-Lr for submit@debbugs.gnu.org; Sun, 27 Oct 2013 17:07:46 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VaXYh-0006e4-2X for bug-gnu-emacs@gnu.org; Sun, 27 Oct 2013 17:07:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VaXYZ-0000vJ-JL for bug-gnu-emacs@gnu.org; Sun, 27 Oct 2013 17:07:39 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:24141) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VaXYZ-0000vF-Cx for bug-gnu-emacs@gnu.org; Sun, 27 Oct 2013 17:07:31 -0400 Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r9RL7Tnh010131 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 27 Oct 2013 21:07:30 GMT Received: from aserz7021.oracle.com (aserz7021.oracle.com [141.146.126.230]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r9RL7SMJ006617 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 27 Oct 2013 21:07:29 GMT Received: from abhmt101.oracle.com (abhmt101.oracle.com [141.146.116.53]) by aserz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r9RL7SLN006614 for ; Sun, 27 Oct 2013 21:07:28 GMT MIME-Version: 1.0 Message-ID: Date: Sun, 27 Oct 2013 14:07:30 -0700 (PDT) From: Drew Adams X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6680.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) Custom themes were presumably inspired from the color themes of library `color-theme.el'. Color themes are very quick, however, compared to custom themes. You can easily cycle among them, instantaneously, with no flicker etc. Not so, custom themes - disabling all enabled themes and then enabling one theme is painfully slow, and you see all of the changes manifested on the screen, slowly. The same is true if there is only one theme enabled: disabling it and enabling another is very slow. Is this something that could be fixed? A custom theme is, I believe, heavier duty, saving more information than a color theme. A color theme records frame parameters, faces, and some variables - no more. Does this difference in the amount of information account for the difference in performance? Dunno. Hoping someone will take a look... FYI, color-theme.el is here, and it still works fine with Emacs 24: http://www.nongnu.org/color-theme. See also bug #15687: cus-theme.el should provide a means to restore the initial state, before enabling a theme. In GNU Emacs 24.3.50.1 (i686-pc-mingw32) of 2013-10-19 on LEG570 Bzr revision: 114715 rgm@gnu.org-20131019023520-s8mwtib7xcx9e05w Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --enable-checking 'CFLAGS=3D-O0 -g3' CPPFLAGS=3D-DGLYPH_DEBUG= =3D1' From unknown Sun Jun 22 07:54:01 2025 X-Loop: help-debbugs@gnu.org Subject: bug#15740: 24.3.50; enabling & disabling custom themes is slow Resent-From: Leo Liu Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 28 Oct 2013 01:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15740 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Drew Adams Cc: 15740@debbugs.gnu.org Received: via spool by 15740-submit@debbugs.gnu.org id=B15740.138292399015237 (code B ref 15740); Mon, 28 Oct 2013 01:34:02 +0000 Received: (at 15740) by debbugs.gnu.org; 28 Oct 2013 01:33:10 +0000 Received: from localhost ([127.0.0.1]:47947 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vabhe-0003xh-EA for submit@debbugs.gnu.org; Sun, 27 Oct 2013 21:33:10 -0400 Received: from mail-pa0-f47.google.com ([209.85.220.47]:61824) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vabhb-0003xO-Tm for 15740@debbugs.gnu.org; Sun, 27 Oct 2013 21:33:08 -0400 Received: by mail-pa0-f47.google.com with SMTP id lf10so6390332pab.20 for <15740@debbugs.gnu.org>; Sun, 27 Oct 2013 18:33:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:face:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=VKisShIobKCyOWUB7STgWKp/8oLw5Sn5h4uLA6TFuYw=; b=jkO7cItWu+81elXK1CBoxDzNwVSwXEI35In++q7SgEJpqXvy6AMLC8CwP8alX0i2NW /URcqHFxV+XHUQQOoRPJC5JrM07QdFs0unk1hKwIEwgERuybkEN8y0nMS0J5cVjPdHef rMGKkyecmKk9Qc5jw9gTW+dipdktaK1YA46OnMrGVX2rG+HfWCKto/OE7IPiaQJn/EJ2 eqTlWWt9NqNmIhRIJgB7kxSQXr4LE3xDNN05GWiO/WDRd0/3rmu24juJfIlcXX4JSDk7 zRxeq7vm/l3HS3vwX4e8/EN6Uwz1GI+WhgR94w90LrB9F0HAxp/fCy6qYeX3wylpW6h/ On3Q== X-Received: by 10.68.253.67 with SMTP id zy3mr557712pbc.137.1382923982037; Sun, 27 Oct 2013 18:33:02 -0700 (PDT) Received: from localhost ([114.248.253.219]) by mx.google.com with ESMTPSA id y9sm30805854pas.10.2013.10.27.18.32.59 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 27 Oct 2013 18:33:01 -0700 (PDT) From: Leo Liu References: Face: iVBORw0KGgoAAAANSUhEUgAAACkAAAApAQAAAACAGz1bAAABKElEQVQYlWNg3NIt5FDPUPt7 4+X79Qyucz5/ugik+L2PBgKpyphaIK921q23QDnG0NBQoMr/vaWl9f8ZLL78uPv5PwN7RETfzXoG jhmFz27XM0RXmpuY/WfY+fv0Mc56BvFybfXA/wwL5t/wF61n2PU59axXPcOVzbmSW/8zrNt1benC /ww70hqUU/4zKCtrT9jwn8FhwynbufUMendE2aLqGRpdX9al1zM8eh17lKeeQcTMrdD5P8P3j/YT Q/8zXHSb7p1Qz/C4OM2JuZ7hgtI7K6AjqsMnf8j4z8C6xG1tw3+GqpqvsVn/GTzmpD9j/8/wP/oZ S/l/Bka+QO/g/wy15ueeFQL9N1O8mPU/g+umV3t1gdT0/1bTgHLqYVeXAlWKpMWt+w8Az82C9nHf X0cAAAAASUVORK5CYII= Date: Mon, 28 Oct 2013 09:32:52 +0800 In-Reply-To: (Drew Adams's message of "Sun, 27 Oct 2013 14:07:30 -0700 (PDT)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (OS X 10.9) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) On 2013-10-28 05:07 +0800, Drew Adams wrote: > Not so, custom themes - disabling all enabled themes > and then enabling one theme is painfully slow, and you see all of the > changes manifested on the screen, slowly. The same is true if there is > only one theme enabled: disabling it and enabling another is very slow. > > Is this something that could be fixed? But it works splendidly on OS X and GNU/Linux. Do you have a recipe to see the slowness? > A custom theme is, I believe, heavier duty, saving more information than > a color theme. A color theme records frame parameters, faces, and some > variables - no more. > > Does this difference in the amount of information account for the > difference in performance? Dunno. Hoping someone will take a look... Many years ago when I tried color-theme it couldn't be cleanly disabled and at times leave some faces in an unusable state that only a restart could fix. Leo From unknown Sun Jun 22 07:54:01 2025 X-Loop: help-debbugs@gnu.org Subject: bug#15740: 24.3.50; enabling & disabling custom themes is slow Resent-From: Drew Adams Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 28 Oct 2013 03:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15740 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Leo Liu Cc: 15740@debbugs.gnu.org Received: via spool by 15740-submit@debbugs.gnu.org id=B15740.138292974428645 (code B ref 15740); Mon, 28 Oct 2013 03:10:02 +0000 Received: (at 15740) by debbugs.gnu.org; 28 Oct 2013 03:09:04 +0000 Received: from localhost ([127.0.0.1]:47986 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VadCR-0007Rw-2V for submit@debbugs.gnu.org; Sun, 27 Oct 2013 23:09:03 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:44928) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VadCM-0007RP-WC for 15740@debbugs.gnu.org; Sun, 27 Oct 2013 23:09:00 -0400 Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r9S38qRU019590 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 28 Oct 2013 03:08:53 GMT Received: from aserz7021.oracle.com (aserz7021.oracle.com [141.146.126.230]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r9S38pPb017386 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 28 Oct 2013 03:08:51 GMT Received: from abhmt115.oracle.com (abhmt115.oracle.com [141.146.116.67]) by aserz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r9S38peN017381; Mon, 28 Oct 2013 03:08:51 GMT MIME-Version: 1.0 Message-ID: <571c27f7-73bb-4b51-b656-ee81c0d893d0@default> Date: Sun, 27 Oct 2013 20:08:50 -0700 (PDT) From: Drew Adams References: In-Reply-To: X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6680.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-Spam-Score: -2.8 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.8 (--) > > Not so, custom themes - disabling all enabled themes > > and then enabling one theme is painfully slow, and you see all of > > the changes manifested on the screen, slowly. The same is true if > > there is only one theme enabled: disabling it and enabling another > > is very slow. > > > > Is this something that could be fixed? >=20 > But it works splendidly on OS X and GNU/Linux. Are you sure? I somehow doubt it. Have you tried changing themes when you have multiple frames, say 6 or 10 frames? Try it. > Do you have a recipe to see the slowness? Sure. `emacs -Q'. Then load `doremi.el' and `doremi-cmd.el'. Then use `M-x doremi-custom-themes+' to cycle among themes. With the default value of option `doremi-custom-themes-accumulate-flag', previously enabled themes are disabled when you enable the next one. But even in that case it is very slow. If you let the themes accumulate while cycling (toggle that option), then things get slower and slower and SLOWER, very quickly. (Makes sense: you are accumulating more stuff and disabling more stuff.) I don't really expect cycling with accumulation to be a usable use case (hence the default value of the option), but someone might want to use it occasionally to merge a few themes. And what I described is the case if you have only ONE frame. If you have multiple frames then it is much, much slower still. Compared to what? Compared to color themes. The same library `doremi-cmd.el' gives you command `doremi-color-themes+', for comparison. Doesn't matter how many frames you have: replacing one *color* theme by another appears to be instantaneous, and with no flickering (such as you see with custom themes, where disabling runs through each frame, redisplaying it, and then the subsequent enabling runs through each frame again, redisplaying it). Very simple to compare. You will need library `color-theme.el', available here: http://www.nongnu.org/color-theme. The Do Re Mi files are available on Emacs Wiki: http://www.emacswiki.org/emacs-en/download/doremi.el http://www.emacswiki.org/emacs-en/download/doremi-cmd.el If you want to cycle among themes using some other way than Do Re Mi, feel free. You'll see the same thing, I expect. =20 > > A custom theme is, I believe, heavier duty, saving more > > information than a color theme. A color theme records frame > > parameters, faces, and some variables - no more. > > > > Does this difference in the amount of information account for the > > difference in performance? Dunno. Hoping someone will take a > > look... >=20 > Many years ago when I tried color-theme it couldn't be cleanly > disabled and at times leave some faces in an unusable state that > only a restart could fix. What can I say? Maybe you should try it again, without whatever else you might have mixed into the bag at the time. I have never had such a problem with it, including with Emacs 24. And unlike custom themes, it is trivial to undo most of the effects of a color theme, i.e., to return to whatever settings you had in place before applying any theme. That is apparently not possible with a custom theme - see bug #15687. All you can do is "disable" a custom theme, which leaves you, appearance-wise, in the same (_apparently_ themed) state. OK, disabling does restore `default-frame-alist` and such, but it does not update the existing frames to restore their previous appearance. And it is not just a redisplay thing. If you have file foo.el in a frame that has undergone this operation, and you want to see foo.el in a frame that has the original settings, before you enabled and disabled a custom theme, then you have to use `C-x 5 2' to open foo.el in a new frame. The existing frames are cooked, once and for all. "Disabling" is only relative to other themes. It is a far cry from undoing a theme. Don't get me wrong. Custom themes have their strong points - they have a relatively good Customize interface, and they include more information than color themes do. If the bugs get fixed then people will perhaps rightfully be able to kiss `color-theme.el' goodbye. Until then, custom themes are unfortunately no substitute for color themes. From unknown Sun Jun 22 07:54:01 2025 X-Loop: help-debbugs@gnu.org Subject: bug#15740: 24.3.50; enabling & disabling custom themes is slow Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 15 Jul 2021 05:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15740 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Drew Adams Cc: 15740@debbugs.gnu.org Received: via spool by 15740-submit@debbugs.gnu.org id=B15740.162632765929721 (code B ref 15740); Thu, 15 Jul 2021 05:41:02 +0000 Received: (at 15740) by debbugs.gnu.org; 15 Jul 2021 05:40:59 +0000 Received: from localhost ([127.0.0.1]:46354 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m3u7H-0007jJ-FH for submit@debbugs.gnu.org; Thu, 15 Jul 2021 01:40:59 -0400 Received: from quimby.gnus.org ([95.216.78.240]:52474) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m3u7F-0007j3-RS for 15740@debbugs.gnu.org; Thu, 15 Jul 2021 01:40:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Y5lCaTjzduhGebxZKRZzLTHvMxbCHnm1YnryIt1DPwY=; b=beNoRINEdQ5x/FiguUDlOZ9RRu FD4aQGhjyuPZyKhNJzT+lgTmIzSYLQcDPCh7tufdaO8K3jk25Tncpjc6kHaHQVls+p67JnPaLByBS JpS1Ckm7WE8XmpL95VuuKfM2/RtJ7x3ZDdQYZT5ifTLHWb6dP5bYGk9ZbCi/IY71YER0=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m3u76-0004K6-DT; Thu, 15 Jul 2021 07:40:50 +0200 From: Lars Ingebrigtsen References: X-Now-Playing: Pet Shop Boys's _Hotspot_: "I don't wanna" Date: Thu, 15 Jul 2021 07:40:47 +0200 In-Reply-To: (Drew Adams's message of "Sun, 27 Oct 2013 14:07:30 -0700 (PDT)") Message-ID: <87tukwp21s.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Drew Adams writes: > Not so, custom themes - disabling all enabled themes > and then enabling one theme is painfully slow, and you see all of the > changes manifested on the screen, slowly. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Drew Adams writes: > Not so, custom themes - disabling all enabled themes > and then enabling one theme is painfully slow, and you see all of the > changes manifested on the screen, slowly. I tried to reproduce this with M-x customize-themes RET and then selecting different themes, and I didn't see any particular slowness. Are you still seeing this issue in recent versions of Emacs? (A theme can contain arbitrary code, of course, so it can be arbitrarily slow, but that's up to the theme author.) -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 15 01:41:02 2021 Received: (at control) by debbugs.gnu.org; 15 Jul 2021 05:41:03 +0000 Received: from localhost ([127.0.0.1]:46358 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m3u7K-0007ju-Ld for submit@debbugs.gnu.org; Thu, 15 Jul 2021 01:41:02 -0400 Received: from quimby.gnus.org ([95.216.78.240]:52488) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m3u7J-0007j9-Kv for control@debbugs.gnu.org; Thu, 15 Jul 2021 01:41:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=QWDOatiqRc0ci+BzC0gmpkf6XWT1G8bWU9AXO6j1wis=; b=T/NlixxqGshrA4uOAk9ZTxXSsa qPfYWvnj98vknumQqaWaIArTBIRI/SVLnd/GahBMjcn6ADiXqXvoTGO3ELcKNg3qhIOI+F4UIztey +CSSe3t5gV6InfBU5kEd1mbdix3x3q/rNRdqaWtRNuv9XP1T4+awFFEVrdmRKOPxoedg=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m3u7C-0004KD-1z for control@debbugs.gnu.org; Thu, 15 Jul 2021 07:40:56 +0200 Date: Thu, 15 Jul 2021 07:40:53 +0200 Message-Id: <87sg0gp21m.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #15740 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 15740 + moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) tags 15740 + moreinfo quit From unknown Sun Jun 22 07:54:01 2025 X-Loop: help-debbugs@gnu.org Subject: bug#15740: [External] : Re: bug#15740: 24.3.50; enabling & disabling custom themes is slow Resent-From: Drew Adams Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 15 Jul 2021 14:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15740 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: Lars Ingebrigtsen Cc: "15740@debbugs.gnu.org" <15740@debbugs.gnu.org> Received: via spool by 15740-submit@debbugs.gnu.org id=B15740.16263609347305 (code B ref 15740); Thu, 15 Jul 2021 14:56:02 +0000 Received: (at 15740) by debbugs.gnu.org; 15 Jul 2021 14:55:34 +0000 Received: from localhost ([127.0.0.1]:49371 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m42ly-0001tk-EX for submit@debbugs.gnu.org; Thu, 15 Jul 2021 10:55:34 -0400 Received: from mx0b-00069f02.pphosted.com ([205.220.177.32]:33224) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m42lt-0001ta-IY for 15740@debbugs.gnu.org; Thu, 15 Jul 2021 10:55:33 -0400 Received: from pps.filterd (m0246630.ppops.net [127.0.0.1]) by mx0b-00069f02.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 16FEbh7p028140; Thu, 15 Jul 2021 14:55:29 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=from : to : cc : subject : date : message-id : references : in-reply-to : content-type : content-transfer-encoding : mime-version; s=corp-2021-07-09; bh=7WHPSwB2E5QcSmkKdTHfGIyUSB5H3vVPpUTEjsWyjzQ=; b=I8rgmo7ng0w+usOODkpFduwd0mDggNtUyXJzQO74MqNXGcWzJW/LY3AThF1IcOivCujM jXCWt4J/JgjRvu4gYdWy6HJfpuGDNA8qHaXqxftI3GRYXdH12jt+DXUuexhtsBWW2hup FQ691ElylXMj3ZGVOjDGzoICvff3A6dCfHpKJ3UCKxEyIZhuFszBOds8UO+MqtsvyWFo F9I6wnAGXqQkH9Vp3T8iPzTfsGVbwcHg+yGY3TXZJa71IHvQfCkXMF6lDr+TKI59VMEk RSprjbLEAir6auYLvLStcSEZJSr7glrZ9a1JpNQf6RrSjqPmYr9VlnxZsy48MVpnX31y aA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=from : to : cc : subject : date : message-id : references : in-reply-to : content-type : content-transfer-encoding : mime-version; s=corp-2020-01-29; bh=7WHPSwB2E5QcSmkKdTHfGIyUSB5H3vVPpUTEjsWyjzQ=; b=SBEWVP2HROiekzyMEwAAURfMFzeDelUoxl8iu3/gYt/Cy1Adgw+Sbv6hVlzdabvpF6il p/oPHK8DaIG2OiKF+yolDEcoNrNqjT0ATvDHul/7hw7uAl6uXWL8X53nuXzCTCuzGe5w dT105ldtiVtdf3tQ8SaIeUZEqXgXgqCcgoG4bHJNFwcMPnCl27prkSlKbwPy2SfnlgVC JoK6zZZyASInSXNLFIlXw/H4UaQemuwcFOvhBWXeZdp5LM+YM7CVpBSIX9eyoQOzBhvY m4Egb+2KYitePuHJHmcWdZi+lfkuIhkeZwwzXYSGHC0Z+CJ2Ti6iUNevi8dhPUO5RweY CA== Received: from aserp3020.oracle.com (aserp3020.oracle.com [141.146.126.70]) by mx0b-00069f02.pphosted.com with ESMTP id 39t2mc287k-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 15 Jul 2021 14:55:28 +0000 Received: from pps.filterd (aserp3020.oracle.com [127.0.0.1]) by aserp3020.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 16FEYnBo156161; Thu, 15 Jul 2021 14:55:27 GMT Received: from nam10-mw2-obe.outbound.protection.outlook.com (mail-mw2nam10lp2107.outbound.protection.outlook.com [104.47.55.107]) by aserp3020.oracle.com with ESMTP id 39q3chs2qn-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 15 Jul 2021 14:55:27 +0000 ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=AvrIVChAJpOj1ORvYrDO8yVm6bTApB/q5zqhJBryQZHmmEgd9MrkDwDH3AGy7uyokdq+4f3U8baub/lkdLME7sFlohd8tBAW8YslJ4UpsSUv4VHp9sg7hjkAOslcpjSenRPb182GbEjzHDcm2ByvNa77cZ+X+c73VWqsu4bvM5vMM9d8qHQk8Jm4/P/mq2+mXVZB/iiYcphyrszWbFUQ+zNNkfT71ScO7gGXA7ajmot6JFuKiugRPAdcTHtggwsLHX5Brn8eaeclUzKl8FqAQWdUODFuMtJ43bdJBscE0n6JqW2v8JWq4lna7R7IJxysDtbK6IgY5TmOMUhAGtlg4g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=7WHPSwB2E5QcSmkKdTHfGIyUSB5H3vVPpUTEjsWyjzQ=; b=TDa6QXhJc9Y/FKQNIjF/pWFZ9WM31+H1JWVLSfw5cV5Zc64FB86l6w6s4EBMsdRJ80ahzr3b/XSCDLs9KyUb21nQDTUjlnQTp61Ip35oZZeYi+36e4FWgNIG1Uh+GCBWQ33QyQ+6wJJRDrwAAecfoUGKtgx+NDkS7KMuKQLhws2seFeaQ4CXocc0RhD1ylV1iTf+LQcO1H/cYfd1Ur1tVUDmejc1yW0Qr5gTI5KGo6mal0JG9DNMJg/qkFIwxnq7uisWgVhWh3FjDDNwI311sxmsw2HfgFS0GLQR91ad7sD9YuH+IBqM+gZnScBJwOyn5298XicXlBthi6QHyfTbwA== ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oracle.com; dmarc=pass action=none header.from=oracle.com; dkim=pass header.d=oracle.com; arc=none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.onmicrosoft.com; s=selector2-oracle-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=7WHPSwB2E5QcSmkKdTHfGIyUSB5H3vVPpUTEjsWyjzQ=; b=wq0kGwzH3VZvU1lIi48ryx7APVx9g1nwkjdhVU2FF1R4jnoambh6T5hkCP4X2/P1yGHfSG1PD2DLkv1rYlEyrp1neg9T2k08tOtDZ2A9pvuSdoqxrY8aFvsyrExnL0MXqYRGQTbtaWalHOhrQspdixDwHTPsu5zZbEu+8tlxXUc= Received: from SJ0PR10MB5488.namprd10.prod.outlook.com (2603:10b6:a03:37e::19) by BYAPR10MB3109.namprd10.prod.outlook.com (2603:10b6:a03:14d::14) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.4331.21; Thu, 15 Jul 2021 14:55:23 +0000 Received: from SJ0PR10MB5488.namprd10.prod.outlook.com ([fe80::1d3c:d31b:8add:1958]) by SJ0PR10MB5488.namprd10.prod.outlook.com ([fe80::1d3c:d31b:8add:1958%5]) with mapi id 15.20.4331.024; Thu, 15 Jul 2021 14:55:23 +0000 From: Drew Adams Thread-Topic: [External] : Re: bug#15740: 24.3.50; enabling & disabling custom themes is slow Thread-Index: AQHXeTv9w8yDELO7zUayai/jB2mp26tEHrlw Date: Thu, 15 Jul 2021 14:55:23 +0000 Message-ID: References: <87tukwp21s.fsf@gnus.org> In-Reply-To: <87tukwp21s.fsf@gnus.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: gnus.org; dkim=none (message not signed) header.d=none;gnus.org; dmarc=none action=none header.from=oracle.com; x-ms-publictraffictype: Email x-ms-office365-filtering-correlation-id: 44fc15a5-2f44-4f3a-cc5a-08d947a092ec x-ms-traffictypediagnostic: BYAPR10MB3109: x-microsoft-antispam-prvs: x-ms-oob-tlc-oobclassifiers: OLM:9508; x-ms-exchange-senderadcheck: 1 x-microsoft-antispam: BCL:0; x-microsoft-antispam-message-info: 3Su8OwjZy4GIAT3tSO6m6InFfkg+YFeyRcGwTgQmnbIL1oShsrS52a4MkZ9vBmObtR9dwDjPJdRaY7lprNW0PIp/m3Ad1v2R3saRtzsAENHfrjgNMjFMLq++eX4mi/3UzK5ehq8o4pZJZxD544WFzsjlRFHdB10OW6sNqNMHtowhdMi0WJOnd+vXBf4jLD9YtlVuZyhkgfFyjapRWC4TnLr+VpI/xKcMKb1oxS4L9p/DLfBgnNSXPccgVXoTrN1nE6/Z4gI8nOUP5aGYoiOnGTNPDU3XWlZirJ0QtJ5bMFENIzIuLzcJMXbD0kRB9W4OL/ZS/Fj7Z08W8cKdK8fKt2N9aWOIhiRn6CfkKXi6negIZUb+ZgxOfrmYqO2AYUDyqes4HUwu916QyYO/uj75TM79dBvfUaloTMjhvWjn4BqasWSGixOeOCPWu3Fz4kHgEhG6+1RWJag0BfHFP8KucavrHgn2qk38arNf69jgfIFvsVwJdUdLZGwGmxLhOeyiarqntz2ocVAB4JPt8ZYUgx2hwPs4LtePnbQ/5GioNVWrOMYb6uozG9t5N+4FAkNK5kvVxWt8K4Jih5aOAwj9WgMOOJvZOLUSl5jCQuNW+veqVHIRirwB8yJrdZT9CoPrsX2b8dpetlkb8HKaECaT0vFmoiWbaMXNB4U2vRe9SOb7bmUCRDYGIFtQfgnMyy9qf2MLoB3op0z8o+za3RG9mlYKfnGX+3Qs/N0mTCHcSNQFFkzrVxAX61ULm+xsMg+LH2OgEuOkw4SBNwOsrdolHmUxTPk6SS0srC0IVE2jVxs= x-forefront-antispam-report: CIP:255.255.255.255; CTRY:; LANG:en; SCL:1; SRV:; IPV:NLI; SFV:NSPM; H:SJ0PR10MB5488.namprd10.prod.outlook.com; PTR:; CAT:NONE; SFS:(346002)(136003)(396003)(39860400002)(376002)(366004)(55016002)(4326008)(186003)(9686003)(8936002)(83380400001)(26005)(5660300002)(316002)(2906002)(6916009)(8676002)(122000001)(86362001)(76116006)(66946007)(66446008)(64756008)(66556008)(66476007)(7696005)(966005)(38100700002)(6506007)(44832011)(478600001)(71200400001)(52536014)(33656002)(38070700004); DIR:OUT; SFP:1101; x-ms-exchange-antispam-messagedata-chunkcount: 1 x-ms-exchange-antispam-messagedata-0: H67k6fQet/UqoDNijs3lEwrs7VN8iClvZWHQrkBBPFSgMGMnvqRTwgVNb61JyM4LST5SMqpAVWNDXx+jSoMCo0kG2yLUyOt+Tl1a+Ed0A8D5UiO9kkywwkjSDkGj1zY7JMrRKFADs9fsTf8+aa9Km6jQRKeTcdhcx+EyxIV8iLErcuxyCLxKEmnhn56XzHV8GK2YRfH6eX5XVMejyDzSTjoKmVbyB4q2Qd8L7v3sguEdT6eFVQMphdR7xYgLxobf7AydGh/80Bd65W94YkasuKz3jaFQp0jeEhUqBUFkSm7rn6BmIFWNq24byZn/nJ6t18/m/AaUC3++c69J02Wnr+vIK2jFaNOoJbqBE3D88PGU8zmVhuUa3AJr3n2iLJt0H+Vk5Jkw577Te1/pnuMShdpvCs4u5OPoafvcsFj+4F0K8HDqP41NtATyQY766SBiva93p5luQzFndmmdnAjQ7kOGOlhvrNXO/jXg26bDSA8IXybKj7wtgTaGrp8zBS1JFSt5CmI3Q1HXG1GyPFkYzpsCHrIzpKI61axuJ2CMfndx+RFcj6A1g9M/z4JR5UzCfNU8UgZzCOBQom/RytAhL9rmeNhZLJ9t02M2nk4hCLx7vg03Lq9CjBsjkjxY1hGueaiOs3vVcqiYOZ5wgWagvC0txhRQjtMGQBLhtJzUcyMVpTaAnkgtk8zh0TXNepn51ExPP+EvgJP1HpTGEZKdBdzGDgf9r3ncaJjppmi/baSkBdiLbDIyu2ubYgUqnso6j35OAmeLBskGpeDUKevAqO0VzSFAMSbptx75Ob6PN2gA1/IzGSqIZh1MXyyWfIhl0owxlJV4a14NqEOJXzYMqPXKJDjfVBd4C4lrO/d9JxTsU6fJNX6vABe3i0a9ApVOWOBeACWlIsn4yVfgKtjtR2twmdMpvnKDSNhgxvpPwK6yR8n5Tb0a19S5NGWISVOFgv4eVLOsNKJzauDoKlbXPHUCtyoqBHrbJnQUgwHffb2W2R94dhIWoS+ujXLNCP0MmjqtLIGzMrfcLm7/nuBmuDfrYXG47SsuCefQtxRLWf5576E5tE+S7q/B+4ynPwAi395xfDj2QiXVj/IMmXlsHHMnWEhLTylVj3tkD4LqAHT2wd5a6TiyvKaXdVK2p1sX/rAUcF/HcBpCiZWLd+nmk4fWrHCQkaYgu1K1Uz4coU7JKkotoyOLQJjgoM/XKVzWIFpOWyfZCV3+/ELJP9/I387NMSNdal40qnmwH8ZI7ypwxdCDjG1mPSjevyPOKdEBMQotqBCVrj8JvDx4LAhaQlQnGQb4xQvqUoB50oNY3mr1KDRdspPydQRY7Ugm2n+D x-ms-exchange-transport-forked: True Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: oracle.com X-MS-Exchange-CrossTenant-AuthAs: Internal X-MS-Exchange-CrossTenant-AuthSource: SJ0PR10MB5488.namprd10.prod.outlook.com X-MS-Exchange-CrossTenant-Network-Message-Id: 44fc15a5-2f44-4f3a-cc5a-08d947a092ec X-MS-Exchange-CrossTenant-originalarrivaltime: 15 Jul 2021 14:55:23.3533 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 4e2c6054-71cb-48f1-bd6c-3a9705aca71b X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-MS-Exchange-CrossTenant-userprincipalname: ZI5t08F9Ddd6ZRMKdmF34bRooOPcD4yc5FTYPoABRyFIOQfV4diYEtHlTI+H86B76XHu0nyYVhM0saa9s2vUsQ== X-MS-Exchange-Transport-CrossTenantHeadersStamped: BYAPR10MB3109 X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=10045 signatures=668682 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 malwarescore=0 mlxscore=0 suspectscore=0 phishscore=0 adultscore=0 mlxlogscore=999 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2104190000 definitions=main-2107150103 X-Proofpoint-ORIG-GUID: rwiw8qGvB8ayTY4SJEFaKFlWhtPUJh3o X-Proofpoint-GUID: rwiw8qGvB8ayTY4SJEFaKFlWhtPUJh3o X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) > > Not so, custom themes - disabling all enabled themes > > and then enabling one theme is painfully slow, and you see all of the > > changes manifested on the screen, slowly. >=20 > I tried to reproduce this with >=20 > M-x customize-themes RET >=20 > and then selecting different themes, and I didn't see any particular > slowness. Are you still seeing this issue in recent versions of Emacs? >=20 > (A theme can contain arbitrary code, of course, so it can be arbitrarily > slow, but that's up to the theme author.) Yes, the problem is still there. (Tested, e.g., with the latest Emacs release, 27.2.) See the recipe from emacs -Q in https://arxiv.org/abs/2106.05096 Use C-x 5 2 a few times to get multiple frames. Set option `doremi-custom-themes-accumulate' to non-nil. (That's the _default_ Emacs behavior, I believe: to accumulate themes, instead of replacing the last one with the next one.) Use `M-x doremi-custom-themes+' to cycle among the themes provided by default (`emacs -Q'). See that same message for how to compare with color themes. I'm using MS Windows. Dunno whether that makes a difference. From unknown Sun Jun 22 07:54:01 2025 X-Loop: help-debbugs@gnu.org Subject: bug#15740: [External] : Re: bug#15740: 24.3.50; enabling & disabling custom themes is slow Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 15 Jul 2021 15:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15740 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: Drew Adams Cc: "15740@debbugs.gnu.org" <15740@debbugs.gnu.org> Received: via spool by 15740-submit@debbugs.gnu.org id=B15740.16263612127837 (code B ref 15740); Thu, 15 Jul 2021 15:01:02 +0000 Received: (at 15740) by debbugs.gnu.org; 15 Jul 2021 15:00:12 +0000 Received: from localhost ([127.0.0.1]:49383 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m42qS-00022L-2I for submit@debbugs.gnu.org; Thu, 15 Jul 2021 11:00:12 -0400 Received: from quimby.gnus.org ([95.216.78.240]:57924) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m42qQ-000211-FR for 15740@debbugs.gnu.org; Thu, 15 Jul 2021 11:00:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=rIUDMES1dQH96lvvULt7RbxQbzMWV0VBC7uP0GGybkY=; b=VftIA9nxtpd9pebdzBrvOCc+f9 +v/c25GLO7FAD7/KqdDlr1syDHzRuOIMDuOSWEylFqt7DSbz5BehFUtKr/YztqpWoXDavD6oepkDa 37QeX51AFHUc6zwepVszxM0vt7GBWqvjr9fm1cnn3iicH3rpjLTSVJwA5pTTIofBphdw=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m42qG-0001Rs-Uo; Thu, 15 Jul 2021 17:00:03 +0200 From: Lars Ingebrigtsen References: <87tukwp21s.fsf@gnus.org> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAFVBMVEUcFxYjGBYyKShe RkOWbWWyjob////YJrFYAAAAAWJLR0QGYWa4fQAAAAd0SU1FB+UHDw42A3qVARIAAAGoSURBVDjL bZPrlcQgCIU124CaBhSmgRWngWAqWO2/lUWTzJgH5+QPXy4XFJVyAEZ9Y4ItlHJ4BgyARFHdFLH9 jwL0mO7RMlo9hZWQUkGBsSfFBpCimD0pAKzbFWb7DoUEEraOgmoZs4GZACIi9OEsON8Fo6nWjqxM YMIFWIcMLEPHC3CAGUvKC13ABCm/Ss58AdoKSCUX5jOwFgVkUdzAT26AicMIwNpXrQKIGEaAdl5r 5dIUcqg70A2IoHLNnJjCV6G1eddNkYZSk5qDzWWtfyVT4ngojFM/y9zB2gAFvQPwOs5SqQEegEKP /lUaSGcA5v2bmqJQyYn5ABqm7NZeqg3PeADnZ+4WNdf8l8ntXWmrcXl1IN6VKfrPgLi8O5AxZMr4 ORI1L+/S83IjK0X9OSuktYEsPUWKYQR5C1kGsGoEKa9i3dcVvkBeD6W1yorElh+AschrldvDApNR ww066i6McaIzgGZDEaSp/kCOUqZpKMTJbd7nFYVgvYtWXVZUyePW8mL9DWjjMYC+A1lrCsaZO1AT UgjqAXT/J2Bl1cwT2FPPYFf8A+xpbdvyXZf2AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIxLTA3LTE1 VDE0OjU0OjAzKzAwOjAwuJcCaQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMS0wNy0xNVQxNDo1NDow MyswMDowMMnKutUAAAAASUVORK5CYII= X-Now-Playing: Hilary Woods's _Birthmarks_: "Orange Tree" Date: Thu, 15 Jul 2021 17:00:00 +0200 In-Reply-To: (Drew Adams's message of "Thu, 15 Jul 2021 14:55:23 +0000") Message-ID: <87eebzk4gf.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Drew Adams writes: > Yes, the problem is still there. (Tested, e.g., > with the latest Emacs release, 27.2.) > > See the recipe from emacs -Q in https://arxiv.org/abs/2106.05096 Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Drew Adams writes: > Yes, the problem is still there. (Tested, e.g., > with the latest Emacs release, 27.2.) > > See the recipe from emacs -Q in https://arxiv.org/abs/2106.05096 "Multiple simultaneous solution representations in a population based evolutionary algorithm"? > Use C-x 5 2 a few times to get multiple frames. > > Set option `doremi-custom-themes-accumulate' to > non-nil. (That's the _default_ Emacs behavior, > I believe: to accumulate themes, instead of > replacing the last one with the next one.) > > Use `M-x doremi-custom-themes+' to cycle among > the themes provided by default (`emacs -Q'). Are you sure that this isn't a problem with doremi? Do you see the problem using `M-x customize-themes'? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From unknown Sun Jun 22 07:54:01 2025 X-Loop: help-debbugs@gnu.org Subject: bug#15740: [External] : Re: bug#15740: 24.3.50; enabling & disabling custom themes is slow Resent-From: Drew Adams Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 15 Jul 2021 15:14:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15740 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: Lars Ingebrigtsen Cc: "15740@debbugs.gnu.org" <15740@debbugs.gnu.org> Received: via spool by 15740-submit@debbugs.gnu.org id=B15740.16263620209098 (code B ref 15740); Thu, 15 Jul 2021 15:14:01 +0000 Received: (at 15740) by debbugs.gnu.org; 15 Jul 2021 15:13:40 +0000 Received: from localhost ([127.0.0.1]:49416 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m433Q-0002Mc-EH for submit@debbugs.gnu.org; Thu, 15 Jul 2021 11:13:40 -0400 Received: from mx0b-00069f02.pphosted.com ([205.220.177.32]:15614) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m433L-0002MR-Pb for 15740@debbugs.gnu.org; Thu, 15 Jul 2021 11:13:36 -0400 Received: from pps.filterd (m0246632.ppops.net [127.0.0.1]) by mx0b-00069f02.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 16FF6b8q005320; Thu, 15 Jul 2021 15:13:31 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=from : to : cc : subject : date : message-id : references : in-reply-to : content-type : content-transfer-encoding : mime-version; s=corp-2021-07-09; bh=PC26zbHxx9s2nR2z5WU6g0R2iEa0BD4/GBldeQswJnI=; b=JAWIYjC9YrQerLyGRHkCmjUCZcKkmaeu5Rrzye2iftdK+pQjJyrpzTTAF1ypw4gunW2e 6DLKLIU79aUVbmRTcqCKhYR+3HVsqgUQLtDrO9DytNl513KMLY7ohJ0fCS8LGGtWDYVx 2Rt6b2Xb2JqF9CgnGs10cjmSniVjzi+E+EwdnaHUWV1gnZW5EYXc79gL5hB9LZVy+hGq p2CJeuXa5Bn1oD+DGQGwQS0KmEVaF27Dng3AF+WgU2fU3bRcWAJzcx0zaVhRUD+sARpI u/WUD2UrhQXuDGQNoyCCMKdq0wWR1fmhTVR2tDL+8vgC/Qxm4eLFT6hGxWDbQCJ+zxKo vQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=from : to : cc : subject : date : message-id : references : in-reply-to : content-type : content-transfer-encoding : mime-version; s=corp-2020-01-29; bh=PC26zbHxx9s2nR2z5WU6g0R2iEa0BD4/GBldeQswJnI=; b=y/jOTlYplQA2BACbq9gHdOEJiM01+Hve+zyWHG9vcrwpXvhMWSq9EW6Y9Ty4oiof0/l2 M3yRKKtXS6zGttc9Q34lVUFb/AEJs0hZuRHgVcAz1pa0yBXeH/DR86YJS9xwOVELyMeV Kdulo6oodTmeoQ1EYVwOWoDXBDvfiUuDtLwunQQGVVyjBvn/XZldEZDCsBmzg4GU8iV+ iZOzU7snFoo7J/Pq25kyrXE7XhnERMLZlLFJ1S9HBMZx8i0DqGRjZSP3ybEyALqXIWQk 62Mcv/4Xlg+zaM0pFa73Q8TEngEyzwXckh58EJFy/8RfUNNOzTBlZRFZzy5vRiJPrxiE bw== Received: from aserp3030.oracle.com (aserp3030.oracle.com [141.146.126.71]) by mx0b-00069f02.pphosted.com with ESMTP id 39t2tj2b00-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 15 Jul 2021 15:13:31 +0000 Received: from pps.filterd (aserp3030.oracle.com [127.0.0.1]) by aserp3030.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 16FF7077171783; Thu, 15 Jul 2021 15:13:30 GMT Received: from nam02-dm3-obe.outbound.protection.outlook.com (mail-dm3nam07lp2042.outbound.protection.outlook.com [104.47.56.42]) by aserp3030.oracle.com with ESMTP id 39qyd372u4-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 15 Jul 2021 15:13:30 +0000 ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=YSFg8AA6jIFCgxwXSN79GxlFPCddS9+IADIMgPCWaOc6aVH0dn+p2UYJXeI1BRbFCxHMAxjqVYtUYXYZSrHF/EOOuj7A0QVKXRPDW0RVY6qVtcby5I8mfCNEgJU9eezCJVCpY7MylztLaf9csjABDfYUYHGsCqFfbkG4pomfSNNcJqcAmabF78xsavDtU2eJ5+tQ/gnpLKy2Q7MuueirhqIugPv07gfl13tMrZMJeejRG1YdE41zmHi6v81NRY+ja9uDv/WsQtWbYyR2hgiAP0PK4rr2OumpLA7I24QESZnFcBwY3U1giStlHmxNr08APE9B5wck/wShTkwQyWVy5g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=PC26zbHxx9s2nR2z5WU6g0R2iEa0BD4/GBldeQswJnI=; b=A8TrtWB682JW+JAUgT5SjPsKdQ9g/xuwH3/xUuzSAUa/FvneCdtkLMwUYxcwrM5cwC1VsRVaTkf0KdgusSg0Y2MHlR2jDrk9MyKQgO+/tTubAwKEY2oh80lzjq6jwk9ww6yhTeBhXLk9myPdTofJz0jfPnfAgaHNiP+iuzBMdUtXtUGEnIKpAzX9keM6KZCsHyIoG6BBNh7Q5AQ6scCqHYLO6doOdTULO7rrTfvVaW+822n3ZmuF0p8gOd0s0CTG/CAhMI57njGJZECIwuvFj1qzfORAjA+UV2fO4D8KiWBQa0+PAS1QihzJfQjkekyNRpRefW0WJUK7OMQnZhaLig== ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oracle.com; dmarc=pass action=none header.from=oracle.com; dkim=pass header.d=oracle.com; arc=none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.onmicrosoft.com; s=selector2-oracle-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=PC26zbHxx9s2nR2z5WU6g0R2iEa0BD4/GBldeQswJnI=; b=DfVS6y5oPt/PcrVLyAS2TGObHv+aozG5jtzxdMbLkmhio+olSuzExfAPJ4Xymk052AW3je6/H9Y8z+P5lUPFaxx8OGf0V5DDWPDe8GwvXpFw8MnOnQa7OARQFS6XIty43te7NyIrPE5W0YroKT2JwvmD7ud3xnpfJIvSeUr7M5Y= Received: from SJ0PR10MB5488.namprd10.prod.outlook.com (2603:10b6:a03:37e::19) by BYAPR10MB2568.namprd10.prod.outlook.com (2603:10b6:a02:b1::27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.4308.25; Thu, 15 Jul 2021 15:13:28 +0000 Received: from SJ0PR10MB5488.namprd10.prod.outlook.com ([fe80::1d3c:d31b:8add:1958]) by SJ0PR10MB5488.namprd10.prod.outlook.com ([fe80::1d3c:d31b:8add:1958%5]) with mapi id 15.20.4331.024; Thu, 15 Jul 2021 15:13:28 +0000 From: Drew Adams Thread-Topic: [External] : Re: bug#15740: 24.3.50; enabling & disabling custom themes is slow Thread-Index: AQHXeYoeUNx9ashKBE6CyjaX3XB11atEIfow Date: Thu, 15 Jul 2021 15:13:28 +0000 Message-ID: References: <87tukwp21s.fsf@gnus.org> <87eebzk4gf.fsf@gnus.org> In-Reply-To: <87eebzk4gf.fsf@gnus.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: gnus.org; dkim=none (message not signed) header.d=none;gnus.org; dmarc=none action=none header.from=oracle.com; x-ms-publictraffictype: Email x-ms-office365-filtering-correlation-id: 227d2793-6802-4b80-1597-08d947a319a7 x-ms-traffictypediagnostic: BYAPR10MB2568: x-microsoft-antispam-prvs: x-ms-oob-tlc-oobclassifiers: OLM:8273; x-ms-exchange-senderadcheck: 1 x-microsoft-antispam: BCL:0; x-microsoft-antispam-message-info: aTtmyGbymaMpsrN1yryE+IZY5UnWUC6pLw4AJeBt10TLp+TJb41jF263e4PGNl3bw46KMUup8yOXJUKhghwAhly1IWk9lmGgCQc7XrHvU35k9LYE+TH3Km7x7D4IwdngmsEoebLUt+RJEDKKMeZhP4qXM/oC7pPJZK4Gb5NKIwrVsCwR3QM1yfXt1/FGeN1sSNQo5Wct7W+I8mFtdjlhXdSqhvBNCacPZyEgF+RP5k1V7xqkGnX/o2+BE8a2LXaA9yY+Hd2wp2RemWW0kOXEc3ptuvfPayb6M05ogEPiEL1sYMC/xj+OEpOfACpG5VlF0iK+K9jkiicoyyk782VkaOPm94OR92kMYnsLsUZnPuuRNXep+kFu8WAbHXeKuQk+NyFtZC6tHcBNQ6OHbT17pBnmviuVrhE/5e9/I0jiKOAOaolt6OvgDxh0qAWs5vZ7HzlWbBdyTqKzkUgtL+mBiPWp1dA+J32w00PWTqtz3Zr4eNUzbQ0cAJe0BDRvfAT4lfyepnOg+H//ZRh6+gOsHXiNKlETYVxa2Yd5vmq/chVJoVUIdCH+i08nUO7djF/ayQlDbSVXJUb4bEJzvXnNEIeoubKgkzxdq/rRLOfYiOP5Il/hDD/wmSv1PvCorWetojrD85tp8Hc5f9g7cl4mgSkIlXp9FfbblyEPsmVzkjqIfFRkK9H+/Gv3B0BBolVAddhJU1aBlllRV7U/DSVEkNfQqfChws76+dZEqXwv2bV4GHsPIRyJMP/fpWhlldLpMx3Gm8f0zL9jyVFIOVfiyWdiPtaR23GAVofW+rda5jE= x-forefront-antispam-report: CIP:255.255.255.255; CTRY:; LANG:en; SCL:1; SRV:; IPV:NLI; SFV:NSPM; H:SJ0PR10MB5488.namprd10.prod.outlook.com; PTR:; CAT:NONE; SFS:(376002)(366004)(136003)(346002)(39860400002)(396003)(9686003)(76116006)(66946007)(66446008)(64756008)(66556008)(66476007)(966005)(8936002)(6916009)(8676002)(316002)(4326008)(4744005)(38100700002)(2906002)(33656002)(122000001)(44832011)(6506007)(7696005)(52536014)(5660300002)(86362001)(26005)(186003)(55016002)(478600001)(71200400001)(38070700004); DIR:OUT; SFP:1101; x-ms-exchange-antispam-messagedata-chunkcount: 1 x-ms-exchange-antispam-messagedata-0: G7sLAreSZV/uuhn7vLbRhUDWAo354NdjTZD8fGnoTvaiDEFl5XAZtvr54Beqq+WFElItqHsCmeBniXJAvvvt7GkxRXmqeeyG85Hl6xyE226xillDIg7ADUzuJizVcNUfuewJOJYBy+Y9vcbh/fx899hO7pzm+0lmplsS78z9we2Xx0npGPTrNW/g6av84ZYsjEiDGWCkaprAHLEZrNWQqN9oMFVyFCZNUvoKVWulSRkjmXHKH8kBQYIWVhtghhnP/xFqsSEgSSjDelrJZiW6ORjgSOHxhZn4VgSKnLo+fKAkYZ8RM/zz06VFg6GCpnQJRaE6eDeVZjsFPwZFRTikslSkwyP1HTdetbvObcX6aw3qo38AVz73/EkmXpHHc8pruoVwUJZ1HHhhqe3eXV+osj8wPfWJckmTEwLtuTIeah8wu0+dTbJ9wcGBs7pzoA6ii+7zvpWqC++4SHEiQmbtl+kcV+mgpdNZRy8W/PKRM4HXqQiwj/P67FLRWh4roo4f8Em0sMsrECHl+NM0uNTqsm31ZLMUsP8zDXY/v8Bgd9OFaUbqPRESmWLHYfjgXoiCymsfEsEoTr7hw/kwkOvCkbGc8iNbAfGTWgj9bnCJI5LbrxVs1yu5TPIi1MjuaxYRCBiCVPgtnIqKBvlhemPgJrXmKeD5D6UPBaQVB1zp6eW0yZPxtiJbLUW7Navx8GgDfPBhAvqN/nIq3KeUti5EWSRoVC/6dae2+bpaqi36laoji/FjRT/oXQYomT5C+WVTU4UYUtzgMg6RT2Lf0LcqHTQRxNICF5JjO5MCCaxo7W8V4eEg9TkRCHTwobdLjnRGBf6GQqXRrqUfxooSV29/bRbsgRatVrQiKfNdYJoRLn4i2KRQpulgBQqRxVgFPG6FZHQsYlwOU+FVbCzoT5v3LJ8+ZmQTzUha7KBigN0kzlPUJlMZSnGgKjpoid2+6GnRYXL2/8HmUhUm7QaM51EZTsVprQ2hifLjMyTHFcr+JFoBRlRXzcDx9Zp6c5ow0NrrdBa5EdCYuxolVdGLkltF597sgDcbiIoAk7FBnZDLjcPc3SXv67gnG8qsOJyGbGF2ymJv14i1L910pK/rdgJSYY4t1rDJSn30n/4RMqrN42JuIcI1ZrtE9tvFK3wYn2b48G3nSGHKAiwN1nd8KEALZP+OTU4Nv97oKY2X0jgmLxaVuGDLqgkZL+VpHYJIr9ruhGIHk5jR0Q482fvagVz0qJOi3+KXjjuNxbpt69W1YSyFrv8F/xeN3g2HkNi+gADMOEGSZldoVI/LX7LwXOEP/f6UKmI5bEryNimBBHDhwNop062hMVMBP3Cp7weGf84v x-ms-exchange-transport-forked: True Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: oracle.com X-MS-Exchange-CrossTenant-AuthAs: Internal X-MS-Exchange-CrossTenant-AuthSource: SJ0PR10MB5488.namprd10.prod.outlook.com X-MS-Exchange-CrossTenant-Network-Message-Id: 227d2793-6802-4b80-1597-08d947a319a7 X-MS-Exchange-CrossTenant-originalarrivaltime: 15 Jul 2021 15:13:28.3485 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 4e2c6054-71cb-48f1-bd6c-3a9705aca71b X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-MS-Exchange-CrossTenant-userprincipalname: 7eNfLOCQbb+ZW46tRgQaWAnH7TZO5S6+rIN31DJIR00slZw2H1o6Z+Dh0s6xZEOV/fpbjq0wSk3egtRjE7Pp1g== X-MS-Exchange-Transport-CrossTenantHeadersStamped: BYAPR10MB2568 X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=10045 signatures=668682 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 phishscore=0 mlxlogscore=693 adultscore=0 malwarescore=0 bulkscore=0 mlxscore=0 suspectscore=0 spamscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2104190000 definitions=main-2107150107 X-Proofpoint-GUID: 116AUly0norJNtBeaUpD1ucY72pxfO6T X-Proofpoint-ORIG-GUID: 116AUly0norJNtBeaUpD1ucY72pxfO6T X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) > > Yes, the problem is still there. (Tested, e.g., > > with the latest Emacs release, 27.2.) > > > > See the recipe from emacs -Q in... >=20 > "Multiple simultaneous solution representations in a=20 > population based evolutionary algorithm"? Oops - copy+paste error. This is the URL (for msg #11): https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D15740#11 > Are you sure that this isn't a problem with doremi? > Do you see the problem using `M-x customize-themes'? Yes - no problem with doremi. `doremi-custom-themes+' just changes to the next theme when you hit a key (e.g. ). And with non-nil option `doremi-custom-themes-accumulate-flag' it does what Emacs does by default when moving to another theme: it doesn't cancel the previous theme(s); it just adds (enables) the new one also (uses `enable-theme'). None of this has anything to do with `customize-themes'. (The comparison is to use `doremi-color-themes+', which cycles among _color_ themes. The code is parallel.) From unknown Sun Jun 22 07:54:01 2025 X-Loop: help-debbugs@gnu.org Subject: bug#15740: [External] : Re: bug#15740: 24.3.50; enabling & disabling custom themes is slow Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 15 Jul 2021 15:42:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15740 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo To: Drew Adams Cc: "15740@debbugs.gnu.org" <15740@debbugs.gnu.org> Received: via spool by 15740-submit@debbugs.gnu.org id=B15740.162636367220190 (code B ref 15740); Thu, 15 Jul 2021 15:42:01 +0000 Received: (at 15740) by debbugs.gnu.org; 15 Jul 2021 15:41:12 +0000 Received: from localhost ([127.0.0.1]:49463 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m43U8-0005Fa-5H for submit@debbugs.gnu.org; Thu, 15 Jul 2021 11:41:12 -0400 Received: from quimby.gnus.org ([95.216.78.240]:58354) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m43U5-0005FG-3y for 15740@debbugs.gnu.org; Thu, 15 Jul 2021 11:41:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=skMzj1j4Oh6XCwP9WhUrKl7gH4YACRWbzJxS7nMJo2o=; b=G8VFuowDf3bSN7gaBE1CAbAgPE 5idE36paQjC7IDhH5i4XozCP4zlfG4pIFuT0m/m9VE6r2nqZnWrv8j9vqZhh6+CV4cAoaaSESpcGH zXcbMQnCXM0uXf4ylkhFm9mFpkX9/sXZqx+d8plBr463LQTN0A/0rva91hy+8oEqIPvA=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m43Tw-0001mE-Ex; Thu, 15 Jul 2021 17:41:02 +0200 From: Lars Ingebrigtsen References: <87tukwp21s.fsf@gnus.org> <87eebzk4gf.fsf@gnus.org> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAHlBMVEUhHh0sKik/Pj0P Dg5cXFyurq7Nzc2SkZH6+vr////yvlbbAAAAAWJLR0QJ8dml7AAAAAd0SU1FB+UHDw8nDLgxVaQA AAGZSURBVDjLzZPNT8IwFMBnqgnXMYNcdcZw7PYG8ygMzI4kY3FXg45djUo4Ahmsf7Z9/Vi3Re++ S9v363t9X7WspthK+ne2BWD9LiDlT0CJXLqAEnqf5umM0A4g/o6hVC5tAy9jq9uL/oKdHEs5lCA+ P4n1sqiASCLOYxbJ2CBgSyqDEIrsVQcHV2ei7qDBCaAm2dqAXQJG1C0EgbJWUkREgcmRx7uS2oUD wz16RBBzT4F6JnMhrKgChcNBxTeDPGcuUKZceXhZgCEvistjiSQISw1IzBi3HiUSTA589StRGcam BB73EvTWTcBNxgcJhokB72lKIDwq8Ak63Bi3EJQSjPDkfaHqJmoCYdGUGiQdoN/orTtARyXyqIWX o7c3mT9ESu+/mcx9HulIW01KUyusbqh7lSWmuqIfahwGZ+660q1F8zH7wATZEkQHJfDRT8w28y0r Rc/NlPBM6DOv7MZpTYna9+dT8XxjrswkQnsSIWQ6wQCfN6Ce9qAooQXwf9iWjf+jDcDbyh+l9TUA uP7OX2amygZ05H+CHyfJ9XJ+hq8GAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIxLTA3LTE1VDE1OjM5 OjExKzAwOjAwI3+LqAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMS0wNy0xNVQxNTozOToxMSswMDow MFIiMxQAAAAASUVORK5CYII= X-Now-Playing: Skream's _#savefabric (8)_: "Munk" Date: Thu, 15 Jul 2021 17:40:59 +0200 In-Reply-To: (Drew Adams's message of "Thu, 15 Jul 2021 15:13:28 +0000") Message-ID: <87wnprinzo.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Drew Adams writes: > And with non-nil option `doremi-custom-themes-accumulate-flag' > it does what Emacs does by default when moving to another > theme: it doesn't cancel the previous theme(s); it just > adds (enables) [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Drew Adams writes: > And with non-nil option `doremi-custom-themes-accumulate-flag' > it does what Emacs does by default when moving to another > theme: it doesn't cancel the previous theme(s); it just > adds (enables) the new one also (uses `enable-theme'). Ah, I see. Well, I can see how that can be slow, but it's such a particular use case that I don't really see us catering towards making that faster. So I'm closing this bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 15 11:41:20 2021 Received: (at control) by debbugs.gnu.org; 15 Jul 2021 15:41:20 +0000 Received: from localhost ([127.0.0.1]:49466 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m43UG-0005Fw-C1 for submit@debbugs.gnu.org; Thu, 15 Jul 2021 11:41:20 -0400 Received: from quimby.gnus.org ([95.216.78.240]:58368) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m43UE-0005Fi-RL for control@debbugs.gnu.org; Thu, 15 Jul 2021 11:41:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Wf7aLhE88r/2NkTc4omytPwUVwFTjjmLTZBjr3zNflI=; b=TaCny/0fB0Nz2yNwL33+gNalHd hWAtc/SmJp3Bpi+neNj3qiJxtfmHd0zRTiDOYJ8D+rNuwa/zZuwDZjEvNFyenULrrz3v5P+giNEZK +aWIqWPk/9hNk/5N4Py5DsSjljyUwxTp5eLBbMXtwSgDn2Gip0tf4Yx1mY+NbyP/jYvA=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m43U7-0001mU-6F for control@debbugs.gnu.org; Thu, 15 Jul 2021 17:41:13 +0200 Date: Thu, 15 Jul 2021 17:41:10 +0200 Message-Id: <87v95binzd.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #15740 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 15740 wontfix close 15740 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) tags 15740 wontfix close 15740 quit