From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: dancol@dancol.org Newsgroups: gmane.emacs.devel Subject: Why is custom--inhibit-theme-enable not t by default? Date: Mon, 11 Jun 2018 21:14:49 -0700 Message-ID: <10b7bd657091b074d8da1bf1ae35b1f4.squirrel@dancol.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1528776801 30757 195.159.176.226 (12 Jun 2018 04:13:21 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 12 Jun 2018 04:13:21 +0000 (UTC) User-Agent: SquirrelMail/1.4.23 [SVN] To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 12 06:13:17 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fSagG-0007sT-MO for ged-emacs-devel@m.gmane.org; Tue, 12 Jun 2018 06:13:17 +0200 Original-Received: from localhost ([::1]:52623 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSaiN-0005ps-PZ for ged-emacs-devel@m.gmane.org; Tue, 12 Jun 2018 00:15:27 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33281) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSahn-0005pY-7i for emacs-devel@gnu.org; Tue, 12 Jun 2018 00:14:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSahm-0006YQ-JO for emacs-devel@gnu.org; Tue, 12 Jun 2018 00:14:51 -0400 Original-Received: from dancol.org ([2600:3c01::f03c:91ff:fedf:adf3]:37112) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fSahm-0006YE-Cg for emacs-devel@gnu.org; Tue, 12 Jun 2018 00:14:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dancol.org; s=x; h=Content-Transfer-Encoding:Content-Type:MIME-Version:To:From:Subject:Date:Message-ID; bh=UBsbhD0oSV42WmA6d5pcfjeYY9RjQm1vugCiZBNCiG4=; b=GeGckgFGzWYpfl4/koppdv5E9pdvUc8f9NRw9CI86ccamEIKKZCGiHq/EnI2ooRl6TWAgbnNwWJ9uEguodGn48Jxy0rkyy2O5ImCsuunH7JZdBdGgsQavSnQW1fuGIOx4FlBMTT/YHbDJsksu6a8SVKc8fayJVE6o+BDifGbxc0py+xt3NFi8F9Uj2dNY8DnGcu9ZDhTlM4N4Ew7qILNnIHJuobFnSI2mOLLjE8DVkriGbEoy4ZpAzV4rWYtGNoaakVQLP3G1k+BlD8YhsGk8PpnOXNsSZdNNVL0lhV3+H4EbGiNglOfDbUbbMMAMfrb14GhzGnZhMfPat26ycj8tw==; Original-Received: from localhost ([127.0.0.1] helo=dancol.org) by dancol.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fSahl-00014V-NQ for emacs-devel@gnu.org; Mon, 11 Jun 2018 21:14:49 -0700 Original-Received: from 127.0.0.1 (SquirrelMail authenticated user dancol) by dancol.org with HTTP; Mon, 11 Jun 2018 21:14:49 -0700 X-Priority: 3 (Normal) Importance: Normal X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2600:3c01::f03c:91ff:fedf:adf3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:226254 Archived-At: A simple require of a package shouldn't have side effects, especially not ones as drastic as changing the entire appearance of the program. Why don't we apply themes only inside enable-theme?