From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.help Subject: RE: themes not behaving themselves. Date: Wed, 30 Apr 2014 13:56:30 -0700 (PDT) Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1398891427 8675 80.91.229.3 (30 Apr 2014 20:57:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Apr 2014 20:57:07 +0000 (UTC) To: Svend Sorensen , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 30 22:57:00 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WfbYn-0005FJ-Ov for geh-help-gnu-emacs@m.gmane.org; Wed, 30 Apr 2014 22:56:57 +0200 Original-Received: from localhost ([::1]:59257 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WfbYn-00087B-FJ for geh-help-gnu-emacs@m.gmane.org; Wed, 30 Apr 2014 16:56:57 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53803) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WfbYW-00086x-Sw for help-gnu-emacs@gnu.org; Wed, 30 Apr 2014 16:56:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WfbYQ-0006JD-9t for help-gnu-emacs@gnu.org; Wed, 30 Apr 2014 16:56:40 -0400 Original-Received: from userp1040.oracle.com ([156.151.31.81]:26631) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WfbYQ-0006J8-1U for help-gnu-emacs@gnu.org; Wed, 30 Apr 2014 16:56:34 -0400 Original-Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s3UKuV8F027741 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 30 Apr 2014 20:56:32 GMT Original-Received: from userz7022.oracle.com (userz7022.oracle.com [156.151.31.86]) by ucsinet22.oracle.com (8.14.5+Sun/8.14.5) with ESMTP id s3UKuVAi016361 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 30 Apr 2014 20:56:31 GMT Original-Received: from abhmp0017.oracle.com (abhmp0017.oracle.com [141.146.116.23]) by userz7022.oracle.com (8.14.5+Sun/8.14.4) with ESMTP id s3UKuU8k016336; Wed, 30 Apr 2014 20:56:30 GMT In-Reply-To: X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6691.5000 (x86)] X-Source-IP: ucsinet22.oracle.com [156.151.31.94] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:97502 Archived-At: > If you run disable-theme, it will undo the changes the theme made > without restarting. Nope. `disable-theme' does not undo all of the changes made by enabling a theme. It simply "undoes" stuff that would affect or be affected by other themes. You cannot use `disable-theme' to restore the state (all frame parameter settings, faces, etc.) that Emacs had before any themes were enabled. Color themes (library color-theme.el) behave well in this regard. But Emacs custom themes do not. See http://www.emacswiki.org/cgi-bin/wiki/ColorTheme. See also: http://lists.gnu.org/archive/html/help-gnu-emacs/2014-02/msg00334.html http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D15687